Asynchronous Javascript and XML
Ajax - Asynchronous or Synchronous
When should you use asynchronous Ajax calls and when should you use synchronous. Well there are a few things you need to consider.
Ajax - Get or Post
When should you use GET and when should you use POST with Ajax (or anywhere else for that matter).
Head Rush AJAX
Review of Head Rush AJAX
Pragmatic Ajax
Review of Pragmatic Ajax
Professional AJAX
Review of Professional AJAX
DHTML Utopia - Modern Web Design Using Javascript and DOM
This excellent book by Stuart Langridge covers modern Javascript programming techniques and has a large section on interacting with the server using AJAX.
Sarissa
Sarissa is a third party open source library that has been written to provide a cross browser means of making XMLHttpRequest calls from the server as well as a cross browser means of accessing the XML data that is eventually returned by the server.
AJAX : A Basic Example and a Bookmarklet
Eric Pascarello shows you how to use AJAX to test if a page exists before transferring to it.
A New Approach to Web Applications
This article by Jesse James Garret explains what AJAX is.
AJAX Matters
Another site with some information about AJAX
Wikipedia - AJAX
Here is the Wikipedia definition of AJAX
Ajax
A step by step guide to using JavaScript to access the server.
