YUI Starter Kit
The Yahoo UI is a strong JavaScript library that is rapidly gaining popularity due to it’s modularity, compactness, and ease of use. The library is very well documented and numerous resources are available to help the JavaScript neophyte get started. The first website to check out is http://developer.yahoo.com/yui/. . At this site,one can download the full source (simple text files) for the YUI library. The cool thing to point out is that there are three files for each *.js file; debug, full, and minimized versions. The amount of resources available can be daunting, so I am going to give a road map to rapidly gain mastery of the YUI library. The first portion of the roadmap may be skipped if you are already up and running as a JavaScript developer, but it is recommended that you read through it at least once. Setting up your development environment( Skip this if you have one you are comfortable with ).
If you are one of those people that likes to have a reference book, buy the “Rhino” book, JavaScript: The Definitive Guide (5th Edition) by David Flanagan.
- Download FireFox.
- Download the FireFox plugin FireBug.
- Download the wonderful open source IDE, Aptana, for JavaScript development.
Learning JavaScript.
Much of modern JavaScript object design is attributed to Douglas Crockford. Read the following links from his site:If you are one of those people that likes to have a reference book, buy the “Rhino” book, JavaScript: The Definitive Guide (5th Edition) by David Flanagan.