Skip to content

Microsoft Ergnomic Keyboard

This year for Christmas I bought myself the Natural Ergonomic Keyboard 4000, and I have to say after about a month of use, this is one very nice keyboard. Before I got this keyboard I was using the standard Apple keyboard which caused my wrists to hurt after about 30min of typing. This keyboard doesn’t bother my wrists at all, the split design along with the elevated center really does relieve stress on my wrists. The programmable keys at the top are also very nice- and they are fully functional on OS X!..

Continue Reading

Windows On The Intel Mac

Will Shipley has posted about a bounty for the first person to get Windows to successfully boot on an Intel Mac. When I first heard about Apple switching to Intel chips I immediately thought: “Wow! Linux, Windows, and OS X on one machine! That would be computer utopia!”. Unfortunately Apple decided to use the EFI instead of BIOS, so Windows XP wont boot on the current Intel Macs (Windows Vista might boot though…). It’ll be interesting to see if this is possible and if it ends up being accomplished.

Continue Reading

Merry Christmas

Yes! Its that time of year again, Christmas time! I love Christmas, its got to be my favorite time of year. Lots of family, food, presents, fun and celebration of the birth of our Lord! What could be better? Our family has a tradition of getting together on Christmas eve and eating 7 types of different fish dishes. Its lot of fun, this year their will be about 27 people total at our family gathering. In any case, I wish you a very merry Christmas, and a happy new year!

Continue Reading

Interface Builder: Connection Trick

While working on the next version of XASH I came across a problem: I couldn’t seem to connect to a WebView which was a sub-view of a NSView which was a sub-view of a NSSplitView. The connector just wouldn’t select the WebView no-matter how I dragged my mouse over it. I did some research and came across a feature I never knew existed in interface builder, a hierarchical view of all the UI elements and object instances: The badly circled button on the right of the window allows you to access this view. This is really nice for easily setting up connections between controller objects and UI elements- you can easily select the UI elements no-matter how deep the UI elements are nested.

Continue Reading