The Smartpen

The Smartpen

Up until now, I thought my Fisher space pen was the ultimate in pen geek, especially when combined with the hipsterPDA.
But, alas, it has been usurped by the Smartpen. (http://smartpen.com.au) - A computer in a pen!
With the Smartpen , you can take notes, like an ordinary pen. (the Smartpen requires special paper, which you can [...]

Snow Leopard, mysql and php

Upgrading to Snow Leopard installs a new version of php.(5.3.0)
The php.ini file, which should be at /etc/php.ini, will need to be created.
You do this by editing /etc/php.ini.default, and renaming it to php.ini.
The changes required are
1) add the correct time zone,
1234[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone ="Australia/Sydney"
2) change the three references [...]