tags:

views:

41

answers:

3

I want to learn AJAX from the scratch, can anyone recommend some portal to study from. I know there are a lot of site which provides AJAX training, just wanna know which would be good to start from the scratch.

+1  A: 

I often visit http://ajaxian.com/
It has a lot of resources (it covers nearly all kind of topics from beginner to advanced).

mamoo
A: 

There's nothing to learn about AJAX, it's just an API with more or less 10 methods.

Luca Matteis
+2  A: 

If you're an absolute beginner, then you can learn JavaScript and AJAX from w3schools. It's also a good place for basics in a lot of other surrounding technologies (HTML, CSS, XML) should you want to look further.

AJAX here, JavaScript here

Ajaxian is a great source for nicely designed examples of AJAX and other nifty web tech.

TreeUK