Links for June 3rd through June 18th:
- Ten logo design tips from the field | Logo Design Love
- 10 astonishing CSS hacks and techniques
- Adaptive CSS-Layouts: New Era In Fluid Layouts? effective techniques to create 100%-functional adaptive CSS-layouts
- WordPress Theme Development Frameworks If you build and develop WordPress themes often, you will probably be fed up of all the repetitive code writing, the constantly checking of your mark-up and all you really want to do is focus on the design and the project-specific features. The answer is a WordPress development framework
- How to Draw Pixel-Perfect iPhone Toolbar Icons Using OmniGraffle



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 I’d share, though. Read More »