Recent Posts | All Posts
October 21 2009
The goal of this article is to help you gain a better understanding of the Decorator design pattern. The Decorator pattern is used to attach additional responsibilities to an object at run time dynamically. Decorators provide a flexible alternative to subclassing to extend the functionality of classes in a hierarchical… read moreMay 28 2009
The goal of this article is to help you gain a better understanding of the stimulating new features and improvements that will be available in Flex 4, code named “Gumbo.” Exciting changes are being made to the Flex framework that: enable sophisticated and powerful skinning capabilities, increase productivity for developers… read more51 ActionScript 3.0 and Flex optimization techniques and practices
April 23 2009
A homework assignment I was recently given for a Java programming class involved a competition to see who could create the most optimized implementation of an interface which was provided by the instructor. It was a challenging and very fun... read moreExploring the Strategy Design Pattern
November 02 2008
The goal of this article is to help you gain a better understanding of the Strategy design pattern. The Strategy pattern is used to separate the areas of an application that differ from the areas of an application that remain the same. This design pattern sits on top of several… read moreRecent Posts | All Posts