• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ajax - The Complete Reference by Thomas A. Powell

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<pre>Author/s : Thomas A. Powell
Publisher : Mc-Graw Hill
Category : Web design, HTML and JavaScript
Review by : Jesper de Jong
Rating : 9 horseshoes
</pre>
This book is about writing Ajax web applications. It consists of four parts: Core Ideas, Applied Ajax, Advanced Topics and appendices.The first part explains what Ajax is and describes different ways of implementing Ajax in considerable detail. It describes some pre-Ajax techniques for implementing dynamic web applications, discusses the XMLHttpRequest object, data formats such as XML and JSON and goes quite deep into the issues that you will encounter when using the different techniques. In the second part, a number of concepts are presented by developing an Ajax library. There are chapters about networking, security, user interface design and website and application architecture. In the third part some more advanced techniques are described, such as calling web services.

What I especially liked about this book is that it goes deep into the details if needed. For example, differences between web browsers are described in detail. The book isn't just a cookbook that explains step by step how to build an Ajax web application - it focuses on making robust and secure applications that will work well on the different browsers and operating systems that are out there.

I would highly recommend this book to people who are developing serious Ajax web applications. This book contains a lot of valuable information, I certainly learned a lot by reading it.


More info at Amazon.com
More info at Amazon.co.uk
[ May 03, 2008: Message edited by: Book Review Team ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic