Shaikh Sonny Aman’s Blog

previously www.mailtoaman.com

GPS Tracking: Good side and the ugly side

Perhaps many of us are well aware of GPS i.e Global Positioning system and its applications like GPS Tracking. GPS enabled gadgets can be regarded as a compulsory tool in many cases especially in field works, surveying, expeditions etc.  It can confirm you that you are never lost. My wife is a geologist [...]

Learning Flex3 Task 3: Using function in script tag and in separate ActionScript file

In the last example we have used some functionality against the click event of the button. Now we will encapsulate the code in a function and call it.
For embedding script we have to use a special tag in flex. It is the mx:Script tag. Inside the tag we will use a CDATA section to write [...]

Learning Flex3 Task1: IDE and basic application

You know xhtml? Or have some knowledge on html or xml syntax with some javascript concepts? Yes? Cool, you will find flex3 with ActionScript is almost nothing more than developing a html page with javascript. As you know there are some built in libraries in javascript like Math, ActionScript with Flex has some extra libs [...]

Learning Flex3 Task2: First action and accessing component property

Every person has his/her own way of learning. My way is to learn by example. I may understand some math rules but I will be more confident at exam if done some practice example using that theory. Similar to this, I can understand what a language can do by reading but I will be much [...]