I’ll start off with a very basic technique of using Ajax with the responseXML (not responseText). responseXML basically means that the returned values is in an XML format. The other option would be to use responseText which in many cases would be the simplest method. But true Ajax uses XML (as the X in the [...]
About the first ajax tutorial. Hopefully I’ll have the first tutorial up here within a few days. I’ll start at the absolute basics and work up from there. I strongly believe that to explain a new subject, I need to strip everything down to the basics and describe what each piece of code actually does. [...]
Continue reading about Ajax (Asynchronous JavaScript And XML)