The most annoying thing about the services menu, apart from the fact that I never use it, is that the apps have a habit of hijacking your keyboard sho…
I use this handy little script to open up the Rails log file for a project in Console.app:
#!/bin/bash
open -a console log/${1:-development}.log
This HTML validator came as a godsend recently when I was at the beach house with limited internet connectivity. Really simple: Place it in your dock,…
TUAW has a tip on managing menulets, the little things on your menu bar that show battery status and the like. Something I didn’t know here was that y…
I can’t go, because my wife just underwent surgery and I have to stay home to take care of her and our 6-month old daughter. (She’s okay, but she can’…
Shortly after I last posted about time tracking tools, Basecamp launched their time-tracking feature. It does the job and it’s nicely done, and I’ve b…
I was so excited about RJS I just had to put Boxes and Arrows on edge rails so I could use it there, too. I figured if edge Rails was good enough for …