Yui 8
Javascript And Css Compression Using YUI Compressor
“yui-compressor.jar” is a utility from Yahoo for Css and Java script compression. This utility is written Java language.It need minimum of java version 1.4 and above. It uses Mozilla’s “Rhino” library for compressing Java script code. It has Used Isaac Schlueter Regular Expresion based Algorithm for Css Minification. To know more and Download Link:- […]
YUI3 Dialog Transition With Ajax Response
YUI3 Dialog is a pop up window, similar to ALERT box. “panel” is the yui3 module for dialog. Dialog window can be animated through “transition” module. The YUI3 Dialog Example can be found, http://yuilibrary.com/yui/docs/panel/dialog.html The “panel” module can be used by YUI.use(“panel”,function(Y){ //——–}) . The project structure, The […]
Creating DataTable From RSS Feed And YQL
Yahoo Query Language(YQL ) is a query language like SQL. Using YQL we can query, filter, and join data across Web services. YQL can also read RSS feed too. The Response can be JSON or XML. Yahoo provides a YQL console for debugging , testing and diagnostics the YQL statements. The Link for YQL CONSOLE […]
YUI Chart Integration With Java
YUI3 provides a “charts” module to render chart in browser. This module can be called using use() method. YUI charts provides many features like “legend creation”, “grid lines”, ”tool tip” etc. These charts takes input data in JSON format. More Information can be found from the link:- http://yuilibrary.com/yui/docs/charts/ Here In this […]