-
Recent Posts
- Flex Testing with FlexMonkey Reloaded: Programmatic Test Generation (Part 15)
- Flex Testing with FlexMonkey Reloaded: Auto Run Demo Application (Part 14)
- Flex Testing with FlexMonkey Reloaded: Debugging Problems (Part 13)
- Flex Testing with FlexMonkey Reloaded: Parameterizing Generated Code (Part 12)
- Flex Testing with FlexMonkey Reloaded: FileBrowse Dialog (Part 11)
- Flex Testing with FlexMonkey Reloaded: Continuous Integration (Part 10)
Categories
- Flex (17)
- FlexMonkey (17)
- FlexMonkey Reloaded (16)
- Historic (96)
Archives
- April 2011 (1)
- March 2011 (13)
- February 2011 (2)
- November 2010 (1)
- September 2010 (2)
- June 2010 (1)
- March 2010 (1)
- December 2009 (1)
- November 2009 (2)
- July 2009 (1)
- June 2009 (8)
- May 2009 (3)
- April 2009 (1)
- March 2009 (7)
- February 2009 (3)
- January 2009 (3)
- December 2008 (3)
- November 2008 (12)
- October 2008 (2)
- September 2008 (2)
- July 2008 (2)
- June 2008 (10)
- May 2008 (2)
- April 2008 (4)
- March 2008 (4)
- February 2008 (4)
- January 2008 (6)
- December 2007 (1)
- September 2007 (2)
- August 2007 (1)
- July 2007 (3)
- June 2007 (1)
- May 2007 (4)
Monthly Archives: March 2009
Doug McCune on Flex and Enterprise Development
Today, I posted an interview I did with Doug McCune on InfoQ.com. His personality and passion for development came through in his encouragement for developers to build “cool shit.” I love the sentiment, as I so often get trapped in trying to bring business value and forget that sometimes software development should just [...] Continue reading
Posted in Historic
Leave a comment
Is Monkey Patching in Flex Evil?
When googling for solutions to any number of Flex challenges, I commonly find posts that include monkey patching as part of the solution. Monkey patching is basically replacing a Flex class with your own. For example, if you want to change something in UIComponent you can create a mx.core.UIComponent in your project, and the Flex [...] Continue reading
Posted in Historic
Leave a comment
Flight Framework for Flex & What is so great about MVC?
I just finished a write up for InfoQ on the Flight Framework. Flight compares themselves to Cairngorm, without all the “boiler-plate” code. The association with Cairngorm is a turn off for me to seriously consider using Flight, as I still don’t understand what value Cairngorm provides (old post 1 & 2). That doesn’t mean I [...] Continue reading
Posted in Historic
Leave a comment
Flex Security Component Updates
I have updated my Flex security component called Chimp. I was working on implementing a suggestion to use the includeInLayout property instead of removing children, and found a number of issues in the process. I have expanded the sample application to help test the component. Also, it should give a pretty good picture of how [...] Continue reading
Posted in Historic
Leave a comment
George Bush Saved Social Security!
It’s true! At least to the same extent Mr. Bush is to blame for the current financial mess, and speaking as someone who is terrified by both of the extremes in American politics, he does deserve some of the blame.
For those of us in our early 30’s, there is little cause to be concern for [...] Continue reading
Posted in Historic
Leave a comment
Component for Role Based Permissions in Flex
I’ve posted a simple component, called Chimp, for doing role based permissions in Flex through metadata. You can check it out at: http://code.google.com/p/flexible-chimp/. The quick overview is that you provide Chimp the user’s roles on start-up and then add meta data to the components for filtering what the user can see.
Here are the setup instructions:
1) [...] Continue reading
Posted in Historic
Leave a comment


