Book
From Ajax Patterns
| Revision as of 09:18, 19 June 2008 Mahemoff (Talk | contribs) Contents ← Previous diff |
Revision as of 22:08, 9 July 2008 78.183.217.171 (Talk | contribs) Errata and Comments/Suggestions Next diff → |
||
| Line 74: | Line 74: | ||
| dfdfdfdfdfd''Italic text''dfdfdfdfd[[Link title]] | dfdfdfdfdfd''Italic text''dfdfdfdfd[[Link title]] | ||
| - | = Errata and Comments/Suggestions = | + | <a href="http://www.futbolyorumlari.com" title="futbol ve iddaa" target="_blank">Futbol</a> |
| - | + | <a href="http://http://aradayazarim.blogcu.com/" title="bagımsız ve serbest arsiv" target="_blank">bagımsız blog</a> | |
| - | You can find any errors, and submit any new ones, at [http://www.oreilly.com/catalog/ajaxdp/errata/ O'Reilly's Errata Page]. | + | <a href="http://www.webiddaa.net" title="iddaa,iddaa sitesi"target="_blank">iddaa</a> |
| - | + | ||
| - | You can find [[Book Comments|general comments and suggestions]] on this wiki. | + | |
Revision as of 22:08, 9 July 2008
Contents |
|
Ajax Design Patterns
| The "Ajax Design Patterns" (2006) book, based on the patterns in this website is now available. You can order direct from O'Reilly's website (where you can also obtain electronic copies), from Amazon.com, Amazon.co.uk or other online and physical stores. The book is 655 pages long and includes 70 design patterns, each with overview sketches and screenshots. Ahead of the patterns, the first three chapters contain: an overview on Ajax, a tutorial on Ajax for those who haven't yet done any hands-on Ajax development, and a discussion of design principles for Ajax. |
Trivia: Original Cover Art
|
For posterity, here's the original cover, before the series changed from an O'Reilly "animal book" to be part of O'Reilly's new Theory and Practice series. |
Linux Journal Award
| Ajax Design Patterns was winner of the 2006 Linux Journal Editor's Choice Award in the general category of software development books. Michael soon discovered that the Oscar-style trophy was a figment of the cover designer's imagination and immediately cancelled the eBay auction. He was chuffed nonetheless. |
|
Quotes
These are quotes about the book. See also Media page for quotes about this website, AjaxPatterns.org.
"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, Ajax guru and creator of the first Ajax/remoting library in 2000
"Michael has quickly staked his claim as a major driving force in the world of software design, most notably in the vein of AJAX development, and his outstanding work on "AJAX Design Patterns" is certainly testament to that...Among my favorite patterns are those dealing with HTTP streaming (a field of which Michael's a pioneer), on-demand JavaScript, and content refreshing...(T)he section on Chapter 9 on REST applications development...in my opinion is the most well-rounded discussion of what RESTful production is(n't), and how to incorporate such architecture into your own web projects...After scouring the Web for months looking for good content on REST, Michael lays it all out in easy to understand lingo and examples. I'm having the REST chapter photocopied and bronzed for my desk. It's that good. Software Architect and News Anchor Jason Salas
|
"Ajax Design Patterns is one of the most organised books on any programming subject. It's a massive book, but you won't get lost as the chapters are sensibly divided up and the sound layout means there's nothing whatsoever to fear." - .Net Magazine (October, 2006) (Book of the Month in .Net Magazine) |
"If you think you know anything about Ajax, you're wrong. After you read this book you'll realize how little you knew. Michael Mahemoff has a PhD in Computer Science, but it might as well be on Ajax since I've never read a book with so much useful information about it. There are about 8 or 9 Ajax books on the market right now and none of them come close to giving the useful information this one does and that is only after reading the first 150 pages. This book really is the complete tutorial and reference to learning and using Ajax properly." - Amazon Reviewer Frank Stepanski
"I have bought a book, Ajax Design Patterns, by Michael Mahemoff. The book is brilliant. Elegant code examples, inpiring advice. It gives me an adrenaline rush akin to what I had felt years ago when I first learned about Flash. So now I am all excited again." - Victoria Chan - Vicissitude blog
"True to its promise, the Ajax Design Patterns book, with its more than 70 design patterns, documented in more than 600 pages with encyclopedic detail, is very effective in presenting the AJAX programming knowledge in a reader friendly format. In the spirit of seminal GoF Design Patterns work, it captures the essence of each of the topics with problem solving approach -- first stating the problem in general terms and then presenting the solution, outlining the approach and discussing variations, alternatives, trade-offs and even listing actual uses in real applications." - Blogger Pankaj Kumar
"I’ve been visiting Michael Mahemoff’s web site Software As She’s Developed off-and-on for about a year. He’s an Ajax guru who does a cool podcast about his experiences with Ajax, and he even has a cool resouce called Ajax Patterns that has really helped me wrap my head around Ajax in general. I took the plunge and bought his excellent book “Ajax Design Patterns” since I am trying to improve my Javascript and presentation skillz because I want to be part of the modern web ... I’m only about 5 chapters in at this point but those 5 chapters have led me to believe that I made a solid choice in picking up this book. Yes, this book focuses on “Ajax design patterns” but it really has a recipes-style feel to it ... I found it so easy to jump around the book, reading up on a particular pattern (”Cross-Domain Proxy”) to find what problem it’s helping to solve (”How can you augment your application with services available elsewhere on the Web?) to what the short version of the solution is (”Create proxying and mediating web services to facilitate communication between the browser and external domains”) and what other patterns are related to this one (”Since external calls can be expensive, the Performance Optimization patterns apply.”). - Chris Hartjes
"From a technical point of view, the book was well written, explaining about 30 patterns with useful examples, without to much boring details with things like how to initialize a variable in JavaScript. But I got most out of the overall choices available when writing an Ajax application. Based on this book, I’ve changed the Hpc tracer in a couple of ways. First I use POST instead of GET for side effecting calls; secondly I changed the callback from Haskell to Javascript to not use XML, or JSON." - Andy Gill, PhD, Galois Connections Inc.
Contents
Watch out for a detailed table of contents soon. Here's a summary:
- Part 1: Introduction
- Chapter 1: Introducing Ajax. Expains how Ajax came about, overviews the technology, and identifies current trends.
- Chapter 2: A Pattern-Led Tutorial. Try the tutorial apps online. The first half contains three exercises walk you through the Foundational Technologies and are suitable for readers who haven't yet worked with Ajax. Each exercise focuses on one Foundational Technology chapter - manipulating the user interface, responding to user actions, communicating with the server. The second half starts with a conventional web application (Ajaxagram, an anagram finder) and each section introduces some patterns to refactor it into a full-fledged Ajax App.
- Chapter 3: Ajax Design: Principles and Patterns. Discusses the theoretical foundations for the Ajax patterns - what constitutes a quality design, what problems do designers encounter, and how do they overcome them?
- Part 2: Foundational Technologies. 11 "building blocks" describing the raw technologies underlying any Ajax App.
- Part 3: Programming Patterns. 23 patterns guiding on performance and maintainability, covering topics such as browser-server message formatting, caching, and strategies for DOM population.
- Part 4: Functionality and Usability Patterns. 28 patterns on the things that matter to users, including widgets, drag-and-drop, and bookmarkability.
- Part 5: Development Patterns. 8 patterns advising on best practices such as debugging and testing.
- Extras: The inner covers contain an alphabetically ordered list of patterns, each with a one-line summary and a page reference. The appendixes cover: Ajax libraries and frameworks, setting up the code examples, discussion of patterns and pattern languages, and references. Each pattern contains an In a Blink sketch to help you grasp the concept at a glance (or, in a blink) and annotated screenshots for the Real-World Examples.
Michael produced a series of podcasts on the patterns in at Software As She's Developed. There are now audio recordings for every pattern in the book. This Odeo page is a convenient way to play the audio through your browser.
Live Demo
All the demos are available at http://ajaxify.com/run. The code can be downloaded from that site too. dfdfdfdfdfdItalic textdfdfdfdfdLink title
<a href="http://www.futbolyorumlari.com" title="futbol ve iddaa" target="_blank">Futbol</a> <a href="http://http://aradayazarim.blogcu.com/" title="bagımsız ve serbest arsiv" target="_blank">bagımsız blog</a> <a href="http://www.webiddaa.net" title="iddaa,iddaa sitesi"target="_blank">iddaa</a>
Time your website with
WebWait - from the creator of AjaxPatterns.org

