Miscellaneous Reviews
  Home arrow Miscellaneous Reviews arrow Ajax Design Patterns: Creating Web 2.0...
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Download TestComplete 
Forums Sitemap 
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MISCELLANEOUS REVIEWS

Ajax Design Patterns: Creating Web 2.0 Sites with Programming and Usability Patterns
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 4
    2006-10-31

    Table of Contents:

    Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Ajax Design Patterns: Creating Web 2.0 Sites with Programming and Usability Patterns
    By: Michael Mahemoff
    Published by O'Reilly

    I'd like you to ask yourself two questions before you pick up Ajax Design Patterns: Creating Web 2.0 Sites with Programming and Usability Patterns... What is Ajax? What constitutes a Design Pattern? Your perception of this book written by Michael Mahemoff and published by O'Reilly will be affected by how you approach these concepts.

    By : Michael Mahemoff

    Ajax stands for Asynchronous JavaScript and XML, but really the paradigm makes use of more technologies than just JavaScript and XML. For some, Ajax ultimately describes an interaction between browser and server based on the XMLHttpRequest object. They will argue that without the XMLHttpRequest object, the technology is just plain old DHTML. Yet others may not make such distinctions and they will argue DHTML is dead and Ajax is its successor. If Ajax is the DHTML of Web 2.0 and Web 2.0 itself is a nebulous, apply-your-own-definition buzzword, then why draw boundaries around its technologies?

    Design Patterns on the other hand have been around quite a time longer and so the meaning of the term is more established. These are formulas describing how to solve a common programming task. Having been proven tried and true, the patterns are often best-practices. Others may draw more blurred boundaries, though, which is why I suggest questioning what you consider the essence of a design pattern. Would debugging be a design pattern? Debugging is a necessary activity, though I don't know if I would go so far as to declare it a design pattern.

    I appreciated the balanced attitude of the author which came through loud and clear in just the first few pages. Yes this is a book about Ajax, but he didn't push Ajax as a silver bullet curing all web development ailments. He acknowledges the strengths and weakness of Ajax and provides an honest comparison to other technologies out there, such as Flash. The reader is encouraged to use the best tool for the task at hand.

    The layout of the book was interesting. Imagine your typical Web 2.0 community web site printed and bound and you'll have some idea as to the book's look and feel. Diagrams looked more like pencil sketches than illustrations laid-out by the publisher's graphics art department. Each design pattern discussed even has a set of tags/keywords listed, adding to this decidedly web 2.0 flavor. While I liked the images, I felt tagging was useless as there isn't a central index of all of them--something needed in a printed media with the absence of hyperlinking.

    The book contains 70 patterns split across four groups: Foundational, Programming, Usability and Development. Each pattern is presented with a 'goal story,' problem statement, an enumeration of driving forces to take into consideration and real world examples. I appreciated that a scale was supplied to indicate the level of widespread acceptance for each pattern.

    It took me a while to understand exactly what the book was. It will help you think about patterns but it won't necessarily teach you patterns. It's not an Ajax how-to (though there were some instructions in the book's first part), nor would I consider it a set of design pattern tutorials. Mahemoff has written a book that you'll find yourself reading over the course of several months and pondering the discussions he presents. It's not a book that you'll grab off your bookshelf to look up the finer points of implementing a pattern. Perhaps it would have been more apt for the book to carry the subtitle Ruminations on Web 2.0 Programming and Usability Patterns.

    The pattern discussions were excellent and went in-depth, but the book lacked as much indexing as I would have liked. It would have been helpful if the book had an appendix indexing all the real world examples presented in the patterns. I found myself later wanting to explore a few of them online and had to dig through the text to find their URLs. The patterns themselves were indexed and were given a brief summary on the inside front and back covers which was nice.

    What you get out of this book will be determined by how you approach it. If you're looking for honest, in-depth discussions on many of the design and usability patterns used in the budding Ajax community then you'll find a great deal in this book. If you expect it to be a how-to you'll be sadly disappointed. My advice would be to check out the website's wiki at ajaxpatterns.org and if you like what you see, think about picking up the book to add to your library.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

    More Miscellaneous Reviews Articles
    More By Codewalkers

     

    IBM® developerWorks developerWorks - FREE Tools!


    IBM DB2 Deep Compression ROI Tool

    The IBM DB2 Deep Compression ROI tool is designed for DBA’s and IT management personnel to perform a clinical analysis of the cost savings gained from the Storage Optimization feature of DB2 9 for Linux, UNIX and Windows. The feature, also known as Deep Compression, compresses data that lies within a database by up to 80% at times.
    FREE! Go There Now!


    NEW! Application Development Tools for the Mainframe Developer

    You probably have thousands of lines of COBOL code loaded with business intelligence and being used to run your business, along with an army of developers maintaining these applications. Learn how to prepare your applications and developers so you can keep that competitive edge and move to a service-oriented architecture with the IBM Rational Enterprise Modernization solutions. Replay is available for 9 months.
    FREE! Go There Now!


    NEW! Build Web services with transport-level security using Rational Application Developer V7, Part 1: Build Web services and Web services clients

    Build secure Web services with transport-level security using IBM Rational Application Developer V7 and IBM WebSphere Application Server V6.1. Follow this three-part series for step-by-step instructions about how to develop Web services and clients, configure HTTP basic authentication, and configure HTTP over SSL (HTTPS). This first part of the series walks you through building a Web service for a simple calculator application. You generate and test two different types of Web services clients: a Java Platform, Enterprise Edition (Java EE) client and a stand-alone Java client. You also handle user-defined exceptions in Web services.
    FREE! Go There Now!


    NEW! Download a free trial of WebSphere Business Modeler Advanced V6.1.1

    Visit IBM developerWorks to download a free trial version of WebSphere Business Modeler Advanced V6.1.1, IBM’s premier business process modeling and analysis tool for business users that offers process modeling, simulation, and analysis capabilities. IBM WebSphere Business Modeler helps you visualize, understand, and document business processes for continuous improvement.
    FREE! Go There Now!


    NEW! Integrating XML into Your Enterprise Using Data Federation

    XML has become a common way of storing business data as flat files and many data server vendors including IBM have provided ways to store this data within relational database systems. Increasingly collections of XML files are accessed like databases using an xQuery and other XML standard mechanisms. Businesses find the need to combine the traditional tabular structured data with XML formatted data. In this webcast, you’ll learn about IBM’s WebSphere Federation Server technology, which provides users with the ability to integrate these two data formats.
    FREE! Go There Now!


    NEW! Rational 'Talks to You' Teleconference Series

    This Fall, IBM Rational talks to you directly through a special teleconference series giving you access to the best minds in IBM Rational - product experts and market thought leaders who will answer your questions during these pre-scheduled telephone conference calls. Register today!
    FREE! Go There Now!


    NEW! Rational Talks to You:Per Kroll on Rational Method Composer Plug-in customization

    Join this Rational Talks to You teleconference on December 11 at 1:00 pm ET to get tips on building your own plugins with Rational Method Composer. Get your questions answered!
    FREE! Go There Now!


    NEW! Successful Change and Release Management for .NET

    Join this webcast to discover the key requirements for successful change and release management. Learn how to extend your .NET environment to improve productivity and collaboration, and address core problems afflicting team development. In this webcast, we’ll review typical challenges faced by customers and how to resolve them with the IBM Rational Change and Release Management solution, including Rational ClearCase, Rational ClearQuest and Rational Build Forge. Replay is available for 9 months.
    FREE! Go There Now!


    NEW! Webcast: Calling All Testers! Find Application Vulnerabilities Early in the Development Process Where they are Easier to Fix and Less Risky to your Business

    In this webcast, IBM Rational will discuss the importance of Web application security and will share techniques and best practices to introduce application security testing into current QA processes including: understanding common security vulnerabilities and techniques to integrate security testing with defect tracking and remediation systems in an effort to safeguard sensitive online information.
    FREE! Go There Now!


    NEW! Whitepaper: Achieving consistency between business process models and operational guides

    Explore how Rational and WebSphere software enable enterprise documentation in SOA environments. Specifically, a new integration between IBM WebSphere® Business Modeler and IBM Rational® Method Composer software can help technical writers more easily keep enterprise operations manuals in sync with changes that are made to business processes, resulting in more accurate and timely documentation that benefits the entire enterprise.
    FREE! Go There Now!



    All FREE IBM® developerWorks Tools!

    MISCELLANEOUS REVIEWS ARTICLES

    - Book Review: Learning Nagios 3.0
    - Book Review: CISSP in 21 Days
    - Ajax Design Patterns: Creating Web 2.0 Sites...
    - Review of 2006 NYPHP Convention
    - Ajax For Dummies
    - Foundations of Ajax
    - AJAX Patterns And Best Practices
    - Learning Perl
    - Web Standards Solutions: The Markup and Styl...
    - CSS Cookbook
    - Flash Hacks





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    Stay green...Green IT