Mathew Easow Jacob’s Blog–India

a enthusiast…developer…on technology,RIA,flex,web,startup….

Archive for the ‘RIA’ Category

RichInternetApllication

Flash Innovation Time Line

Posted by easow83 on November 12, 2009

Posted in Flex, RIA | Leave a Comment »

Choosing a Flex framework…

Posted by easow83 on November 12, 2009

This is a summary written by Jeremy regarding the popular framework currently available for Flex.So that you can make the most informed choice possible regarding which framework best suits the needs of your team or project. It covers the Cairngorm, Mate, PureMVC, and Swiz frameworks. (you can view the presentation here).

Frameworks must be simple and maintanable, rather than popular or complecated.

Posted in Flex, RIA | Leave a Comment »

What makes a flex app big in size ??

Posted by easow83 on September 9, 2008

Generally what makes a flex app big in size
1.Try to load your assets (images/animations) at runtime.
2. Try not to embed fonts. If you don’t really need a special font, or advanced anti-aliasing and you are not applying any effects and transformations (alpha, rotation etc.) to your text, you don’t need to embed fonts.
3.Another important concept is that of modular applications. Here are the docs:
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_1.html
4.make sure you are looking at a “production” compile and not a debug compile.  There is significant difference in swf size.
5.not forget the Runtime Shared Libraries.  If you can offload the Flex Framework into and RSL that will significantly decrease your swf’s size.  The initial load will be the full 1mb, unless the user has been to another site that loaded the RSLs already into the flash player cache.  Every subsequent load will be reduced by about 500kb if you’re using the full flex framework.

Posted in Flex, Flex 2.0.1, Flex 3, GeneralDiscussion, RIA | Leave a Comment »

Sorry!!! not updated my blog for 2 months

Posted by easow83 on September 9, 2008

I was not able to update my blog for the last 2 months after june 5 th…i was busy in a project..”Audio chat using Flex and FMS(flash media server)”…(   finallyy it released… It is my first time working with FMS..a nice expirence….i could feel how an application fully built in flex  reduces headachee!!….(browser and OS)….

Posted in GeneralDiscussion, RIA | Leave a Comment »

Integrate Live Chat Into Your RIA

Posted by easow83 on March 10, 2008

see more details here

Posted in RIA | Tagged: | Leave a Comment »