Getting Started with Ajax
A List Apart has a two part article on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML.
The start of 2005 saw the rise of a relatively new technology, dubbed “Ajax” by Jesse James Garrett of Adaptive Path. Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest() object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including XML, HTML, and even text files. Ajax’s most appealing characteristic, however, is its “asynchronous” nature, which means it can do all of this without having to refresh the page. This allows you to update portions of a page based upon user events and provides one of the cornerstones of Rich Internet Applications (RIA) referred to in discussions of “Web 2.0.”
About this entry
You’re currently reading “Getting Started with Ajax,” an entry on Ajax Lessons

- 3.8.06 / 9pm

1 Comment
Jump to comment form | comments rss [?] | trackback uri [?]