- The Book of Dojo
- Quick Installation
- Hello World
- Debugging Tutorial
- Introduction
- Part 1: Life With Dojo
- Part 2: Dijit
- Part 3: JavaScript With Dojo and Dijit
- Part 4: Testing, Tuning and Debugging
- Part 5: DojoX
- The Dojo Book, 0.4
Other Functions
Submitted by criecke on Tue, 06/05/2007 - 18:15.
In a toolkit as comprehensive as Dojo, the designers had to be vigilant about not duplicating functionality. Virtually all facets of the toolkit need low-level functions - like JSON support, array features, node list processing, etc. And because these functions do not exist in standard JavaScript, or are available only in incompatible calls across browsers, Dojo programmers wrote a lot of low-level code themselves.
Luckily for us Dojo users, they expose these low-level functions. Instead of writing a lot of the annoying little JavaScript utility methods ourselves, we can use Dojo base functions instead. These API's are fast, flexible, and well-thought out. And they are consistent with the higher layers of Dojo's design. Can you dig it?
- Printer-friendly version
- Login or register to post comments
- Subscribe post