NunoNunes.org

Loading
Entries by year
Entries by month
December
Sun Mon Tue Wed Thu Fri Sat
       
11
Powered by Blosxom
Creative Commons License

AJAX

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)

The content of this site is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.