Blog

Tag Archives: Development

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

Align comments in Textmate

A Textmate command script to align comments in a block

Also tagged , | 1 Comment

Links for March 6th through March 16th

Links for March 6th through March 16th: CSS Code Snippets : 15 Wicked Tricks Some useful CSS tricks; of particular interest: cross-platform min-height, a trick to clear floats (without needing a 'clearing' div), and page breaks 45+ New jQuery Techniques For Good User Experience Here are over 45 impressive jQuery plug-ins and techniques that have [...]
Also tagged , , , | Leave a comment

Podcast interview with Dan Grigsby of Mobile Orchard on Loopy’s development

Last Thursday I did an interview with Dan Grigsby from Mobile Orchard; the interview is now online. Highlights from this interview include: From UIView to OpenGL: the seven different implementations it took to finalize its unique — and Best App Ever award-nominated — UI. From audio-queues to Remote IO: the four different architectural approaches he [...]
Also tagged , , , , | 2 Comments

Understanding error codes

Just in case there’s someone else that didn’t know this, when one gets an error code from one of the iPhone/OS X SDKs with no other information available, it can usually be looked up in the MacErrors.h header. Just open a terminal, type: open -h MacErrors.h Then do a search for your error code and [...]
Also tagged , | Leave a comment