Archive for August, 2008

Understanding Data Binding in Flex

Wednesday, August 27th, 2008

This was one of the best presentations I saw at 360 flex. Straight to the point, technical enlightenment from the smartest guy in the room. If you don’t have a comfortable notion of Flex and data binding going in, this may scare you off the framework entirely. Just remember, data binding is not magic. Take note of the code that the Flex compiler is generating for you, and be aware of how much overhead is being added to your app every time you use it. You may already know this stuff, but Michael just has a great way of putting it all together for you.

Screencast: Diving in the Data Binding Waters with Michael Labriola

Ecma, Schmeckma

Saturday, August 16th, 2008

There’s been a lot of talk about the potential dead end that is EcmaScript 4. This whole thing seems rather rediculous to me. Your tool of choice will most likely not disappear overnight. And, hell, even if namespaces did disappear from AS3, I might not miss it. When I first heard about this, I thought, hey, this might be a good time to start using haxe. See, haxe looks a lot like AS3, and it compiles down to various SWF versions as well as Javascript, and now even PHP. If I need to write a javascript library, using haxe lets me work with a smarter language and compiler and still support all major browsers. I was curious what Nicolas Cannasse thought of all this, and sure enough he has a blog post about this very topic, except he wrote it 9 months ago.

http://blog.haxe.org/entry/25

Update: he has posted a more timely analysis as well…
http://ncannasse.free.fr/?p=82