What is AJAX?

March 29, 2005 by  
Filed under Javascript

Stacee asked me if I knew what AJAX was. And I told her I had no idea. And when I don’t know something, I usually ask Google. ;)

According to Wikipedia, AJAX, or Asynchronous Javascript & XMLHttpRequest is..

a web development technique for creating interactive web applications using a combination of :

  • HTML (or XHTML) and Cascading Style Sheets for presenting information
  • Document Object Model and Javascript to dynamically display and interact with the information presented
  • XML and XSLT to interchange and manipulate data asynchronously with the web server (although AJAX applications can also use other technologies, including plain text, to do this as well).

Like DHTML or LAMP, AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together.

AJAX applications use web browsers that support the above technologies as a platform to run on. Browsers that support these technologies include Mozilla Firefox, Internet Explorer, Opera, and Safari.

When I saw this example of Ajax, and this one, I was really impressed! Now I’m wondering if I should also incorporate this technology into my CMS!

More Examples:

More Resources:

Related Products:

Apple TV MD199LL/A [NEWEST VERSION]Apple TV MD199LL/A [NEWEST VERSION]Apple TV MD199LL/A [NEWEST VERSION]
Getting Started in ElectronicsGetting Started in ElectronicsThis is a complete electronics course in 128 pages! Author Forrest Mims teaches you the basics, takes you on a tour of analog and digital components, ... Read More >
Make: ElectronicsMake: Electronics

"This is teaching at its best!"

--Hans Camenzind, inventor of the 555 timer (the world's most successful integrated circuit), and author... Read More >

Related Posts Plugin for WordPress, Blogger...

Popularity: 8% [?]

Comments are closed.