Archives

Cairngorm internal event flow

This has been a big anxiety in my mind to know about the event flow mechanism than runs internally inside the cairngorm until I could look in to the source code of it. Here are my observations in short:
Steps a programmer does while utilizing the architecture:
1. Create a command class and write down the execution [...]

When not to use a framework

In recent days I have heard of many flex and flash developers trying to make use of micro-architectures like ARP, Swiz, Cairngorm, PureMVC for their projects. In the middle of the project they find lot of management task while maintaining the standards by the architectures. I don’t say it’s the problem with the architectures that [...]

Understanding Singleton

I remember the days when I used to write programs in frames- moving from one frame to another and then access the _global variables or variables under _root to know the configuration of the state. To day when I start writing a piece of code I think of a good way to implement the same [...]