Interesting Word 2011 Bug

I have Word 2011 installed on my Mac. Joy. Anyway, I have 2 monitors on my MacPro. I create a new Window ( Window->New Window ) to view my Table of Contents on the secondary monitor. When I switch to another app, like Google Chrome, then click on that new window in the secondary monitor, … Read more

Xcode 4

Xcode 4 has a lot of cool new features. One of my favorites is it’s ability to tell you when you introduced a bug in your code; the feature is similar to a spell check found in a word processor. Usually, these cool tools are only available for Objective-C, but because of LLVM, this feature … Read more

Parallel coding

Last year, I had the great privilege of attending “Effective Concurrency” by Herb Sutter; I say great because it was an eye opener for me.  Now, you all know that I’m a Mac developer, so, seeing that I was the only guy in the room with a MacBookPro, I got a humorous look from Herb. … Read more