Flex

Designing Look and Feel with the Flex 2 Style Explorer
Reader Level: Reader Level

The Flex Builder is a great IDE for rapidly developing and designing applications. It also comes with its own tools for quickly stylizing components. However, like all things, there's a good approach, and a bad approach. When stylizing through Flex Builder's design mode, you are actually applying the styles to the application's mxml tags directly. This makes it difficult to reuse and update styles effectively.

Just like with HTML, the best approach is to use CSS, and, fortunately, Adobe has been so gracious as to offer the same opportunity for styling in Flex. We don't get nearly as much visual leverage when working with CSS, however, since Flex Builder offers no special tools for generating them. This is where the Adobe consulting team comes to the rescue, with a powerful CSS generator tool called the Flex 2 Style Explorer.

Data Binding in Flex 2 - Part 2: Binding in AS3
Reader Level: Reader Level

Data binding is a central part of the Flex 2 framework, and there are many techniques for implementing it into your application. This lesson will cover the AS 3.0 side of data binding.

The Data Binding in Flex 2 Series:
Data Binding in Flex 2 - Part 1: Overview
Data Binding in Flex 2 - Part 2: Binding in AS3