Binding: Paperback Dewey Decimal Number: 006.76 EAN: 9780596101800 Format: Illustrated ISBN: 0596101805 Label: O'Reilly Media, Inc. Manufacturer: O'Reilly Media, Inc. Number Of Items: 1 Number Of Pages: 655 Publication Date: June 29, 2006 Publisher: O'Reilly Media, Inc. Sales Rank: 122076 Studio: O'Reilly Media, Inc.
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive web applications with XML or JSON-based web services by using JavaScript in the browser to process the web server response.
Ajax Design Patterns shows you best practices that can dramatically improve your web development projects. It investigates how others have successfully dealt with conflicting design principles in the past and then relays that information directly to you.
The patterns outlined in the book fall into four categories:
Foundational technology: Examines the raw technologies required for Ajax development
Programming: Exposes techniques that developers have discovered to ensure their Ajax applications are maintainable
Functionality and usability: Describes the types of user interfaces you'll come across in Ajax applications, as well as the new types of functionality that Ajax makes possible
Development: Explains the process being used to monitor, debug, and test Ajax applications
Ajax Design Patterns will also get you up to speed with core Ajax technologies, such as XMLHttpRequest, the DOM, and JSON. Technical discussions are followed by code examples so you can see for yourself just what is-and isn't-possible with Ajax. This handy reference will help you to produce high-quality Ajax architectures, streamline web application performance, and improve the user experience.
Michael Mahemoff holds a PhD in Computer Science and Software Engineering from the University of Melbourne, where his thesis was 'Design Reuse in Software Engineering and Human-Computer Interaction.' He lives in London and consults on software development issues in banking, health care, and logistics.
'Michael Mahemoff's Ajax Design Patterns is a truly comprehensive compendium of web application design expertise, centred around but not limited to Ajax techniques. Polished nuggets of design wisdom are supported by tutorials and real-world code examples resulting in a book that serves not only as an intermediate to expert handbook but also as an extensive reference for building rich interactive web applications.' --Brent Ashley, remote scripting pioneer
Customer Reviews
Average Rating:
Rating: - Good AJAX Cookbook
The title 'Ajax Design Patterns' is a little misleading because this is more like an AJAX cookbook or solutions book. Packed with ~650 pages of material spread over 19 chapters and 4 indexes, this is a good resource for anyone looking to work with and/or learn about what AJAX is and what it has to offer.
My only issue with this book is that the overall look and feel is like many of the other O'Reilly offerings that have a more 'nerdy' feel to it. The cover and layout looks like it ... Read More
Rating: - A "must have" Ajax Resource for every Web 2.0 developer.
Let me get something straight here: Michael Mahemoff really knows how to teach, this book is one of the most appropriated books for those who want to learn about AJAX and in this review I'll tell you why I think so.
First of all, the book starts explaining all the basics of AJAX with its definitons, how it works, related technologies and more. But the best point is: the author always explains using real-life examples, which makes everything easier to understand. The following chapters cover ... Read More
Rating: - too long...
Got this book in late 2006, and just about a month ago, I finished. I was involved in creating web forms using Rich Internet Applications (RIA) early last year, and I was hoping this book would give me some guidance.
Simply put, I did not see what I was hoping to get but there were so many duplicate use-cases, stories which resemble one after another (as some other reviewers did, I did not count how many), but overall the examples were too specific (as an example check this out from ... Read More
Rating: - Packed with excellent information
This book is not perfect. There are a handful of editing mistakes and the author seems to go out of his way to ignore anything that Microsoft might have created (except ajax of course - wink).
On the positive side, this book is extremely well written. The author has a natural writing style that is conversational but still structured enough to fully cover material. The layout and organization of the book adds to the readability.
Rating: - Excellent
It help me clarify the mystery behind AJAX and provided easy to follow examples.