About This
I am Michael Tyson, and I run A Tasty Pixel. I write on a variety of technology and software development topics as I travel around Europe in a motorhome.
My Products
Popular Posts
Tag Archives: Workflow
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 Development, XCode 1 Comment
Align comments in Textmate
A Textmate command script to align comments in a block
Also tagged Development, Scripts 1 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 – [...]
DIY Twitter image hosting