up vote 5 down vote favorite
8
share [g+] share [fb]

I am looking for a good resource on Ajax. Framework doesn't matter. Should have good samples for typical real world scenarios. Thanks in advance.

link|improve this question
feedback

8 Answers

up vote 6 down vote accepted

Found this very useful:

50 Excellent AJAX Tutorials

link|improve this answer
woot! thank youss – Holland Nov 14 '11 at 16:51
feedback

I think that this is the best one to start with: http://www.w3schools.com/Ajax/Default.Asp

link|improve this answer
feedback

I prefer the Head First Series:

Head Rush Ajax

link|improve this answer
An excellent book. Also look for Head First Ajax. – Bill the Lizard Nov 2 '08 at 19:09
feedback

Having read Beginning Ajax with PHP as well as the w3chools tutorial when I first began learning about Ajax, I would have to strongly recommend that you look at one of the multitudinous javascript frameworks that provide built-in XMLHTTPRequest handling:

However, as I was searching for a few appropriate links, I did stumble upon this site. You might also want to take a look at Ajaxian.com.

link|improve this answer
feedback

If you want to try JQuery, then check out these awesome, but short (~5min each) video tutorials.

link|improve this answer
feedback

Here's a starter video tutorial (20 minutes) about how to create an Ajax CRUD CRM system in Ra-Ajax.

And here's a couple of cool "real world scenarios" about how to use Ra-Ajax through its Starter-Kits; Calendar Starter-Kit, Viewport Starter-Kit and DataGrid Starter-Kiet (BV.NET)

I work for and with Ra-Ajax though so I am biased...

link|improve this answer
feedback

Shameless plug: Ajax Tutorial

link|improve this answer
feedback

Have a look at the site AjaxRain. bundles of good source codes and examples of good Ajax use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.