Monthly Archives: May 2007

The plight of the maverick

The industries that most need the services of maverick wackos with the next big idea seem to be least set up to respond to their stunning revelations. For example, Tesla Motors. If you have even a passing interest in cars, you’ve most likely seen how they are trying to turn the auto industry upside down […]

Displaying Mint stats on a Chumby

Building on the code here, I wanted to put together a demo widget for the Chumby to display mint statistics from my site.

The widget hits a PHP script that returns a JSON object which Flash Lite uses to output the hourly metrics for the past 24 hours.

Code:

var reply_lv = new LoadVars(); var send_lv = new LoadVars(); var […]