All about ArrayCollection – Flex
Posted by Sachin in ActionScript 3.0, Adobe Flex on 01. Sep, 2010 | 0 Comments
Today i was feeling very bored, then finally decided to get into one of the basics of Flex. Yes its ArrayCollection. Before we go into ArrayCollection, one must construe Array.
IE9 Screenshot Leaked
Posted by Sachin in My World on 30. Aug, 2010 | 0 Comments
The new interface of much waited Internet Explorer 9 has been revealed following an article which was published by one of Microsoft’s Russian subsidiaries. Though it was removed quickly, but it was too late.
Creational Patterns – Abstract Factory Pattern
Posted by Sachin in Abstract factory pattern, Creational pattern, Design Patterns on 09. Aug, 2010 | 0 Comments
Today we are going to see one of the design patterns abstract factory. Its one level of abstraction higher than factory pattern.The main use of Abstract Factory Patten is that is isolates the concrete classes which are generated.
Creating flex components in runtime using XML
Posted by Sachin in ActionScript 3.0, Adobe Flex on 18. May, 2010 | 0 Comments
Today i was going through an requirement on how to create components in runtime where we have parse an XML as input and then create components in the stage.
Introduction to MVP for Flex
Posted by Sachin in ActionScript 3.0, Adobe Flex, Design Patterns on 29. Mar, 2010 | 2 Comments
I was today having a discussion with my amigos on the various design patterns and we were usually struck with mind blowing MVP pattern. I did a Bing on reseearch but could not eventually find a single article which explains the users very clear of this pattern. That’s the reason of this post.
Introduction to Mate Framework
Posted by Sachin in Adobe Flex, Design Patterns, Mate Framework on 21. Mar, 2010 | 6 Comments
Mate is one of the best framework i have ever played with. It is completely unobtrusive. My application code has no dependencies on the framework, it is highly decoupled, reusable and testable. Mate framework is developed by AsFusion.
