~ May, 2005 ~

6
May
2005

Are “Smart” categories smart?

Grr.. I read MXNA through an RSS aggregator and my last two entries have not been picked up by the Flex smart category. Is it because I didn’t use the word “Flex”?

Flex, flex, flex, flex! Let’s see if that works.

Please excuse my vanity. We now return you to your regularly scheduled programming.

6
May
2005

Are RIAs an extension of the Web, the Desktop, or both?

There’s a nice summary of the history of GUIs on Ars Technica today. It got me thinking about RIAs: are they a continuation of the evolution of the Web, the Desktop, or both?
More »

3
May
2005

This is one way you can use data binding with effects.

As I was putting the effects for this application together, I found it easier to build a small wrapper class around the effects infrastructure to address the following issues:

  1. You can’t use databinding.
  2. You can’t easily create combinations of effects that apply to mulitple targets.
  3. Unless your effects fit naturally into the sequence/parallel framework, it can be hard to choreograph your effects.
  4. It’s hard to tell when a complex set of effects ends, because the effectEnd event is sent from the target, not from the effect.

These are all things we are looking into changing for 2.0, but you can address these issues now, with 1.5, using the following wrapper classes.
More »