Quantcast
Sean Moore

Biography

Sean is a highly sought after Flex developer and consultant with extensive ActionScript programming experience, including more than five years developing for the Flash platform and over a decade of experience designing and developing desktop and web based applications. Business owner, technical author, blogger and Adobe Flex/AIR enthusiast, Sean is an Adobe Flex Developer Community Champion and the creator of the ActionScript Cheatsheets.

Blog

Recent Posts | All Posts

Decorator Design Pattern

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 more

Overview of Flex 4 (Gumbo)

May 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 more

51 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 more

Exploring 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 more

Recent Posts | All Posts