Archives

iPhone App Development Classes

My latest iPhone/iPod touch app, Whiteboard Lite, is now available in the iTunes App Store. This semester, I’m a Lab Assistant (also sometimes called a Teaching Assistant or TA) for the new ITP 499 iPhone App Development class here at USC (the University of Southern California). The most well-known iPhone App Dev class done so…Continue Reading…

Localizable.strings Not Working

The iPhone offers good localization support the same way Mac OS X does. For strings, developers use a file called “Localizable.strings”. It’s a bit tricky, though. The syntax of the file is strict; any small error will cause it to stop working without warning. Unfortunately, the compiler (which doesn’t touch the file at all) can’t…Continue Reading…

End of 2008

Well, I haven’t blogged in a long time, and now school’s about to start again, so I’d better get to it. Another year has come and gone, and I must say that it was a very eventful one. Far too much for me to cover right now. Not sure if I have the motivation to…Continue Reading…

Steve Gibson: RSA Conference 2008

In episode 141 of Security Now!— the latest episode– Steve Gibson highly recommends watching some of the keynotes from RSA Conference 2008. This is a reminder to myself to watch some of them when I have time. Here’s a link: RSA Conference 2008.

NTFS-3G Will Not Mount FAT32 DMG Images

I have an external hard drive which is formatted NTFS. Just one of the many hazards of using a Mac is that they do not support NTFS, which is a far superior filesystem to FAT32. Fortunately, there is a program called MacFuse which allows you to use many different things as filesystems, including SSH. Someone…Continue Reading…

Fatal error: Call to undefined function wp_register_sidebar_widget() in /blog/wp-admin/includes/dashboard.php on line 31

WordPress 2.5 is not compatible with older versions of K2. You’ll know if you have this problem because this error message appears: Fatal error: Call to undefined function wp_register_sidebar_widget() in /blog/wp-admin/includes/dashboard.php on line 31 I had this problem, and found a solution in the WordPress Forums. I wonder why it happens and how the K2…Continue Reading…