Ajax Developer Reading


I was reading Ajax in Action (Manning Publication) book. I liked the concept of four principles of AJAX.

  1. Browser hosts application and not content
  2. Server delivers data and not content
  3. User interaction with the application can be fluid and continuous
  4. and most important. This is real coding and requires discipline.

Also this book clearly defines "ajax" as a concept. Most of us already know JavaScript,CSS, DOM; only thing we need to read about is XMLHttpRequest (XHR in short). I recommend this book to anyone who want to gain actual insight in such a wonderful topic.

Other recommended links:

More to come enjoy…


No comments yet.

Leave a Comment