If I Had a Photograph of You (or “How to Cache Images in CocoaTouch”)
A quick note. Wanting to cache images in an iPhone app? Load the image using:
[UIImage imageNamed:]
if you use:
[UIImage imageWithContentsOfFile:]
the image will not be cached.
MyGarden (or “Is There an App for My iPhone to Track the Things I’ve Planted?”)
My first app for the Apple AppStore is finally in the queue waiting approval to appear in the AppStore. It’s called MyGarden, and keeps track of the things that you plant in your garden.
Apple OS X WebDAV doesn’t work right (or “How To Redirect Carefully”)
I have a WebDAV server that I store all of my personal documents on, and after upgrading to Tiger awhile back I had problems with folders disappearing in the directory listing, and things just not working quite right.
It turns out that the Apple WebDAVFS (and some other WebDAV client implementations) have problems with the Apache [...]
Bang Bang Bang Goes the power supply
So I was working along happily this morning, listening to some music, courtesy of iTunes, when I heard a lound BANG come from my computer (which sits on a shelf above to me to the right). The side of the case had been off for awhile, and I saw a large amount of light [...]
