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

Tweaking Firefox tab colors, part 2 (The Firefox 4 edition)

Just when I got used to my new tab colors described in my previous post, Firefox 4 was released and broke what I’d done.  I could still see a teeny difference between my green, yellow, and red tabs — a 2-pixel strip at the top of each of them.  But most of the tab was… Continue reading Tweaking Firefox tab colors, part 2 (The Firefox 4 edition)

CSS woes at eBay

I don’t generally pay a ton of attention to web typography, but I must have it on my mind after building a new backend for our replicated sites.  I spotted this on an eBay order confirmation screen this morning: Yes, that’s three different fonts for three different headers… on the same page.

Different tab colors for different contexts

As a web developer, I may have ten tabs open, each of which could be from any of my environments, and each of which may look identical until you click into it to see the actual URL. So I spent a lot of time clicking back and forth between them trying to find the other page I’d been working on, until I found out how to change the tab color based on which domain it was on.