Mr. Met
No, I’m not becoming a Mets fan. My friends Anthony and Heather came up from South Jersey, and I’ll admit I was curious about Shea.
I’ve got a ton of different shots of Lo Duca’s rant following his ejection, but am too lazy to post.
Why I haven’t jumped on the Google Calendar bandwagon
Check out ZDNet’s report on a privacy study including Google
or this post by Wired.
viewSourceURL: publish source in Flex

Call me slow, but this one eluded me for a little bit, as I couldn’t find a how-to in the Flex help documentation regarding publishing source code. It’s actually just as easy as pushing the Publish Application Source button–just keep in mind that it’ll rely on your primary MXML file as the index page of the source code.
Flex Chart Labels Based on Numeric Values
I thought there’d be a way to inherently modify chart labels in Flex while basing them on the chart’s values. There doesn’t seem to be such a built-in property, however, you can easily use the labelFunction method. In the example below (right-click to view source), I’m setting a labelFunction of changeLabel on a LinearAxis tag. It calls a switch statement to determine what to relabel the value. Note: The relabeled values are all even numbers because the major ticks on the chart are even.
Resetting RadioButtonGroup in Flex
Ever try resetting a RadioButtonGroup in Flex? I didn’t find it so clear… Unselected radiobuttongroups are set to “null”, but I tried setting all of the radio buttons selected = “false” to start. When that didn’t work, I then tried setting the radiobuttongroup.selectedValue = “null”.
The solution is to set radiobuttongroup.selection = null; in ActionScript. Sample and source code below.
Flex SecurityError: Error #2148 While Accessing local XML
So you’ve published your Flex application that accesses local XML, but when you try to run it outside of your Flex Builder folder, you might get a Flash Player Debugger error #2148. I ran into this problem while on a tight deadline, and am reposting here to get the word out.
To fix this, you need:
- to right/control click your Flex Project folder in the Navigator
- Select properties
- Choose Flex Compiler in the popup window
- Add “-use-network=false” under Additional compiler arguments

Hopefully, this’ll save someone some time…
A Moon for the Misbegotten
As an early Christmas present (since I never want anything around that time anyway), Daphyn sent me off to see a Moon for the Misbegotten with Kevin Spacey, Eva Best, and Colm Meaney (Eva Best. Wow. No wonder she’s up for a Tony. Of course, it never hurts to have the always excellent Spacey and Meaney in your corner).
Moon opened right around the time I went to see Forbidden Broadway, which is an off-Broadway spoof of just how touristy, family-friendly, and Disney-afied Broadway has become. How true it is. Despite this, I knew Forbidden Broadway wouldn’t touch the classic revival of Eugene O’Neill.
I pretty much fell in love with O’Neill’s tragic work when I last visited the Brooks Atkinson Theatre for 1999′s The Iceman Cometh with Spacey. It was around that time that I knew I wanted to live up here.
Thinking back to that–and leaving work in NYC to go to a Broadway show got me wondering–why don’t any of my NYC friends go to Broadway shows? Granted, the $100+ ticket isn’t that cheap, but it’s such a great experience on one’s doorstep (when, of course, something other than a tourist trap like The Lion King is playing).
About Me
I'm a designer, developer, and teacher based in Harrisburg, Pa. I run Hauck Interactive, Inc.
Categories
Archives
- January 2012
- December 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005



