What’s so awesome about Sublime Text?

Everything! Sublime Text lives up to its name — working in this editor truly is sublime. Far better for me than Notepad++. Jeffrey Way of Nettuts+ has put together a great series of video tutorials that show you how to use all the power of this amazing application. But here’s the highlights from my perspective.… Continue reading What’s so awesome about Sublime Text?

Like using a shotgun to kill a fly

For years, I’ve been using programs to replace small snippets of text in my programming. I type `z and the program outputs cd /var/replicate/Replicate/trunk/app and hits enter for me. This is much faster than typing out the whole path (even with Bash tab completion), or password, or chunk of code (whatever I happen to have… Continue reading Like using a shotgun to kill a fly

HTML5 form inputs in CakePHP 1.2

At work, we’re building out a mobile version of our replicated sites.  As anyone who’s used an iPhone or Android browser to fill out a web form knows… using an iPhone or Android browser to fill out a web form is really annoying, and it’s best to make things as user-friendly as possible.  That’s why… Continue reading HTML5 form inputs in CakePHP 1.2

Workin’ for a Livin’

In my almost-30 years on this planet, my father has worked for two companies:   Browning Arms all while I was growing up, then the LDS Church since about the time I went on my mission.   I’d call that a commendable track record, especially in today’s labor marketplace. I mention this because, this morning,… Continue reading Workin’ for a Livin’

UPS WorldShip crashes caused by new version of MySQL ODBC driver

At work, I’m in charge of getting information into and out of a big database of orders.   That includes linking the shipping information to the UPS WorldShip program that our fulfillment team uses to automatically buy UPS service. When the computer they’d been using out there for years just got too terribly slow, we… Continue reading UPS WorldShip crashes caused by new version of MySQL ODBC driver