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 [...]
Contents May Settle During Shipping (or “Why Apple Updates are Different Sizes on Different Computers”)
Updating a MacBook and a Mac Mini to 10.5.3. One is downloading over 400MB, the other is about 198MB. So I was obviously wondering why the difference. Apple has an article about it. Apparently the smaller one is just a patch, the larger is the full thing. What’s curious is that the MacBook has next [...]
Proximity (or “So Close, But So Far Away”)
I recently had a problem with my Mac. A sector on the hard drive went bad, and killed one of the files for Salling Clicker. It’s a great program that allows you to run scripts when you go away from your computer and return, using bluetooth to determine if you’re in rance of your computer. [...]
