Prototype is the most popular Ajax framework. It used by many giant-website such : Apple, Gucci, etc… The Prototype JavaScript Framework is a JavaScript framework created by Sam Stephenson. Prorotype is implemented as a single file of JavaScript code “prototype.js”.
Prototype is also used as the low layer for many framework, for example: script.aculo.us, Rico, ExtJS, Moo.fx, etc. Prototype provides many functions for developing JavaScript web applications. The prorotype features programming shortcuts for accessing element, events, and major functions to deal with Ajax.
Prototype also feature library functions to support object oriented programming that use classes and ojects, something the JavaScript language hard to implement.
You can find and download prototype on their site.
May 20th, 2008 by Admin
Tags: Prototype
Posted in Prototype | No Comments »
jQuery provides many general function to build a rich pages. jQuery feature:
- Ajax
jQuery is one of the ajax framework that used mostly by many web master.
- Shortcut access to DOM
instead of using bulk of code in accessing DOM, jQuery have the shortcut.
- Manipulating the element content
With jQuery, we can freely insert, update and delete every HTML element.
- Easy event handling
Event handling is no fear again in web pages, jQuery make the process simple.
- Animation
by default, jQuery already have ability to perform general animation on the pages.
- Action Chaining
Instead of using many temporary variable and repetition lines, we can easily unite several lines of code that have same characteristic to a line code with chaining.
- CSS Compliance
The jQuery selector is CSS Compliance, that make any designer that already have knowledge about CSS is able to learn jQuery easily.
- Cross browser
using jQuery, no more hack for IE… the framework has done it automatically.
May 15th, 2008 by Admin
Tags: benefit, feature, jQuery
Posted in jQuery | No Comments »
jQuery is created by John Resig, it is a powerful JavaScript library that can rock and enhance your websites. jQuery is provides very wide range of features, easy-to-use syntax, and great cross-platform compatibility in a single file.
Another jQuery superiority is it has thousands of plugin that developed to extend jQuery’s functionality, the plugin make jQuery as an essential tool. Mastering jQuery allow you to add attractive interactions and animations to your web with AJAX, events, effects, and advanced JavaScript language features.
May 5th, 2008 by Admin
Tags: introduction, jQuery
Posted in jQuery | No Comments »