TulipTools Internet Business Owners and Online Sellers Community

Full Version: Yahoo Releases Yahoo! User Interface Library and Yahoo! Design Pattern Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yahoo Developer Network has released open source versions of its Yahoo! User Interface Library and Yahoo! Design Pattern Library under a free open source BSD license .

Some of the user interface components available include animation. connection manager, DOM, drag and drop, event, calendar, slider, treeview, and more:

Quote:Yahoo! User Interface Library

The Yahoo! User Interface Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, HTML and AJAX. The UI Library Utilities facilitate the implementation of rich client-side features by enhancing and normalizing the developer's interface to important elements of the browser infrastructure (such as events, in-page HTTP requests and the DOM). The Yahoo UI Library Controls produce visual, interactive user interface elements on the page with just a few lines of code and an included CSS file. All the components in the Yahoo! User Interface Library have been released as open source under a BSD license and are free for all uses.


more info and downloads: http://developer.yahoo.net/yui/
download the complete Yahoo! UI Library: http://developer.yahoo.net/yui/downloads/yui.zip (You can also download each library component separately from the main page for that component.)

Some of the patterns available from the Yahoo! Design Pattern Library include auto-complete, breadcrumbs, drag and drop modules, module tabs, navigation tabs, object pagination, search pagination, rating an object, writing a review, and more

Quote:Yahoo! Design Pattern Library. We are very happy to be sharing our library with the design and development community. This is our first drop of what we hope to be a monthly release cycle for the publication of patterns. In many cases we have bundled the patterns with pointers to related code from the Yahoo! User Interface Code Library.

What's a Pattern

A pattern describes an optimal solution to a common problem within a specific context. ..

more info and downloads: http://developer.yahoo.net/ypatterns/