A quick tip if you’re using Flex Builder and are missing a quick way to format your code. Flex Formatter is a free open source plugin that adds some very useful buttons to your IDE. These will make ASDoc, format, and code rearrangement just one click away.
Get the plugin from SourceForge or read Grant Skinner’s installation guide to install it from within Flex Builder.


Alternative title: What I’ve been doing is wrong
Different browsers have different “default” styles, which makes it a challenge to even make text appear the same way across all of them. When you want to accomplish this, there is a well known CSS trick that I’ve been using for a long time: Read More »