|
HappyTrails
Stepping through the YUI documentation (Issue 1)
The trails step through the YUI documentation in a progressive, tutorial-style order. There are seven trails in this series: Backbone, Infrastructure, Workhorse, FX, Workflow, IO, and CSS. As you review the YUI "Getting Started" documentation, it's an excellent idea to cut-and-paste the example code into your own IDE or editor and try to get the examples to work in your own environment. If you don't try the example code on your first reading, do try running the example code the first time you use any of the modules! First Trail: BackboneThe YUI library builds on three "backbone" packages that hold the library together. Second Trail: InfrastructureTo help us track and trace what's happening behind the scenes, the library provides five "infrastructure" packages. Third Trail: WorkhorseTo help us acquire data from an external source, the library provides two "workhorse" packages. Fourth Trail: FXTo help us manipulate visual objects, the library provides three "Special Effects" packages. Fifth Trail: WorkflowTo help us guide users through complex tasks, the library provides five "workflow" packages. Sixth Trail: IOTo help us display output and acquire input, the library provides six "IO" packages. Seventh Trail: CSSTo help us customize the look and feel of our widgets, the library provides four CSS packages. Including "laboratory" time to try some of the examples, each trail can take a full day. (And probably should!) Skimming the source code for each module is strongly recommended. YUI is a superb, professional product, and there is much to be learned by studying its example. |
Sign in to add a comment