In the Wild for January 10, 2010

January 8, 2010

News and notes from the YUI community over the past month...let us know in the comments or at @yuilibrary if we missed something important: Sacramento Bee Using YUI DataTable and AutoComplete for Legislator Voting Record Explorer : Kamal Gill noted...

Read more →

More code reuse patterns in YUI3

January 7, 2010

This post is a follow-up to the article "Inheritance patterns in YUI3" and dives deeper into the YUI3 APIs showing more patterns for code reuse. The Gang of Four book advocates that we should "prefer object composition to class inheritance". And in...

Read more →

Inheritance Patterns in YUI 3

January 6, 2010

This article discusses two JavaScript code reuse patters implemented in YUI 3 - the classical inheritance pattern and the prototypal inheritance pattern. Satisfying dependencies The prototypal pattern is available from the core YUI 3 API in the...

Read more →