Blog

Tag Archives: Workflow

DIY Twitter image hosting

Twitter doesn’t yet come with its own inline image support, so we tend to be limited to using image hosting services, and linking to them with short URLs. So, services like Tweetpic host the image, and we direct traffic to them in return. Thinking it’s better to keep things in the family, and take better [...]
Also tagged , , | 2 Comments

Unit testing and coverage with XCode

There are several great resources out there on how to incorporate unit testing into XCode projects. It’s all built into XCode now, and it’s fantastic. I just got coverage working too, thanks to a useful article at SuperMegaUltraGroovy on how to use code coverage with XCode. There were a couple of caveats that I [...]
Also tagged , | 1 Comment

Align comments in Textmate

A Textmate command script to align comments in a block

Also tagged , | 1 Comment

Finder toolbar scripts for better workflow

I recently found two Finder toolbar scripts which are really going to make my life easier. The first one, Open In TextMate, will open either the current folder, or the selected item(s), in TextMate. The second, Open Terminal Here (and icon modification), will open a Terminal window at the current path.
Also tagged | Leave a comment

Website maintenance with Textmate and FTP/SSH Bundle

I tend to work on local copies of my websites, which have either corresponding vhost entries in my local Apache configuration, or are simply symlinked to my ~/Sites folder. That way, I can test to make sure everything’s 100% before I make changes live. This has typically been a bit of a messy workflow – [...]
Also tagged , | 1 Comment