Aero window creates pop-up window in the Aero style, reminiscent of the style of Window7. The popup window offers the usual options and full functionality similar to Windows windows.
Best jQuery Web Plugins & Tutorials with Demo
jQuery’s Data Method – How and Why to Use It
jQuery’s data method gives us the ability to associate arbitrary data with DOM nodes and JavaScript objects. This makes our code more concise and clean. As of jQuery 1.4.3 we also have the ability to use the method on regular JavaScript objects and listen for changes, which opens the doors to some quite interesting applications.
Lingua Localization a jQuery language translator plugin
The Lingua Localization jQuery Plugin makes it fast and easy for developers to translate web user interfaces into other languages and handle many other localization-driven concerns. The high-level description is that it loads plain-text key-value pairs from files which are named according to the language they contain. Developers can use this to store the raw text which goes into the user interface, internal text such as alert-box content, or even flags and other textual data that is language-driven.
Creating Modern jQuery Pagination for Content
I decided to create a new own JQuery plugin for pagination (for different content), which will be based not on the number of elements (childrens) per page, but will take care of the height of the content. And it will try to keep the same height for the pages. This means that the number of elements on the page can be different. Everything will depend on the height of these children. Plus, I will using fade effect to switch between pages.










