Archive for the 'Design Patterns' Category

PureMVC Courseware

PureMVC

I’ve always been very keen on learning design patterns (especially being a self taught programmer), and this just seems to be the perfect chance to ease myself into the world of MVC for Flash, Flex, or AIR platforms. I’ve just gotten myself signed up as a beta tester for this courseware, and with credentials that this courseware is excellent, I suggest you get your feet wet with this as well. :D

In case you have not heard of PureMVC, it “is a lightweight framework for creating applications in ActionScript 3, based upon the classic Model-View-Controller design meta-pattern”.

Read more about it here.

Why not get yourself started as well? ;)

Sphere: Related Content

AddThis Social Bookmark Button

Introducing Design Patterns

After getting into my third month as a flash developer, I have finally learnt how to use classes in ActionScript effectively in my project. However, there seems to be many places of duplicated codes that I hope will be either able to optimise, or gathered at a central area where they can be reused.

Here comes my current excitement!

Design Patterns!

Just started reading on this book, Head First Design Patterns. Observer, Delegation, Command, MVC, Singleton!!!

Design Patterns here I come!!! w00t~!!~ (Kinda feel that I’m sounding like a complete geek now. :P )

Sphere: Related Content

AddThis Social Bookmark Button