Blog

Tag Archives: Development

The Making of Talkie: Broadcasting

Part 1 Talkie is my newest product, the result of a collaboration with a good designer friend, Tim Churchward, who did the user interface. Talkie is a little different from many of the other walkie talkie applications on the App Store (aside from the fact that much of it was written by me from our motorhome in [...]
Also tagged , , , , , , , | Leave a comment

Links for October 25th through January 23rd

Links for October 25th through January 23rd: GPS Visualizer: Draw a map from a GPS data file Batch map plotter using GPS co-ordinates Map multiple locations by address Very well-implemented free batch geocoder; accepts only address data, no GPS co-ordinates, but still excellent for some applications iPhone: Custom font loading Implementing Your Own Cocoa Bindings « Tom [...]
Also tagged , , , , | Leave a comment

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

Links for June 3rd through June 18th

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 [...]
Also tagged , , , , | 6 Comments

Links for May 21st through June 2nd

Links for May 21st through June 2nd: 49 Decent Virtual Assistant & Personal Outsourcing Resources PHP: Display Adobe PSD files on a web page "Any webdesigner know the PSD filetype, which is the Adobe Photoshop format. PSDs have a lot of great features, as such as layers, but they can’t being read by a browser. Unless [...]
Also tagged , , , , , | Leave a comment

Links for March 17th through April 24th

Links for March 17th through April 24th: XSD Schema XML Validator A XSD Schema validator in Java, provides lots of useful information; use it with a schema and an xml instance Three20 Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities, like an HTTP disk cache. Three20 is derived from the [...]
Also tagged , , , , , , | Leave a comment

Sneak preview of my new web framework Michaelangelo

I’ve been working on a new web framework which provides image theming – a little like what Elegant Grunge does with its image frames, but much more sophisticated. For example: This is a PHP framework that uses the common GD library to manipulate images. It’s main interface is a content filter – give it HTML, containing images, and [...]
Also tagged , , , | 8 Comments

Align comments in Textmate

A Textmate command script to align comments in a block

Also tagged , | 1 Comment