February 2012
6 posts
6 tags
Feb 28th
Async Javascript Lazy Loader - Some code from... →
I wrote a small little function that lets you load in external javascript files asynchronously. I plan to use it in greasemonkey scripts and bookmarklets. var include = function(scripts, done) { (typeof scripts === "string") && (scripts = [scripts]); var loading = function () { scripts.pop() && !scripts.length && done.call(); }; scripts.forEach(function...
Feb 27th
Weed doesn't make you happy →
It makes you realize you should be happy.
Feb 21st
Feb 19th
Site Updated To Wolf CMS 0.8.0
I’ve gone ahead and updated my personal website to Wolf CMS version 0.8.0. Also I’ve included a Tumblr section in my main navigation.
Feb 2nd
Feb 2nd