February 2012
6 posts
6 tags
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...
Weed doesn't make you happy →
It makes you realize you should be happy.
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.