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.
Rake tasks to build Titanium Mobile Apps
I’ve been working with Titanium Mobile to build an iPhone app. Using Titanium Developer to launch the app in the iPhone simulator is a pain in the ass. It would be great if I could build via the command line.
Capistrano: Send Jabber alerts on deploy
I use this Capistrano recipe at work to send a broadcast to the office when I deploy an update. We use Jabber, and have a broadcast user that forwards messages to every user.
A few Rails Plugins
I extracted a few pieces of code into Rails Plugins.