Durable Objects

May 24, 2008

Cooperating applications, such as mashups, must be able to exchange objects with robust interfaces. An object must be able to encapsulate its state such that the state can be modified only as permitted by its own methods. JavaScript's objects are...

Read more →

Reid Burke's Scrolling TabView

May 20, 2008

Reid Burke of IdeaRefuge writes in with a new YUI implementation that tweaks the standard "stacked" spatial orientation of a tab control and replaces with a scrolling orientation (either horizontal or vertical). In his own words: I've created a YUI...

Read more →

inputEx — a YUI-based Forms Utility

May 8, 2008

Parisian coder Eric Abouaf (aka "Neyric") released version 0.1.0 of his YUI-based forms library, inputEx . As of this release, inputEx supports only client-side-generated views — form fields are configured in a JSON format and created for you on the...

Read more →

Unobtrusive Rollovers Using YUI

April 28, 2008

Chad at 2tbsp.com wrote up a nice tutorial last week outlining some practical fundamentals with respect to writing "unobtrusive JavaScript." His example implements a standard rollover, beginning with bad-old-days obtrusive scripting, migrating to...

Read more →