Twitter

function twitterCallback(o) { o = o[0]; // o is always an array, so just get the first (and only entry) var e = document.getElementById('twitter-post'); e.innerHTML = o.text; e.href = 'http://twitter.com/snookca/status/' + o.id; }

Thursday, February 4, 2010

This is a test

How many times have you discovered a new website feature, only to discover that it's harder to implement than you originally thought?