January 7, 2008 – 10:54 pm
I’m working on a metrics project and have been collecting info about myself as stub data (certainly not the world’s most interesting topic, but a free input stream). I have a base set of questions already, but am hunting for more.
Most of the obvious sources (Flickr/Twitter/Mint/GMail/anything else with a private beta and life-stream) give off […]
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 […]