Recent Posts

txt2re: Regular Expression Generator

less than 1 minute read

[Link]A pretty awesome page to help when creating regular expressions.  Type in the string you want to match, then use the selectors to create a snippet of c...

Quick And Simple NodeJS Setup

less than 1 minute read

Getting up and running with Node is pretty simple.  Here’s a quick script (with the largest part of help from here) to move things along that little bit quic...

Chosen

less than 1 minute read

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors ...

CDN JS - The Missing CDN

less than 1 minute read

What is it? Everyone loves the Google CDN right? Even Microsoft runs their own CDN. The problem is, they only host the most popular libraries. We host the...