<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Monkeyfood</title>
	<link>http://www.monkeyfood.com/blog</link>
	<description>Food for Monkeys</description>
	<lastBuildDate>Thu, 14 May 2009 13:45:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to upgrade the Firmware on a Linksys PAPT2 from a Mac OS X computer</title>
		<description><![CDATA[
Get the new firmware from Linksys
Start the webserver on the Mac
Drop the firmware .bin file into a folder accessible by the web server (e.g. ~/sites/PAP2TFirmware/)
Make a URL of the following form: 
http://{IP Address of your PAPT2 here}/upgrade?http://{IP address of the Mac here}/{Path to the firmware file} 
e.g. for me this would be http://192.168.1.10/upgrade?http://192.168.1.7/~diggory/PAP2TFirmware/pap2t-5-1-6.bin   [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2009/05/14/how-to-upgrade-the-firmware-on-a-linksys-papt2-from-a-mac-os-x-computer/</link>
			</item>
	<item>
		<title>Installing LiveTime on Mac OS X Server</title>
		<description><![CDATA[This is probably the most obscure post ever &#8211; but I need to put it up here, in case it helps someone, somewhere at some point.
I recently had a consulting job, where the client wanted a little help with a software installation of some &#8216;enterprise&#8217;  software at their office.  (Quite why the business [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/08/01/installing-livetime-on-mac-os-x-server/</link>
			</item>
	<item>
		<title>Using the 3COM OfficeConnect Wireless 11g Firewall Router with the BeThere ISP</title>
		<description><![CDATA[I am currently using BeThere as my ISP.  They are pretty good, you can get upto 24Meg DSL and there&#8217;s no port blocking, throttling or any of that non-sense, and they&#8217;re a reasonable price.  Alas I only get just under 2 meg down (in central London!) and just under 1 meg up.
They give [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/08/01/using-the-3com-officeconnect-wireless-11g-firewall-router-with-the-bethere-isp/</link>
			</item>
	<item>
		<title>Back to school &#8211; Chemistry edition</title>
		<description><![CDATA[I don&#8217;t know whether you, dear reader, ever enjoyed learning about Chemistry; I did, but not enough to take it to A-Level, Physics and Biology were more my thing.  
Science isn&#8217;t for everyone, I&#8217;ve always enjoyed it &#8211; but for every geek like me who couldn&#8217;t get a handle on the arts, there are [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/07/19/back-to-school-chemistry-edition/</link>
			</item>
	<item>
		<title>I&#8217;m going to downgrade my phone.</title>
		<description><![CDATA[I&#8217;ve decided to cave-in and buy a new iPhone, I&#8217;m really looking forward to being able to code for it and the UI, but it&#8217;s the day after the announcement of the device and with a bit of sober thought, I&#8217;ve come to the conclusion that it will be a downgrade from my current phone [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/06/10/im-going-to-downgrade-my-phone/</link>
			</item>
	<item>
		<title>Web design pet peeves (number 352 in a series of 23238434)</title>
		<description><![CDATA[
I hit this *so* many times and it always drives me mad.  Here&#8217;s the thing:  email addresses are not case-sensistive.  i.e. FOO@.BAR.COM is the same as foo@bar.com and FoO@bAr.CoM
Web designers always seem to forget this though &#8211; and it&#8217;s incredibly irritating, especially if you have a browser which has some form of [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/04/04/web-design-pet-peeves-3523910295/</link>
			</item>
	<item>
		<title>Time machine is a little confused about maths (and iPhone SDK ramblings)</title>
		<description><![CDATA[
&#8220;The backup is too large for the backup volume.  The backup requires 4.2GB, but only 22.9GB are available.&#8221;
Just posting this bug so I can reference it in a bug report.  It may be my fault though, because I&#8217;m using an unsupported volume: a drive on a remote machine on my local network backed-up [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/03/08/time-machine-is-a-little-confused-about-maths-and-iphone-sdk-ramblings/</link>
			</item>
	<item>
		<title>Communications Specifications for the GlobalSat DG-100 GPS DataLogger</title>
		<description><![CDATA[Time for one of my annual blog posts.   
I recently bought a GlobalSat DG-100 GPS datalogger, which is a device that records your GPS position over time, so that you can later review those data, and do all sorts of fun things.  I specifically wanted it for aviation, so you can review [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2008/03/07/communications-specifications-for-the-globalsat-dg-100-gps-datalogger/</link>
			</item>
	<item>
		<title>Please don&#8217;t be an April Fool&#8217;s joke</title>
		<description><![CDATA[Please don&#8217;t be an April Fool&#8217;s joke
[edit] &#8211; It&#8217;s true!, hooray!  This is a very good thing, and hopefully more labels will open-up their catalogues.  Apparently un-DRM&#8217;ed albums will not have any price increase, but single tracks will.
]]></description>
		<link>http://www.monkeyfood.com/blog/2007/04/02/please-dont-be-an-april-fools-joke/</link>
			</item>
	<item>
		<title>Put XHTML template on Clipboard AppleScript</title>
		<description><![CDATA[Here&#8217;s another AppleScript:  This one puts an xHTML template on the clipboard:  Again, remove the Growl parts if you don&#8217;t use Growl.

set XHTMLTemplate to "< !DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
    			\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">

	
		

	
	
	

"
set the clipboard to the XHTMLTemplate
tell application "GrowlHelperApp"
	--	notify title "AppleScript Notification" description (noteText as string) icon of application [...]]]></description>
		<link>http://www.monkeyfood.com/blog/2007/04/01/put-xhtml-template-on-clipboard-applescript/</link>
			</item>
</channel>
</rss>
