Archive for the 'OOP' Category

Exploring the Strategy Design Pattern article on InsideRIA

In case you missed it here is a link to the article discussing the Strategy Design Pattern that was recently featured on the O’Reilly, InsideRIA website. Writing the article was a really wonderful experience and I’m extremely excited to have another in the works now. More on that later. Here is a snip of the [...]

Flex best practices – Part 1: Setting up your Flex project article

Here is an article on Flex best practices that I had the extreme pleasure of recently writing for Adobe’s Dev Center. The article explores a number of things you can do to help clarify your Flex development process. The article was a community based effort and input was collected from quite a few prominent Flex, [...]

Mate framework article on Flash Magazine, by: SeanTheFlexGuy

I wanted to post a link to this article that I had the pleasure and opportunity of writing for Flash Magazine about the Mate framework for Flex. Mate is an awesome framework used for developing applications using Adobe Flex. I’d like to thank both Jens from Flash Magazine and Laura from ASFusion for their help [...]

One More Free Flex Book Up for Grabs!!

Congrats to Dan Thomas for being the first contestant to send in the correct answer to the question in my previous post. Dan has scored a free copy of Flex Solutions by Marco Casario. There were a lot of great answers almost all of them were correct however Dan was the first to send in [...]

42 tech items for Flex Developers to research, study and watch in 2008

2007 was an AWESOME year for Flex and AIR. 2008 should continue this trend. Here are several different technologies and other items I plan on monitoring going into 2008. Some of these are bleeding edge, others are fundamentals which we’ve been studying for years. “I’m sure that Flex skills will be one of the hottest [...]

Software Development Podcasts: Design Patterns, Unit Testing, Architecture, Refactoring

Here are a number of podcasts regarding software development. All of these topics are valid for Flex development. Enjoy! Refactoring Pt. 2 http://media.libsyn.com/media/seradio/seradio-episode55-refactoring_pt2.mp3 Design By Contract http://media.libsyn.com/media/seradio/seradio-episode51-designByContract.mp3 Architecture Patterns (Architecture Pt. 4) http://media.libsyn.com/media/seradio/seradio-episode41-architecture_pt4.mp3 Refactoring Pt. 1 http://media.libsyn.com/media/seradio/seradio-episode46-refactoring_pt1.mp3 Dynamic Languages for Static Minds http://media.libsyn.com/media/seradio/seradio-episode49-dynamicLanguages.mp3 Architecture Pt.3 http://media.libsyn.com/media/seradio/seradio-episode30-architecture_pt3.mp3 Architecture Pt. 2 http://media.libsyn.com/media/seradio/seradio-episode25-architecture_pt2.mp3 Development Processes Pt.1 http://media.libsyn.com/media/seradio/seradio-episode24-developmentProcesses_pt1.mp3 Architecture [...]

ActionScript 3.0 UML and Code Generation Tools

If you are interested in generating UML and/or AS3 code you might want to take a look at the following tools. The price tags range from $0 to $239. Cairngen – Free http://www.ericfeminella.com/blog/cairngen This tool provides AS3 code generation for Cairngorm based Flex projects. You’ll need to have Ant installed and know how to run [...]