7.20.2007

Declarative Graphics Framework (Degrafa) for Flex



Another Good news for flex developers and UI designers.Jason Hawryluk,the man behind Flex 2 Primitive Explorer and Juan Sanchez,the creator of ScaleNine both are working on a Declarative Graphics Framework for Flex 2 (Degrafa).Check this out at degrafa.com

Declarative Graphics Framework (Degrafa) will work as a bridge between the designer and developer.It will make the graphics classes more easy to use within Flex framework.Developers/designers will be able to use the richness of graphics classess through MXML.

6.25.2007

Getting on the Flex Highway:Flex APAC Seminars

Some brilliant guys from adobe India, Prayank,Raghu ,Harish are doing a great job in evangelizing flex in India.If you missed it,check out the Flex APAC Seminars at code.google.

I liked the last presentation “Getting on the Flex Highway – How to get up to speed with Flex” by Raghu

If you are a flex newbie or like to start coding in flex then this presentation will definitely give you a good start.

6.16.2007

Blogger in Draft: video upload in blogger

Blogger in Draft: Introducing Blogger in draft and video upload

We stopped writting long back.Now are we going to stop typing too? :)

What is mx_internal?

I have seen this namespace so many times but could not understand or I should say never tried to understand it.Today I have found this small piece of information from Deniles's blog.Just marked it here for my future reference.

"Sometimes you want to change the behavior of a Flex component but its hidden behind a private method or variable so you can't subclass it. Thankfully they provide the source so you can just create your own version. This is heavy handed and in some cases you just need to tweak things a little. Many components within the Flex framework have methods and properties flagged as mx_internal"