Web Development: PHP ASP RoR AJAX RegExp CSS JS tools scripts
Template:Technologies header Ajax, shorthand for Asynchronous JavaScript and XML, is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability.
The Ajax technique uses a combination of:
Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together.
Contents |
Prototype is one of the best (and best known) libraries which really extend JS functionalities and simplify the use of Object Oriented programming in Javascript... it also significantly simplifies the use of AJAX xhttp requests as well as some of the effects often associated with AJAX (though other tools are better at that)
rico is based on the prototype library, you must have both and call prototype first. rico provides: AJAX Support (simplified), a Drag And Drop framework, Cinematic Effects, Behaviors... etc. rico is simpler and smaller than script.aculo.us, but not as feature-full.
rico is based on the prototype library, you must have both and call prototype first. script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly. it provides: animation framework, drag and drop, Ajax controls, DOM utilities, and unit testing.
A bit weighty, but feature ful, with very clean and effective built in widgets to generate floating panels with controls, JS calendar APIs, and several other JS/CSS tools - in addition to data requests.
Similar to yui, but a little more re-packageable and perhaps simpler, dojo contains many widgets and clientside-cacheing tools in addition to basic data requests... there are also very slick UI tools included as well.
Views
Personal tools