October 2009
3 posts
2 tags
ListenRice is Nice by mclusky. Sixty-six seconds of the...
Oct 19th
“stunned. i. am. stunned. every question speaks to us”
– YouTube Comment or e. e. cummings?
Oct 18th
1 tag
jQuery.getStylesheet
Just a quick brain dump which may be useful to someone searching for the same thing I was. Enjoy. function getStylesheet(url, callback) { jQuery.get(url, function(data, status) { if(status == "success") { jQuery("head").append( "<style type=\"text/css\">" + data + "</style>"); } callback(data, status); ...
Oct 15th