Tag Archives: Apple

Xcode 4.2 and SVN Authentication Fix

I was having issues with SVN for a long time after upgrading to Xcode 4+ from version 3.2+ when trying to commit file changes. No suggestion I found on the Internet solved them until I found a proper solution. After making my /etc/apache2/other/svn.conf file resemble this, I was finally able to get Xcode 4 to [...]

I bought an Apple iPad on Release Day!

I bought an Apple iPad on release day.  I love it, but I wish more of the iPhone apps that I use on a regular basis were updated to work natively on the iPad large screen without having to upscale the app size. I do love the ABC video player app, and the speed of [...]

Apple iPad and the Need to Buy One

I will pre-order an Apple iPad the day they are available for pre-sale, or regular order on the day if they are immediately available for purchase.  I am thinking about getting the WiFi model first to use for development, and then later getting the WiFi + 3G model for everyday use. I’ve already begun switching [...]

Snow Leopard PHP and IMAP Support

Seeing as how the stock Apple Mac OS X 10.6 Snow Leopard PHP 5.3 doesn’t come with IMAP extension support, I realized it was time to add it in to build a tool to extract data from my gmail account emails. Here is the steps I took to get it installed and working. Step 1: [...]