All about ArrayCollection – Flex

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

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

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.

Singletons in Java

Singletons in Java

Posted by Sachin in Creational pattern, Design Patterns, JAVA/J2EE, Singleton pattern on 16. Jul, 2010 | 0 Comments

Singletons are the design pattern when you want only one instance of a class created. You make the constructor private, and give access to the instantiated object via a static instance method that creates the object if it has not been created already. The singleton class is threadsafe lazy instantiation. I hope many would be [...]

Creating flex components in runtime using XML

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.

UPDATE and INSERT differences in syntax is an inconvenience

UPDATE and INSERT differences in syntax is an inconvenience

Posted by Sachin in PHP, Programming on 08. May, 2010 | 1 Comment

An associative array is the conventional workaround of the coding world.. In an associative array, we can associate any key or index we want with each value.