Author Archives: DocGroove

The sole author of this weblog.

Nintendo Wii’s WiiWare service live in Japan

Finally, the WiiWare service for the Nintendo Wii has gone live. The first region to get their hands on the nine games available at launch is Japan, but the US and Europe will (hopefully) follow in May this year. The list of launch titles for the WiiWare service is as follows : Dr. Mario & [...]

How to pair an Apple Remote with a specific Mac

Recent Mac computers come with a handy remote control. This remote let’s you interact with programs like FrontRow, iTunes, iPhoto and it can even be used as a remote for Keynote. However, if you have two or more Macs close to each other, both Macs will respond to any button pressed on the Apple Remote [...]

Great Safari 3.1 tip: Open links in new tab

Does clicking a link and having Safari open the link in a new window annoy you? Then you’ll appreciate Dennis Stevense’s recent blog post which explains how to have Safari 3.1 always open links in a new tab instead of a new window, also called single window mode. Please note that this tip won’t work [...]

How to resize your Parallels Windows XP partition

In this small howto I’ll try and explain how I enlarged my Windows XP virtual hard disk under Parallels. Most of this information I got from the Parallels forum so all credits go to the original posters. In case you haven’t heard of Parallels before; it allows you to run Windows (or another OS like [...]

Free Ruby on Rails PDF book

That’s right, over at Sitepoint, they’re giving away free electronic copies of the Ruby on Rails book “Build Your Own Ruby on Rails Web Applications” by Patrick Lenz. After entering your email address, you’ll receive an email containing the download link. But that’s not all. Also included in the email is a $10 voucher for [...]

Try out iWork ’08 free for 30 days

The new iWork ’08 release sure is a step forward compared to iWork ’06. While Keynote was perfect, Pages was lacking any true wordprocessor capabilities and the lack of any spreadsheet application made it feel unbalanced compared to Microsoft Office or OpenOffice. Luckily iWork ’08 brings us more functionality, and best of all, Apple released [...]

Watch the Apple Special Event August 2007 online.

Yesterday at the Apple Special Event, Apple CEO Steve Jobs unveiled some great new Mac products like the new iMac and new versions of iLife ’08, iWork ’08 and .Mac. Although the event was for invitees (mostly press) only Apple put up a video stream of the presentation. It’s very entertaining and interesting so I [...]

Minor Wii update

The Wii received a small firmware update adding some new functionality to the Wii-menu and shopping channel. Some notable Wii-menu changes : Digital clock added to the Wii-menu Forecast channel box now displays current weather condition News channel box displays scrolling headlines Address book entries can now be shifted (A+B key) The ‘accomplished today’ messages [...]

New iMac… it’s here…

The new iMac has arrived and it sure is beautiful. Like the previous iMac it’s an all-in-one design, but it’s thinner and more powerful. The frame is made out of anodized aluminium covered by a glass cover. It’s available in four configurations; two 20 inch (2.0Ghz and 2.4Ghz) and two 24 inch models (2.4Ghz and [...]

Handy Textmate command for PHP developers

This code snippet which can be added to Textmate as a command will convert PHP object variable instances to associative array variables (and vice versa). For example it will convert : $thevar->somevar->anothervar to : $thevar[’somevar’][’anothervar’]; This comes in handy while developing in PHP environments where both variable forms are used and if you mistakenly used [...]

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License