Ajax resources
The Ajax is poping up more and more, I have tried to collect some of the articles I have found about it.
I have never heard of it, what is it?
Ajax: A New Approach to Web Applications: Describes in a good way what it is and how to make use of it.
Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:
- standards-based presentation using XHTML and CSS;
- dynamic display and interaction using the Document Object Model;
- data interchange and manipulation using XML and XSLT;
- asynchronous data retrieval using XMLHttpRequest;
- and JavaScript binding everything together.
So is this good or bad? (you decide)
- Progressive enhancement with Ajax
- Ajax: Take it or leave it?
- This is not another XMLHttpRequest article
- XMLHttpRequest, Ajax, and the customer experience
- Progressive Enhancement: Paving the Way for Future Web Design
Where is it used?
Usability?
Accessibility?
The tecniqual stuff
- Using the XML HTTP Request object
- Dynamic HTML and XML: The XMLHttpRequest Object
- AJaX for weblogs
- Very Dynamic Web Interfaces
- Scripting For The 6.0 Browsers
- AJAX Login System Demo

July 18th, 2005 at 10:24 pm
Ajax: A New Approach to Web Applications
August 8th, 2005 at 12:55 pm
This is a good AJAX walk through for .NET. http://ajax.schwarz-interactive.de/csharpsample/default.aspx
August 9th, 2005 at 9:32 am
Perra, thanks for the link.
April 2nd, 2006 at 8:37 am
another ajax resources with community voting http://www.ajaxchat.com
April 2nd, 2006 at 11:23 am
Thanks Steve
August 27th, 2007 at 7:47 pm
Great list of resources. I particularly like the article on ‘Usability Guidelines’. Thanks!
Although, clearly a misprint in the first sentence ‘The Ajax is poping up more and more’ still sounds funny.