Articles

1 Sep 2009

I should really have blogged about this earlier but better late than never. As of about a month ago, I'm now represented for corporate engagements in The Netherlands by the lovely folks at The Next Speaker.

To book me for a corporate speaking event in The Netherlands, please contact my agent, Tessa Sterkenburg, at The Next Speaker.

(more...)

Now represented by The Next Speaker for corporate speaking engagements in The Netherlands

1 Sep 2009

If you update your WordPress plugins (e.g., remove one) and have teh Recent Comments plugin installed, you may notice that its title reads %BEG_OF_TITLE%New Comments%END_OF_TITLE% after your change.

To fix it, go into the Plugin Settings and click the Update Recent Comments Options (you don't have to change anything) and the title will be fixed on your blog.

Fix for WordPress Recent Comments plug-in %BEG_OF_TITLE% error

1 Sep 2009

Xcode makes it easy to conditionally compile code based on custom precompiler flags that you can define yourself. Combined with the Prefix.pch file and macros, this makes it easy for you to selectively enable parts of your application without needlessly uglifying your code.

I just recently made use of these features to create macros for Pinch Analytics so that I can easily turn it on or off for my builds. I previously voiced concerns on Twitter about the spyware-like ways that Pinch Analytics can be used and Keith blogged about his thoughts at the time (the mainstream tech press picked up on this a little while later; see my links from yesterday for other commentary on the issue, including Pinch Media's response by adding easy-to-implement opt-out).

(more...)

Conditional compilation with precompiler directives in Xcode (an example using Pinch Analytics)

28 Aug 2009

I just did a quick run-through of the various apps I use on a daily basis to see if there were any issues with Snow Leopard. I haven't done any in-depth testing but the following apps launch and appear to work well under Snow Leopard:

Snow Leopard: quick application compatibility tests (CS3 apps appear to work)

28 Aug 2009

Visor for OSX (Visor.bundle) is a lovely Quake-like interface for Terminal that I absolutely couldn't live without. Unfortunately, upgrading to Snow Leopard disables it.

Re-enabling it, thankfully, is very easy: Go to Applications → Utilities, ⌘-click Terminal.app and select Get Info (or press ⌘-i) and check the Open in 32-bit mode checkbox. Finally, start Terminal.app and you should have your beloved Visor back.

(more...)

Getting Terminal Visor for OSX working with Snow Leopard