Binding: Paperback Dewey Decimal Number: 006.78 EAN: 9780132358040 ISBN: 0132358042 Label: Addison-Wesley Professional Manufacturer: Addison-Wesley Professional Number Of Items: 1 Number Of Pages: 336 Publication Date: June 21, 2008 Publisher: Addison-Wesley Professional Sales Rank: 186672 Studio: Addison-Wesley Professional
Dojo offers Web developers and designers a powerful JavaScript toolkit for rapidly developing robust Ajax applications. Now, for the first time, there’s a complete, example-rich developer’s guide to Dojo and its growing library of prepackaged widgets. Reviewed and endorsed by the Dojo Foundation, the creators of Dojo, this book brings together all the hands-on guidance and tested code samples you need to succeed.
Expert Web developer James E. Harmon begins by demonstrating how to “Ajax-ify” existing applications and pages with Dojo, adding Ajax features such as client- and server-side validation as quickly and nondisruptively as possible. Next, he presents in-depth coverage of Dojo’s user interface, form, layout, and specialized Widgets, showing how they work and how to use them most effectively. Among the Widgets, he covers in detail: Date Pickers, Rich Text Editors, Combo Boxes, Expandable Outlines, and many others.
In conclusion, Harmon introduces the Dojo toolkit’s powerful capabilities for simplifying Ajax development. He thoroughly explains Dojo’s helper functions, shortcuts, and special methods, illuminating each feature with examples of the JavaScript problems it can solve. This section’s far-ranging coverage includes strings, JSON support, event handling, Ajax remoting, Dojo and the DOM, testing, debugging, and much more. All source code examples are provided on a companion Web site, including source code for a complete tutorial case study application.
Customer Reviews
Average Rating:
Rating: - Good Intro
This is a nice intro. It is in three parts and runs a little contrary to the normal flow in a book like this. The first section is a hands on tutorial, the middle section is reference and the last section contains definitions, more of an introduction and information on using capabilities that are not tied to widgets.
There's a sentence in chapter 15 that mentions using widgets later. This makes me think that editors moved around the order of the book - because in most computer books ... Read More
Rating: - A very good Dojo book
This is a very good introduction to Dojo. If you have not used any other Ajax toolkit, and you want to learn Dojo, then this is the book for you. At the moment, this is the easiest to understand tutorial of Dojo. Unfortunately, it does not tackle DojoX very much, which contains some modules that are very useful, like the Grid. It also doesn't show examples of handling XML (handleAs: "xml"). Anyway, the perfect companion to this book, like other Dojo books, is the Book of Dojo, found in Dojo's website. ... Read More
Rating: - Good to get you started but there are some issues
The book is a good book on getting you stated in Dojo and the examples are good. The book though seems a bit rushed to market there is errors in the code everywhere I seen typos to just completly wrong code in the book. I would have rated this higher but the errors are a problem if you try and follow the code in the book. My suggestion is you need to download the code from the authors website. Follow that code instead. I have read the other dojo books and they have a simular problem. Dojo is very powerful ... Read More
Rating: - 3 dojo books in one
"Dojo: Using the Dojo JavaScript Library to Build Ajax Application" is a book for developers. You should know JavaScript and HTML well before starting. There are three main sections of the book which were so different to the point where I thought I was reading three separate books.
The first part rips apart an HTML form then shows how to use Dojo to improve it. I liked the attention to accessibility along with error handling and validation. Dojo was introduced in pieces through example. Except ... Read More
Rating: - Good introduction to Dojo
This book provides a good introduction to Dojo. It answers these questions:
1. What is Dojo?
2. What can Dojo do for me?
3. How can I start using Dojo right now?
You've probably created at least a few (if not many) web forms to gather input from your users and thought "Shouldn't there be an easier way to (insert your complaint here)?" The author goes through a list of these common gripes and shows how you can tackle each one with Dojo. In the beginning, he highlights a few key areas ... Read More