Leveraging the YUI – A Functional News Scroller Part One(updated)
Most of you will probably already know what the Yahoo! UI Library (YUI) is and what it can do, but for those of you that don't I'll give it a brief introduction. The YUI is an extensive collection of utilities and controls, written in JavaScript, that you can use to build rich, interactive and attractive web applications. The scripts make heavy use of AJAX and DOM scripting, and are supported across a range of browsers making them ideal for use in many design situations.
The YUI can be downloaded from Yahoo and used free of charge for personal or commercial websites. There is a wealth of resources and documentation for them on the Yahoo Developer Network site http://developer.yahoo.com/yui/#support so it's well worth having a look there. Additionally, Yahoo also provides a service whereby you don't download the files yourself, but instead reference minimal versions of the files on Yahoo's servers. This way, Yahoo will serve the files for you.
Read More