Categories

Self Promotion

  • Sep 22, 2009

    Objective-C era

    StreamToMe Version 1.1 available

    The latest version of StreamToMe — for streaming audio and video from your Mac to your iPhone/iPod Touch — is now available on the App Store. It has only been one month since I released version 1.0 but I have lots of new changes to share.

    Read article

  • Aug 21, 2009

    Objective-C era

    StreamToMe iPhone App Released

    StreamToMe is an iPhone app I've written that streams video in most common formats from your Mac to the iPhone/iPod Touch — without prior conversion or copying. It supports the TV out cable for the iPhone, turning your iPhone+Mac into a wireless media center. I'm excited that it's finally on the App Store because I've been using it non-stop during development and I'm really happy with it.

    Read article

  • Sep 20, 2008

    Objective-C era

    A Cocoa application driven by HTTP data

    Here's a tiny application that queries a webpage via HTTP, parses and searches the response and presents the results in a neatly formatted window. In essence, it's what many Dashboard widgets and iPhone apps do but I'll show you how to do it in a regular Cocoa application.

    Brought to you by FuelView, an iPhone application I wrote for fetching FuelWatch information in Western Australia.

    Read article

  • Apr 6, 2008

    Objective-C era

    The value of immutable values

    This is an explanation of why Cocoa contains immutable value classes and why the value classes you create in your own program should be immutable too.

    Read article