AJAX is (yet another) acronym which is short for “Asynchronous JavaScript + XML”.
But what AJAX is about is using a group of technologies which are already out there and which are well understood, and combining them in order to provide better, more responsive and more powerful web applications.
In a nutshell AJAX makes use of the following technologies:
- XHTML and CSS for presentation and design;
- The DOM for interaction with and dynamic display of data;
- XML (and, of course, XSLT for data manipulation and transmission;
- XMLHttpRequest for asynchronous data fetching;
- JavaScript to bind it all together and control everything.
Resources
About this entry
Originally written on May 11, 2005 @ 12:06
Read article on it's own page (permalink)