Here are some nifty tools and code samples that I have written and that you might or might not find usefull.
Disclaimer: Any problems or unforseen events caused by using this code is not to be blamed on the author.
ResourceBundle It! – helps you localize your strings before putting them into Flex ResourceBundle files.
Form Handling – tool for processing- and validating form data, read all about it in this post for a more detailed description.
Policy Based Security – implementation of a policy based security architecutre for Flex applications. Detailed description is here.
When it comes to patterns there is one I always tend to use when writing Flex applications and that is the Presentation Model pattern. Using this pattern I am actually able to unit test most of my UI logic without having to write fragile tests which involve testing the actual UI components. recipie However there [...]
Being accustomed to the development tools for Java development it has been really frustrating to move into the world of Flex and Action Script with it’s immature IDE’s. However it seems as if this is finally getting attention at Adobe and the Open Source project FlexPMD is really becoming a great tool for assuring quality [...]
I have for some time been running Ubuntu on my work-at-home-computer. Having to work with Flex on Linux is a constant struggel and I can understand why most people would just give up. I can see that the number of Flex developers on Linux is quite small, however I think it’s a shame that we’re [...]