And even shopping sites such as Gap.com use Ajax programming to give users the feel of a true virtual shopping cart - users place items into their cart without leaving the product page.
Ajax Applications Development has provided breakthrough in web application development. AJAX is a new way to define technology shifting web pages from HTML static pages to advance Java script and CSS enabled dynamic pages. AJAX is also called a free framework for fast creation of interactive cross-platform web experiences. This application has transformed the look, feel of web and has solved the major problem of web application of reloading.
Essentially AJAX is a bundle of technologies, each flourishing in its own right. It includes
* Standards-based presentation using XHTML and CSS;
* Dynamic display and interaction using the Document Object Model;
* Data interchange and manipulation using XML and XSLT;
* Asynchronous data retrieval using XMLHttpRequest; |