Ajax Documentation

If you are new to Ajax, you can start with the introduction to Ajax or the summary of who uses Ajax. The rest of the documents in this collection go beyond simple "how-to" documents.

Designing Ajax Websites

Single-page vs. Multi-page: So you've come to develop an Ajax web application, do you plan to have multiple pages or a single page? So far I've not seen much informed debate about how to decide, so here are the pointers that I've gathered from the several Ajax web applications that I've developed so far.

Debugging Ajax

Writing Ajax applications often means writing Javascript, and a debugger can always come in handy.