Posted by Rasti | Apr 17th, 2009
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
Prototype framework enables you to deal with Ajax calls in a very easy and fun way that is also safe (cross-browser)....
Posted by Rasti | Apr 16th, 2009
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
MooTools code respects strict standards and doesn’t throw any warnings. It’s extensively documented and has meaningful variable names: a joy to browse...
Posted by Rasti | Apr 12th, 2009
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
jQuery offers a mechanism for adding in methods and functionality, bundled as jQuery plugins. Most of the methods and functions included in the default download are written using the...