AJAX Listings - Index of AJAX Applications and Information

Documentation

Web Sites

Example of building an Ajax application. (report problem)
AJAX:Getting Started http://developer.mozilla.org/en/docs/AJAX:Getting_Started
This article by the Mozilla team guides you through the AJAX basics and gives you two simple hands-on examples to get you started. (report problem)
Apple Developer Connection http://developer.apple.com/internet/webcontent/xmlhttpreq.html
Apple Safari documentation on the XMLHttpRequest object. (report problem)
Cross-browser XMLHttpRequest Tutorial http://www.yourhtmlsource.com/javascript/ajax.html
The basics of using XMLHttpRequest in a browser independent way. (report problem)
Microsoft IXMLHTTPRequest Documentation http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/63409298-0516-437d-b5af-68368157eae3.asp
MSDN documentation for IXMLHTTPRequest, which provides client-side protocol support for communication with HTTP servers. Has examples. (report problem)
Mozilla XML Extras http://developer.mozilla.org/en/docs/XML_Extras
Various resources in the Mozilla browser useful for Ajax. (report problem)
Official XMLHttpRequest Object Standard http://www.w3.org/TR/XMLHttpRequest/
This specification defines the XMLHttpRequest object, an API that provides some HTTP client functionality. W3C Working Draft. (report problem)