Recently had to run PhpDocumentor on a project only to be faced with broken documentation after bringing all class files into compliance with proper comments. At first I thought I was missing a config flag for the command-line but, it turns out that the PhpDocumentor-1.4.3 ZIP download contains broken template elements. In the following screenshot, …
Running Android on an iPhone 3G
Ran across this video from the iDroid team @ linuxoniphone.blogspot.com that demonstrates an iPhone 3G dual-booting iOS and Android. The demo covers several typical usage scenarios like web browsing, music playback, SMS and making phone calls. Looks stable enough for me to turn my 3Gs into a pimped out iOS/Android test device in a couple …
Upgrading Memory on a Macbook Pro 15-inch 2.66 GHz Intel Core i7
This happens to be pretty straight-forward even though Apple recommends you let an Apple Certified Technician (ACT) perform the upgrade. If you happen to do it yourself, you’ll need the following: an 8GB memory upgrade kit Official D-I-Y Instructions Open work area Screwdriver (the Husky HD-74501 works perfectly) With all the necessities acquired, you can …
Apple vs. Adobe – Hero’s Perspective
After reading Steve Job’s dismissive stance on Adobe’s Flash technology, I felt compelled to add my two cents on the subject by penning my own letter to Steve. Dear Steve, After reviewing your recent comments regarding Flash and the recent amendments to the Apple Developer TOS, I decided to share with you my response to …
Cannot load 32-bit SWT libraries on 64-bit JVM
If you get this error running Flash Builder or Eclipse on OSX Snow Leopard, it’s because there’s a mismatch between the libraries bundled with the plugin involved and the JVM of the OS. To fix, do one of the following: 1. For Eclipse, go to Eclipse -> Preferences -> Java -> Installed JRE 2. For …
Squeeze the Most Out of Your Mac with Automator Workflows
One of the cool things I enjoy about developing on a Mac is the amount of usefulness I can eek out of my machine. And, with Automator, I can do just that. The name alone indicates its purpose so all one has to do is figure out what it is he/she would like to automate. …
Upgrading Flash Builder
Whether you’re upgrading because you’re using BETA versions that change rather frequently or upgrading to the next major release, you don’t want to lose all your hard work invested in configuring your setup. Here’s how I handle it and hopefully it’s useful to you. If you have other cool ways to persist workflows between upgrades, …
GitX Tweaks: Commit View
So, after thinking about my most recent updates, I decided I wanted to change the way that the commit view looks but just slightly. This is my 1st pass on some things I’d like to have available via the toolbar. Would also like to tweak the view selector buttons, revise remote selection and add toolbar …
GitX Update: Remote Selector
Previously, I implemented toolbar buttons where each button was tied to a specific remote repository. This was/is fine if you’ll only be working with one or two hosts but becomes cumbersome when dealing with multiple hosts.
Enter the NSPopUpButton. By switching to this UI element I’m able to allow a user to select a remote from …
