"You're coming of age in a 24/7 media environment that bombards us with all kinds of content and exposes...
But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and...
Because javascript has something called "Hoisting" which makes your code do things it doesn't look like it should be...
When is a global variable not a variable? When it is a property of the global object.
Chargify handles every aspect of recurring billing for your Web 2.0 or SaaS company so there’s no need to...
In order to find out whether I'm having a problem with link rot, I wrote a script that goes...
Where there was once a consistent API to manipulate and hook into the lifecycle of a persistent object, plugins must...
I asked other software entrepreneurs to share their stories of failure in the hope that we might save others from...
Wintermute Engine Development Kit is a set of tools for creating and running graphical “point&click” adventure games, both traditional...
Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...
Inspired by a snippet of code in Oliver Steele’s legendary Functional library, here’s a lightweight tool to help...
Let’s take a gander at four different ways. Each of them handling the illusion in a different way, and...
I have a container of regular expressions. I'd like to analyze them to determine if it's possible to...
Remember video calling? It was a minor fad in the year 2005, when a few high-end mobile phones came...
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a...
The basics of Isolate, a tool for replacing Bundler in gem management.
Ubuntu is phasing out the notification area (a.k.a. “system tray”), because of its ineffectiveness at notifying people of things, and...
A friend of mine calls it "the curse of the gifted" -- a tendency to lean on your native ability too...
Test spies are a form of test double that preserves the normal four-phase unit
The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development...