RIAJobs
Are you searching jobs on Flash, Flex, AJAX or Silverlight? RIAjobs.org is a site for rich internet application developers. You can see a RIAJobs widget on the sidebar of this blog. Start hunting!!!!
I am a rich internet application developer and UX designer turned entrepreneur. My first company, Toobler, was born out of necessity as the project offers became too many and too large for a single person. Toobler is now the trusted offshore development & research partner for many international clients. My interests now also includes the art of enterpreneurship, along with usability study, web 2.0 and mobile application development.
Are you searching jobs on Flash, Flex, AJAX or Silverlight? RIAjobs.org is a site for rich internet application developers. You can see a RIAJobs widget on the sidebar of this blog. Start hunting!!!!
“Building a successful application in Adobe Flex involves many roles, each with a different focus and requiring distinct strengths. Teams are often comprised of designers and developers who assume different roles during the lifecycle of creating a successful Flex application.”
A great UI article from EffectiveUI. Check the link here to see the multi-focused team approach.
In the earlier versions of Cairngorm you need to dispatch events through the CairngormEventDispatcher instance. Now self dispatching events are added in Cairngorm2.2.
Old method
var evt:NavigateEvent = new NavigateEvent();
// Dispatch through the dispatcher
CairngormEventDispatcher.getInstance().dispatchEvent(evt);
New method
var evt:NavigateEvent = new NavigateEvent();
// Event dispatch itself
evt.dispatch();
These are the changes between Cairngorm 2.2 and Cairngorm 2.1(from adobe labs)
Changes between Cairngorm 2.2.1 and Cairngorm 2.2
Just another cool flex website. JibJab is a collection of flash cartoons.
http://beta.jibjab.com/