<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Toby de Havilland</title>
	<atom:link href="http://tobydehavilland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tobydehavilland.com</link>
	<description></description>
	<lastBuildDate>Fri, 22 Jan 2010 00:37:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install CyanogenMod 4.2.13 on a Google ION</title>
		<link>http://tobydehavilland.com/how-to-install-cyanogenmod-4-2-13-on-a-google-ion/</link>
		<comments>http://tobydehavilland.com/how-to-install-cyanogenmod-4-2-13-on-a-google-ion/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 00:36:16 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[ADP2]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[Google ION]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=296</guid>
		<description><![CDATA[I was getting the following error when trying to install CyanogenMod 4.2.13 on my Google ION:
assert failed: getprop("ro.product.device") == "sapphire" &#124;&#124; getprop("ro.build.product") == "sapphire"
It turns out I was following the wrong advice, here&#8217;s the correct way of doing it:

 Download the fastboot tool for Mac / Windows / Linux here: http://developer.htc.com/adp.html#s2 
 Unzip the tool, [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting the following error when trying to install CyanogenMod 4.2.13 on my Google ION:</p>
<p><code>assert failed: getprop("ro.product.device") == "sapphire" || getprop("ro.build.product") == "sapphire"</code><br />
It turns out I was following the wrong advice, here&#8217;s the correct way of doing it:</p>
<ul>
<li> Download the fastboot tool for Mac / Windows / Linux here: <a href="http://developer.htc.com/adp.html#s2">http://developer.htc.com/adp.html#s2</a> </li>
<li> Unzip the tool, go to the command prompt and run: <code>chmod 744 fastboot<br />
or<br />
chmod 744 fastboot-mac</code></li>
<li> Download the <a href="http://cyanogenmod.com/download/recovery/cm-recovery-1.4.img">CM 1.4 recovery image</a> and save it next to the fastboot program</li>
<li> Download the <a href="http://dx.infernix.net/DRC83_base_defanged.zip">HTC Android 1.6 base image</a></li>
<li> Download the <a href="http://wiki.cyanogenmod.com/index.php/Latest_version">latest CyanogenMod ROM for your device</a></li>
<li> Plug the phone into the computer </li>
<li> Put the base image zip file and the latest rom zip file onto your sd card </li>
<li> Reboot into fastboot mode by holding volume down + power (you should see three Androids on skateboards</li>
<li> Go to the command prompt and run: <code>fastboot boot cm-recovery-1.4.img<br />
or<br />
fastboot-mac boot cm-recovery-1.4.img</code></li>
<li>You should see:<br />
<code>downloading 'boot.img'... OKAY<br />
booting... OKAY</code></li>
<li> The phone should now be in recovery mode, select &#8220;wipe data/factory reset&#8221; form the menu</li>
<li> Select &#8220;apply any zip from sd&#8221; and choose &#8220;DRC83_base_defanged.zip&#8221; </li>
<li> Press home to confirm and let installation complete <strong>DO NOT REBOOT YOUR PHONE AFTER IT HAS FINISHED</strong></li>
<li> Again, select &#8220;apply any zip from sd&#8221; and choose &#8220;update-cm-4.2.x-signed.zip&#8221; </li>
<li> Press home to confirm and let the installation complete </li>
<li> Reboot your phone by pressing home &#038; back buttons.</li>
<li> Wait for the phone to finish booting. This may take a couple of minutes, be patient! </li>
</ul>
<p>Enjoy <img src='http://tobydehavilland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/how-to-install-cyanogenmod-4-2-13-on-a-google-ion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pyjamas uses PureMVC Python!</title>
		<link>http://tobydehavilland.com/pyjamas-uses-puremvc-python/</link>
		<comments>http://tobydehavilland.com/pyjamas-uses-puremvc-python/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:24:46 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Pyjamas]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=291</guid>
		<description><![CDATA[The guys over at Pyjamas (a Python port of GWT) have made their compiler so efficient that it can take virtually any Python library and it will compile to Javascript. They loved the look of PureMVC Python, and decided to do a couple of demos that use it&#8230;
EmployeeAdmin Demo: Original / Pyjamas
Awesome work.
]]></description>
			<content:encoded><![CDATA[<p>The guys over at <a href="http://pyjs.org/">Pyjamas</a> (a Python port of GWT) have made their compiler so efficient that it can take virtually any Python library and it will compile to Javascript. They loved the look of PureMVC Python, and decided to do a couple of demos that use it&#8230;</p>
<p>EmployeeAdmin Demo: <a href="http://trac.puremvc.org/Demo_Python_wxPython_EmployeeAdmin">Original</a> / <a href="http://pyjs.org/examples/employeeadmin/output/EmployeeAdmin.html">Pyjamas</a></p>
<p>Awesome work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/pyjamas-uses-puremvc-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash min size using css</title>
		<link>http://tobydehavilland.com/flash-min-size-using-css/</link>
		<comments>http://tobydehavilland.com/flash-min-size-using-css/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:51:21 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flurl]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Min Size]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=211</guid>
		<description><![CDATA[Flash websites often require the need to display at 100% width and height, filling the browser screen and still carry a minimum width and height value so when the user makes the browser smaller, scroll bars appear.
Minimum size flash can be implemented in pure css&#8230;
#myswfid {
width: 100%;
height: 100%;
min-width: 500px;
min-height: 600px;
}
*html #myswfid {
width: expression(document.body.clientWidth < 500 [...]]]></description>
			<content:encoded><![CDATA[<p>Flash websites often require the need to display at 100% width and height, filling the browser screen and still carry a minimum width and height value so when the user makes the browser smaller, scroll bars appear.</p>
<p>Minimum size flash can be implemented in pure css&#8230;</p>
<p><code>#myswfid {<br />
width: 100%;<br />
height: 100%;<br />
min-width: 500px;<br />
min-height: 600px;<br />
}<br />
*html #myswfid {<br />
width: expression(document.body.clientWidth < 500 ? "500px" : "100%");<br />
height: expression(document.body.clientHeight < 600 ? "600px" : "100%");<br />
}<br />
</code></p>
<p>However, you should use <a href="http://bitbucket.org/tobydeh/flurl">Flurl</a> instead, it's much easier. <img src='http://tobydehavilland.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/flash-min-size-using-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flurl moved to bitbucket</title>
		<link>http://tobydehavilland.com/flurl-moved-to-bitbucket/</link>
		<comments>http://tobydehavilland.com/flurl-moved-to-bitbucket/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:43:58 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Bitbucket]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Deep Linking]]></category>
		<category><![CDATA[Flurl]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[Moved]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=262</guid>
		<description><![CDATA[Flurl is gaining popularity and requires a decent hosting solution with a wiki and ticketing system. I decided to use bitbucket and move my repos to Mercurial! 
So far I&#8217;m very impressed. 
You can find Flurl&#8217;s new home here: bitbucket.org/tobydeh/flurl
Downloads: bitbucket.org/tobydeh/flurl/downloads
Wiki: bitbucket.org/tobydeh/flurl/wiki
Documentation: bitbucket.org/tobydeh/flurl/wiki/Documentation 
  
]]></description>
			<content:encoded><![CDATA[<p>Flurl is gaining popularity and requires a decent hosting solution with a wiki and ticketing system. I decided to use bitbucket and move my repos to Mercurial! </p>
<p>So far I&#8217;m <em>very</em> impressed. </p>
<p>You can find Flurl&#8217;s new home here: <a href="http://bitbucket.org/tobydeh/flurl/">bitbucket.org/tobydeh/flurl</a></p>
<p>Downloads: <a href="http://bitbucket.org/tobydeh/flurl/downloads">bitbucket.org/tobydeh/flurl/downloads</a><br />
Wiki: <a href="http://bitbucket.org/tobydeh/flurl/wiki">bitbucket.org/tobydeh/flurl/wiki</a><br />
Documentation: <a href="http://bitbucket.org/tobydeh/flurl/wiki/Documentation">bitbucket.org/tobydeh/flurl/wiki/Documentation </a></p>
<p> <img src='http://tobydehavilland.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/flurl-moved-to-bitbucket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PureMVC Python 1.1</title>
		<link>http://tobydehavilland.com/puremvc-python-1-1/</link>
		<comments>http://tobydehavilland.com/puremvc-python-1-1/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 00:49:12 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=252</guid>
		<description><![CDATA[Well, the title says it all. PureMVC Python 1.1 has been released.
Downloads: http://trac.puremvc.org/PureMVC_Python/wiki/Downloads
SVN: http://svn.puremvc.org/PureMVC_Python/tags/1.1/
Enjoy  
]]></description>
			<content:encoded><![CDATA[<p>Well, the title says it all. PureMVC Python 1.1 has been released.</p>
<p>Downloads: <a href="http://trac.puremvc.org/PureMVC_Python/wiki/Downloads">http://trac.puremvc.org/PureMVC_Python/wiki/Downloads</a><br />
SVN: <a href="http://svn.puremvc.org/PureMVC_Python/tags/1.1/">http://svn.puremvc.org/PureMVC_Python/tags/1.1/</a></p>
<p>Enjoy <img src='http://tobydehavilland.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/puremvc-python-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flurl 1.7</title>
		<link>http://tobydehavilland.com/flurl-1-7/</link>
		<comments>http://tobydehavilland.com/flurl-1-7/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 00:59:56 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flurl]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Deep Linking]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=243</guid>
		<description><![CDATA[Flurl 1.7 contains an IE title bug fix and other minor updates.
Click Here to Download
]]></description>
			<content:encoded><![CDATA[<p><a href="http://bitbucket.org/tobydeh/flurl/">Flurl</a> 1.7 contains an IE title bug fix and other minor updates.</p>
<p><a href="http://bitbucket.org/tobydeh/flurl/downloads/Flurl%201.7.zip">Click Here to Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/flurl-1-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>License Update</title>
		<link>http://tobydehavilland.com/license-update/</link>
		<comments>http://tobydehavilland.com/license-update/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:27:36 +0000</pubDate>
		<dc:creator>Toby</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://tobydehavilland.com/?p=229</guid>
		<description><![CDATA[After taking the time to read up on open source licenses, I discovered I was using totally the wrong one!  
All of my projects are now using the MIT Licence.
]]></description>
			<content:encoded><![CDATA[<p>After taking the time to read up on open source licenses, I discovered I was using totally the wrong one! <img src='http://tobydehavilland.com/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
<p>All of my projects are now using the <a href="http://www.opensource.org/licenses/mit-license.php">MIT Licence</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tobydehavilland.com/license-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
