Downshift Your Code

July 9, 2007

Web browsers have advanced to the point where things happen fairly fast across the board. Events are fired fast, user interactions can be registered fast, code executes fast. All this speed is typically a good thing, as it keeps modern web...

Read more →

A JavaScript Module Pattern

June 12, 2007

Global variables are evil . Within YUI , we use only two globals: YAHOO and YAHOO_config . Everthing in YUI makes use of members within the YAHOO object hierarchy or variables that are scoped to such a member. We advise that you exercise similar...

Read more →

Who's Got Style?

June 7, 2007

With DOM support across all A-grade browsers , many basic (and some complex) interactions can be accomplished with relative ease. Things like adding and removing elements, inserting HTML text, and working with events are now reasonably manageable on...

Read more →