03 Oct 2003
Today MumbaiFlash.com, which is Mumbai based Flash User’s Group site, has been launched and we have been asked to beta test it. I am also one of the authors on MumbaiFlash.com blog, Thanks to Brajeshwar.
My first entry at MumbaiFlash.com can bee seen here.
I like the site, though Logo of MumbaiFlash is still not available but i hope as soon as MumbaiFlash Static Logo Competition is over, we would see some better logo there.
Update: mumbaiflash.com has been moved to indiammug.com. All links above has been updated. Mumbaiflash will not be functional anymore.
26 Sep 2003
I have been doing some experiments with AS2 and I find it neat and clean.
It gives higher level of abstraction of AS1 based OO programming.
We used to declare Custom classes using same ‘function’ keyword which we used for normal functions/method. It made many of us confuse atleast one time.
But now with new ‘class’ keyword we don’t need more prototype or proto hacks for normal projects.
Infact AS2 has brought us near to Java Developers. Syntax of this AS2 is similar to Java, i would call it subset of Java.
We have class, interaface, extends, static, public/private, exception handling like features in AS2 now.
i have done some experiments, will post here soon.