I having a sort out, and that means getting rid of some old kit. One item in particular, a PowerMac 7300, which run 0S 9.2.2.
It was hanging around because of some old Artmatic vesion 1.2 files. The first problem was that the Type and Creator codes had gotten lost at some point. The second problem was that I had 181 of them to fix. The third problem was that the current version of Artmatic doesn't open these old files.
Friday, October 30, 2009
Bulk change Type and Creator codes
Tuesday, October 27, 2009
Pandora on Android
If you like your Internet radio, then you'll probably like Pandora, now available for the Android.
Saturday, October 24, 2009
Manually deleting Chrome .crx Extensions
If you've downloaded a .CRX and installed it, and then thought, that was a bad idea, you'll notice that neither Chrome nor Chromium have an extensions manager. So you'll need to delete them manually.
The extensions are held in the folder
~/Library/Application Support/Google/Chrome/Default/Extensions.
Tuesday, October 20, 2009
Turn off multi-touch OSX MacBookPro
The new MacBookPro (recent MacBooks as well ?) laptops come with multi-touch, but for some apps like Safari and Preview it drives me MAD! I accidentally zoom.

Saturday, October 17, 2009
Netbook Summary - screen size and chipset
My Advent /Wind runs OSX great, but the screen is just that bit small... it could do with another inch and some more pixels. Came across this page which the author has summarised a good few netbooks.
Wednesday, October 14, 2009
Chrome and Chromium on OSX - where to download
Its not clear to what what the mission differences are, but as you know there are two Chrome / Chromium browsers, ummm... Chrome and Chromium.
Sunday, October 11, 2009
Re-running first run Chrome on OSX
If you want to have Chrome on OSX re-do its first time run, maybe to re-initialise everything, this is how
- Quit Chrome
- Quit Firefox
- Delete the ~/Library/Application Support/Google/Chrome/First Run* file.
- Restart Chrome.
If Firefox is running when you do this, it'll crash.
Thursday, October 8, 2009
Pretending to be be an iPhone on OSX
Its well known that you can spoof or if you prefer, to willfully change, your browser's User Agent to pretend to be a different browser. All those internet banking web sites like you to use IE7 but you prefer Opera 10, or Firefox or Safari? Simple change your User Agent and you've got a fighting chance.
Here's how to pretend to be an iPhone. Why would I do this? Well its rather fast when the web site doesn't send all the undisplayable stuff down to you.
Also you can test the new html 5 gmail interface.
In Firefox you can download a plugin and after a restart iPhone is one of the defaults.
In Camino you can download the User Agent plugin which you have to manually place in
~/library/application support/camino/preferencepanes
Restart Camino and you get an extra tab in the preferences window
Add the following text and you are good to go. For some reason I was not able to 'add to presets'.
Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543 Safari/419.3
Monday, October 5, 2009
Proxy .pac file with Camino
If you use Camino, and apart from it still using QuickDraw its really OK, and you're on a corporate network, you might to use a .pac file to get to a proxy server.
It requires the manual creation of a text file, and adding the correct parameters:
Open TextEdit or TextWrangler or your choice of text editor, and save a file called 'user.js' in the location
~/library/Application Support/Camino
you can copy and paste the contents:user_pref("network.proxy.type", 2);
user_pref("network.proxy.autoconfig_url", "http://foo.com/bar.pac");
user_pref("camino.use_system_proxy_settings", false);
(Replace http://foo.com/bar.pac with the URL supplied by your system administrator.)
Restart Camino and off you go