Author Archives: adamflater

flexlib_logo

New to flexlib: CSSPropertyInjector

As my first contribution to flexlib I’ve been developing a utility class called “CSSPropertyInjector“. The CSSPropertyInjector class is used to apply styles from CSS to an Object that has properties that are not stylable or on Objects that are generally not stylable. Another nice feature of CSSPropertyInjector is the ability to specify multiple styleNames. This [...]

Continue reading
merapiLogo-large

Merapi is Open!

I was proud to announce with Andrew Powell today at 360 Flex | Indy, that Merapi is now officially open source. We’ve released the first public beta on Google Code as well as opened a Google Group. There is also a repo for Merapi examples. Here are the important links: http://merapi.googlecode.com/ http://merapi-examples.googlecode.com/ http://groups.google.com/group/merapi-project To find [...]

Continue reading
Tesla-Model-5

The Tesla Model S – Touch-Screen User Experience is Powered by Roundarch’s Merapi Project

By: Dave Meeker It is a exciting time in the world of Web technology and User Experience design. With every passing week at Roundarch, It becomes more clear to me that consumers are embracing these changes and that companies that provide products and services to those consumers are listening. We’ve reached a point where the [...]

Continue reading
universal-mind-logo

Farewell to Universal Mind

After much deliberation, earlier this week I chose to step down from my position at Universal Mind. This was a difficult decision for me as UM has a unique collection of highly talented individuals that I’ve thoroughly enjoyed working with. I will truly miss counting all the great people at UM as colleagues. I leave [...]

Continue reading

Cairngorm Top 5 Tips – Number 3 – The Data Translator Pattern

Number 3 on my list of Cairngorm tips is the Data Translator pattern. I’d like to preface my explanation of the pattern with a discussion about web application domains. As Flex developers we’re often inclined to use server-side technologies like Blaze DS, LiveCycle DS, ColdFusion, amfPHP, RubyAMF because of the native object transfer layers that [...]

Continue reading
Typinator_cropped

Typinator and Flex

My colleague Doug McCune sent out a link last week to a product called Typinator. Typinator is a tool for Mac OS that auto replaces character strings that are typed anywhere in Mac OS. In the videos below you will see a few ways that Typinator can be used in a Flex development environment. Class [...]

Continue reading

Cairngorm Top 5 Tips – Number 4 – The EventGenerator

The last tip in this series was #5. The AnnounceFaultEvent (read more). and now for tip #4: The EventGenerator The EventGenerator class provides a mechanism for defining sets of Events to be dispatched either sequentially or in parallel. The EventGenerator is defined declaratively in MXML. The generator provides an aggregated result response when the last [...]

Continue reading