Theming Liberty Sports Group with WordPress
I was contracted recently by Allusis Productions to create a backend for the soon-to-be-released Liberty Sports Group site. After going over the client’s requirements, I decided WordPress would be the best fit for the site. Here is an overview of my experience setting up and theming WordPress 3.1.
MiniDB, a cute little wrapper for PHP’s PDO
I threw together a tiny little wrapper for PHP’s PDO library. It probably sucks, but it may be useful to someone stuck with PHP :)
Jekyll TextMate Bundle
I forked a Jekyll TextMate bundle and added a new post template and a tmLanguage file. Check it out if you blog with Jekyll and TextMate.
Two Weeks With Leopard
I originally started this post on Mar 5, 2008, two weeks after I purchased a Mac mini. It’s been almost three years - and now I’m a diehard Mac fan.
Fireworks Icons using alpha transparency
Cool video on making vector icons in Fireworks using alpha transparency.
A good read about NDAs
I found this article the other day about why one developer says “no” when it comes to NDAs. It was a very interesting read, and I think I may follow suit when consulting in the future.
WHMCS API Bindings
I recently extracted some of my DotBlock work to create WHMCS API Bindings in PHP and Ruby.
Wage intergalactic war on your Titanium Mobile apps with TiFighter
Over the last 10 months, I’ve had the opportunity to work with Titanium
Mobile for a few different projects. I was immediately drawn to Titanium
because projects are written in JavaScript (which I know) as opposed to
Objective C or Java (which I don’t know). JavaScript is all well and good,
but I still found myself missing things from jQuery, like $.each
, $.map
and friends.
Setting up a Ruby production environment on a DotBlock VPS
My projects’ production environments consist of Git, Ruby, Apache, and usually a hand full of RubyGems. These are the steps I took to set these up using Ubuntu 10.04 on my new DotBlock VPS. These steps were performed immediately after the VPS was setup, so there weren’t any additional packages/dependencies yet installed.
Hosting Private Gems
I’ve written a few gems for work that I can’t host on RubyGems. It turned out to be easier to host these than I thought.