AJAX has been something I have always wanted to pick up, but not sure where to begin. I am not very familiar with Javascript either. Could you please recommend any online tutorials or book that's good for someone new to AJAX?
I have heard AJAX is really hard to pickup without using an existing framework, is that really the case? If it is, which framework should I begin with? (I actually find that a bit hard to believe, and really want to learn the fundamentals)
I have a fair amount of programming experience. Web development experience is primarily with php/sql, if that helps with any suggestions :)
Thanks in advance!
BTW, it's not so much that ajax is "hard" without a framework. The problem is with the varying ways different browsers implement javascript and the DOM. A good framework (like jquery) abstracts away many of these variations and allows you to concentrate on the more interesting hard problems.