I have been a Windows Application developer and just moved into Web development.I have very little experience with Web development. So can anyone suggest a book on Ajax which explains all concepts in Layman language.
|
closed as not constructive by Anna Lear♦ Dec 11 '11 at 20:35
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
What you really want are a few books on Javascript and web frameworks. I would suggest Learning Rails and follow that one up with "Javascript The Good Parts" |
|||
|
|
|
For AJAX, as opposed to broader JavaScript frameworks, I recommend Professional Ajax (Wrox publication) by Zakas, McPeak, & Fawcett. They take a good approach to explaining the varying XHR object creation process across browsers, absent a framework abstracting it away. |
|||
|
|