Over the years I’ve amassed a list of web sites that have strong content about AJAX. Iv’e managed to whittle it down to ten.
This list will change often.
Ajaxian
Ajaxian.com
Other than having a domain that clearly indicates a focus on AJAX, this site offers create content about not only AJAX, but also other web-development technologies.
AJAX | MDN
developer.mozilla.org/en-US/docs/AJAX
Mozilla Developer Network’s introductory page on AJAX is a portal to some of the best content on AJAX out there.
XMLHttpRequest – Web API reference | MDN
developer.mozilla.org
AJAX ain’t nothin’ without the XMLHttpRequest. As usual, Mozilla Developer Network provides a high-quality article on the subject.
Ajax | jQuery Learning Center
learn.jquery.com/ajax
Although I am a believer that any front-end developer should have a strong understanding of AJAX in the context of native JavaScript, this site is a fantastic resource from the folks at jQuery.
Ajax Tutorial for Beginners: Part 1 – CodeProject
codeproject.com
A little old, but a solid article on AJAX from the good folks at The Code Project
The Best Way to Learn JavaScript | Nettuts+
tutsplus.com
Nettuts+ is always a great resource for front-end web development advice. Here they offer guidance on how to get started with AJAX.
Microsoft Ajax Overview
msdn.microsoft.com
It’s from Microsoft, but it’s not a bad article : – )
Ajax : The Official Microsoft ASP.NET Site
asp.net/ajax
If you are a .NET developer, this is a great launch point for .NET specific AJAX content.
A Beginner’s Guide to Using AJAX in Your Website
onextrapixel.com
This article from onextrapixel.com is a good read if you are completely new to the concept of AJAX.
Ajax: A New Approach to Web Applications – Adaptive Path
http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications
This link is not so much a tutorial, but it is the the article that started it all. Jesse James Garrett’s original post that got everyone talking and made the XMLHttpRequest object a rock star.
[…] What’s the difference between jQuery.ajax(), jQuery.get() and jQuery.post()? Using the jQuery Promise Interface to Avoid the AJAX Pyramid of Doom Using jQuery Deferred to Manage Multiple AJAX calls What Are the Top 10 JavaScript Links for AJAX ? […]