SWDC 2010: Programming to Patterns
June 2nd, 2010 by Dylan
Aaron Newton and I first delivered the Programming to Patterns talk at the Rich Web Experience in Orlando in December, 2009. It’s evolved a fair amount over the past 6 months through various iterations and delivery. Mark Wubben and I recently reworked the Dojo examples a bit as well in preparation for SWDC 2010, and Piotr Zalewa of JSFiddle and I worked on creating examples as easy to run examples.
The latest Programming to Patterns slides are available on SlideShare, and the examples are on JSFiddle:
- Writing the code inside ‘domready’ event (Mootools)
- Writing the code inside ‘domready’ event (Dojo)
- Using objects the MooTools way
- Using objects the Dojo way
- Prototypes and object properties (MooTools)
- Prototypes and object properties (Dojo)
- Extending objects (MooTools)
- Extending objects (Dojo)
- Mixins with Dojo
- Mixins with MooTools
- Program a Pattern (MooTools) and extend it
- Program a Pattern (Dojo) and extend it