Amazon Search Directory
Enter Keywords:
Index : Product Listings : Product DetailsBack


  View Larger
Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences (Pragmatic Programmers)
By Craig RieckeRawld GillAlex Russell ( Pragmatic Bookshelf )
Release Date: 2008-06-18
Average Customer Rating:
List Price: $38.95
Price: $25.71
Eligible for FREE Super Saver Shipping on orders over $25.
Availability: Usually ships in 24 hours
 Add to Cart 

Product Description
The last couple of years have seen big changes in server-side web programming. Now it's the client's turn; Dojo is the toolkit to make it happen and Mastering Dojo shows you how.

Dojo is a set of client-side JavaScript tools that help you build better web applications. Dojo blurs the line between local, native applications and browser based applications; the browser becomes the user interface platform. "Modern" browsers provide an incomplete, inconvenient, and incompatible programming environment, but Dojo eliminates these problems. While there are many JavaScript libraries available, most focus on just one thing (for example, effects libraries, perceived JavaScript omissions, or HTML widgets). Dojo addresses all of these functional areas-and many others-extensively.

In Mastering Dojo, you'll get the whole story, from basic usage to advanced idioms. Mastering Dojo starts out with a fast moving tutorial that will give you techniques that you can start using right away. You'll learn all about Dojo Core--the foundation on which all things Dojo stand. See how you can modularize your project for development and automatically package your release for optimal download performance. You'll also learn how Dojo:

  • augments the core JavaScript library
  • fixes the event system
  • simplifies DOM programming
  • provides a complete class definition facility
  • includes a powerful remote scripting (XHR) framework
  • ... and much more.

    You'll love using Dojo's HTML user interface control widget system, Dijit. See how to use over 40 widgets, including the rich yet easy-to-use tree and grid controls.

    Finally, you'll get an in-depth look at how to design and build a single-page, rich Internet Application.

  • Customers Who Bought This Item Also Bought

    Dojo: The Definitive Guide

    Dojo: Using the Dojo JavaScript Library to Build Ajax Applications (Developer's Library)

    JavaScript: The Good Parts

    jQuery in Action

    JavaScript: The Definitive Guide

    Product Reviews:
      An outstanding, detailed account filled with real-world examples  ( mwbookrevw )
    MASTERING DOJO: JAVASCRIPT AND AJAX TOOLS FOR GREAT WEB EXPERIENCES is an essential key to modern web programming problems resolvable by Dojo. From basic usage of Dojo to advanced tutorials, MASTERING DOJO takes the form of a class in the program with chapters building a foundation of knowledge and discussing scripting, searches, and Dojo systems alike. It's an outstanding, detailed account filled with real-world examples and perfect for students and programmers applying Dojo to web problems.

    Diane C. Donovan
    California Bookwatch

      Skip the "Book Of Dojo" and go straight to this ( arrafura )
    I haven't read the other Dojo books so I can't compare them. They may be very good too. This book is well orgainsed and well written. My advise to anyone starting from scratch is not to bother with the free online documentation, "The Book of Dojo", which is a spotty and unsystematic and start with this.
      A very good advanced Dojo book 
    To fully utilize this book, I suggest you read the Book of Dojo first. Then, for some few topics you still don't get, you need to read the blog of the authors. Compared to Using the Dojo JavaScript Library, I think this is more advanced. Of the 3 currently available Dojo books, this is the only book that discussed the Grid, devoting entirely one chapter in Chapter 14. It is also the only book that has an example of handling XML (handleAs: "xml").
      Currently the best book on Dojo 
    One line conclusion: Recommended for serious developers using Dojo.

    Comparing this book with the other two Dojo books (one published by O'Reilly and one by Addison-Wesley Professional), I feel the title of this book is justified. The contents of the other two are greatly overlapped with the free online documentation of Dojo [...]. If all you wanted is a Dojo book that resembles a print copy of the free on line book, then you can buy the other two. If you are asking for something more, like how Dojo actually works and how to customize Dojo build (a pivotal step to speed up your product) then this is the one you need. You will not find such detailed documentation from either the Dojo documentation or the other two books.

    I take one star out because the contents of the book does not fully cover the functionality of Dojo, which is somewhat understandable as Dojo itself keeps evolving.
      The "how" and "why" straight from the horse's mouth ( looney_binn )
    Often when you're learning a new toolkit, you see an implementation detail and wonder, "Why does it work this way?" This book answers a lot of those "why" questions as it shows you the "how" of Dojo.

    I liked the way the examples were accompanied by lots of context and analogy to other programming languages. The high level of detail was helpful, too -- the fact that the authors are key Dojo contributors shows in the writing.