YUI and the Dom

Categories: Javascript, YUI

In this next installment of the series on using YUI, we are going to learn about YUI and the Dom. Generally speaking, scripting the DOM sucks. That might even be an understatement. Thankfully, we have innerHTML and a variety of tools provided by the YAHOO.util.Dom singleton class as well as the YAHOO.util.Element class.

Read More

Getting started with YUI

Categories: Javascript, Web2.0, YUI

The Yahoo User Interface is very extensive JavaScript library that enables a developer to easily create a next generation web application. Why am I using YUI? Well, as you know I like the Ext library, which was originally built as an extension to the YUI library. If you have worked with either Ext or YUI, you can pick up the other one pretty quickly.

Read More