Archive for the ‘Programming’ Category

Neat Little Domain Name Service Trick

Saturday, December 24th, 2011

If you own your own domain, and you resort to local hosts file trickery to get a test version running on your localhost, you don’t have to do that anymore.

If you own example.com, and use dev.example.com as your localhost version of the site, you can create a CNAME entry for the dev subdomain that points to localhost. You can then clear out your hosts file.

Tinkering with WoW

Friday, April 15th, 2011

I’ve taken the advice of Tekkub, and found something in the game that annoys me, and fixed it.

My first published addon, DArcBinds.

jQuery 1.3 is out

Friday, January 16th, 2009

I happened to stumble upon the jQuery 1.3 release announcement the day it was made, and have spent the last couple of days making sure that the code I write works with it—which it does.

If you use jQuery professionally, but don’t get updates about its status, go check it out the goodness that is jQuery!