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.
-
Subscribe to updates 242 feed subscribers
Follow me on Twitter 439 followers
Newsletter
Let us keep you informed about important updates, special offers, and new products. Just type in your email address below and hit enter to sign up!
My Products
Popular Posts
- "Elegant Grunge" Wordpress theme
- UIImage, resolution independence and the iPhone 4's Retina display
- Using RemoteIO audio unit
- Smart 404 for Wordpress
- Connecting an iMac up to your TV
- Easy rounded corners on UITableViewCell image view
- Flickrpress: Wordpress Flickr widget
- Custom Permalinks
- Making UIToolbar and UINavigationBar's background totally transparent
- Galleria for Wordpress
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 Mac, Twitter, Web 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 thought [...]
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 – [...]
OS X service to filter selected text through a shell command
The UNIX shell provides a host of extremely useful utilities for modifying text. This Automator service makes all of them available for filtering text in all OS X applications.