crocodillon
  • Blog
  • Contact

Reading query string values in JavaScript

Posted on January 9th, 2016

To get anything useful from window.location.search you need to parse it in JavaScript to get individual values.

Asynchronous callbacks in Koa

Posted on November 28th, 2015

Koa is an awesome framework created by the team behind Express. Unlike Express however, in Koa if you simply try to set the response body asynchronously you get an “Can't set headers after they are sent.” error.

Non-blocking web fonts using LocalStorage

Posted on December 31st, 2014

Web fonts, without the performance drawback. By using a simple script to load base64 encoded web fonts in a non-blocking way and cache them in LocalStorage.

Always catch LocalStorage security and quota exceeded errors

Posted on December 23rd, 2014

You might already be using LocalStorage, but do you play it safe and catch inevitable errors?

How to install SassC and LibSass on Ubuntu

Posted on July 30th, 2014

And enjoy lightning fast Sass compilation! SassC is written in C/C++ and is at least 10 times faster than the original Sass written in Ruby.

1 2 › »

Hello! My name is Dillon

I am a freelance JavaScript focussed web developer. Welcome! Hopefully you'll enjoy my work and my writing. If you do (or don't), you can find me on Google+ and Twitter. My open source work will be hosted on Github and you should check out some of my demos on CodePen as well. Oh, and make sure you grab the ATOM or RSS feed, whichever you prefer.

Copyright © CrocoDillon