MarsEdit

May 23rd, 2011

I’m trying out MarsEdit, after seeing Shawn Blanc’s post ‘An Ode to Software’.

Read the rest of this entry »

Making of Tron: Legacy – Audio Awesome mix

May 19th, 2011

This is an outline of how I produced my Tron: Legacy Audio Awesome Soundtrack mix, which you can read more about and download here.

A warning: This post is quite long, and has a fair bit of detail. I wanted to put this info out there, but haven’t spent a huge amount of time tidying it up or making it digestible. Ask questions in the comments if you’d like more info or clarification.

Read the rest of this entry »

Tron: Legacy – Audio Awesome Soundtrack Mix

May 13th, 2011

The whole of Tron: Legacy ties together so well visually, musically and aurally. Rather than produce a pure music edit that’s faithful to the film, I selectively blended in the audio from the movie to increase the power of some moments.

Aperture 3

February 9th, 2010

Apple have today released Aperture 3, so I hope I won’t need my synchroniser any more. The idea behind the synchroniser was to get access to some of the nice features iPhoto ’09 has, but are lacking from Aperture 2.

Once again, after waiting long enough, someone else solved my problem for me :P

I’m downloading the trial of Aperture 3 as quickly as I can; I’m looking forward to having a play!

Caching content for iPhone webapp

January 29th, 2010

This post is still in progress; I haven’t gotten caching to work well yet. Loading...Every time I load my iPhone webapp I have to wait for it to download ~100 images and buttons. I’ll be closing and opening this app lots, so I’m trying to turn local caching on for all these images.

This article has gotten me started.

First of all I generated a cache.manifest file. Ideally, I want to cache anything within specific folders (images folders) but I couldn’t see anything that lets you use wildcards in the manifest. I’ll come back to trying this once I get a basic cache working, so for the time being I used a string of UNIX commands to generated a list of the files in my image directories, and stick it in my base manifest file. Read the rest of this entry »

Building an iPhone webapp

January 28th, 2010

This post is in progress.

Making updates and retrieving data after the initial load needs to be done using ajax. If you try to load another web page from a webapp, the iPhone takes the user into safari.

Apple have good details of the meta tags you can use to customize how iPhone handles your webapp. Read the rest of this entry »