<?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>Gordon Turner</title>
	<atom:link href="http://blog.gordonturner.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gordonturner.ca</link>
	<description>A waste of bandwidth</description>
	<lastBuildDate>Thu, 28 Jan 2010 16:46:59 +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>Migrating from Xen-Fedora to KVM-Ubuntu</title>
		<link>http://blog.gordonturner.ca/2010/01/28/xen-fedora-to-kvm-ubuntu/</link>
		<comments>http://blog.gordonturner.ca/2010/01/28/xen-fedora-to-kvm-ubuntu/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:46:59 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[administrivia]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=303</guid>
		<description><![CDATA[Recently I completed my migration from Xen / Fedora Core to KVM / Ubuntu.  I have been a long time Redhat user, but I felt that Fedora was no longer stable enough for me.  I was tempted to move to CENTOS but it didn&#8217;t feel right, not quite an &#8216;official&#8217; Redhat release.  [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I completed my migration from Xen / Fedora Core to KVM / Ubuntu.  I have been a long time Redhat user, but I felt that Fedora was no longer stable enough for me.  I was tempted to move to CENTOS but it didn&#8217;t feel right, not quite an &#8216;official&#8217; Redhat release.  So I decided on Ubuntu with KVM virtualization.</p>
<p>The transition was reasonably painless, a few adjustments to make, like using <strong>init.d</strong> instead of <strong>service</strong>.  I made some notes for myself that others might find helpful:</p>
<p><a href="http://confluence.gordonturner.ca/display/NOTES/Ubuntu+Notes">Ubuntu Notes</a></p>
<p><a href="http://confluence.gordonturner.ca/display/NOTES/Kernel+Virtual+Machine+Host">Ubuntu KVM Host notes</a></p>
<p><a href="http://confluence.gordonturner.ca/display/NOTES/Kernel+Virtual+Machine+Guest">Ubuntu KVM Guest notes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2010/01/28/xen-fedora-to-kvm-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import Facebook events into iCal</title>
		<link>http://blog.gordonturner.ca/2009/12/08/import-facebook-events-into-ical/</link>
		<comments>http://blog.gordonturner.ca/2009/12/08/import-facebook-events-into-ical/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 03:40:33 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[PSA]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=292</guid>
		<description><![CDATA[Really simple tip, if you use Apple&#8217;s iCal (or Outlook, but I have not tested it see UPDATE) and want to import events from Facebook, simply click on the Export button above the RSVP box.

When asked to Open or Save, open it with iCal and it should prompt you which calendar to add the event [...]]]></description>
			<content:encoded><![CDATA[<p>Really simple tip, if you use Apple&#8217;s iCal (<del datetime="2009-12-10T17:30:50+00:00">or Outlook, but I have not tested it</del> see UPDATE) and want to import events from Facebook, simply click on the <strong>Export</strong> button above the RSVP box.</p>
<p><a href="http://blog.gordonturner.ca/wp-content/uploads/2009/12/export-to-ical-circle.png"><img src="http://blog.gordonturner.ca/wp-content/uploads/2009/12/export-to-ical-circle.png" alt="export-to-ical-circle" title="export-to-ical-circle" width="309" height="244" class="alignnone size-full wp-image-293" /></a></p>
<p>When asked to <strong>Open or Save</strong>, open it with iCal and it should prompt you which calendar to add the event too.</p>
<p><strong>UPDATE</strong>: Outlook 2003 displays an error &#8216;Cannot import vCalendar file.  Could not complete the operation.  One or more parameter values are not valid.&#8217;  More current versions might work.</p>
<p>Also, you might consider adding alerts to these events once they have been exported to iCal.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/12/08/import-facebook-events-into-ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding CoreData to and existing iPhone project</title>
		<link>http://blog.gordonturner.ca/2009/11/24/adding-coredata-to-and-existing-iphone-project/</link>
		<comments>http://blog.gordonturner.ca/2009/11/24/adding-coredata-to-and-existing-iphone-project/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:48:07 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=287</guid>
		<description><![CDATA[Just a quick note (and Google bait) to help others looking for a solution to the &#8216;Expected specifier-qualifier-list&#8217; error message.
For me this happened as I was adding CoreData to an existing iPhone project, the quick answer is that even after adding the Framework correctly you have to update your *_Prefix.pch file to include the Library.
Please [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note (and Google bait) to help others looking for a solution to the &#8216;Expected specifier-qualifier-list&#8217; error message.</p>
<p>For me this happened as I was adding CoreData to an existing iPhone project, the quick answer is that even after adding the Framework correctly you have to update your *_Prefix.pch file to include the Library.</p>
<p>Please see <a href="http://confluence.gordonturner.ca/x/AgAl">Here</a> for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/11/24/adding-coredata-to-and-existing-iphone-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Door Closer 101</title>
		<link>http://blog.gordonturner.ca/2009/11/15/door-closer-101/</link>
		<comments>http://blog.gordonturner.ca/2009/11/15/door-closer-101/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:19:16 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[PSA]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=278</guid>
		<description><![CDATA[Ever since I moved in, my apartment door always slammed shut.  Recently I had a neighbor ask me &#8216;Why I slammed my door?&#8217;  I shrugged and explained that it was the door closer, not me.
Well guess what, you can adjust the closer.  Shocking, I know.
Most closers have two screws, one adjusting the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I moved in, my apartment door always slammed shut.  Recently I had a neighbor ask me &#8216;Why I slammed my door?&#8217;  I shrugged and explained that it was the door closer, not me.</p>
<p>Well guess what, you can adjust the closer.  <em>Shocking</em>, I know.</p>
<p>Most closers have two screws, one adjusting the &#8217;sweep&#8217; the other the &#8216;latch&#8217; pressure.  The sweep is the stage where the door is wide open and the latch is the last few inches, before hitting the latch.</p>
<p><img src="http://blog.gordonturner.ca/wp-content/uploads/2009/11/door-closer.jpg" alt="door-closer" title="door-closer" width="400" height="300" class="alignnone size-full wp-image-283" /></p>
<p>I had to adjust my latch screw, which was the bottom one in the picture.  Some closers are labeled, mine wasn&#8217;t, so I guessed.</p>
<p>Turning the screw in slowed the door&#8217;s speed, turning the screw out increased the speed.</p>
<p>Now no more slamming doors and upset neighbors.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/11/15/door-closer-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Computer is The One That&#8217;s With You</title>
		<link>http://blog.gordonturner.ca/2009/10/27/the-best-computer-is-the-one-thats-with-you/</link>
		<comments>http://blog.gordonturner.ca/2009/10/27/the-best-computer-is-the-one-thats-with-you/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:48:38 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=260</guid>
		<description><![CDATA[Photographer Chase Jarvis published a book called The Best Camera Is The One That&#8217;s With You.  All the pictures in the book were taken on his iPhone.  The premise is that the &#8216;best&#8217; camera is the one you always have.
With apologies to Mr. Jarvis, I would like to suggest that The Best Computer [...]]]></description>
			<content:encoded><![CDATA[<p>Photographer Chase Jarvis published a book called <a href="http://www.amazon.ca/Best-Camera-One-Thats-You/dp/0321684788">The Best Camera Is The One That&#8217;s With You</a>.  All the pictures in the book were taken on his iPhone.  The premise is that the &#8216;best&#8217; camera is the one you always have.</p>
<p>With apologies to Mr. Jarvis, I would like to suggest that The Best Computer is The One That&#8217;s With You.  For me that is my new Macbook Air.</p>
<p> I bought it as a refurb from Apple&#8217;s website, it is small and light enough that I can carry it around and don&#8217;t really notice it.  The multi touch trackpad is <strong>so</strong> much better then my old Powerbook&#8217;s single touch trackpad.</p>
<p>In addition, using my tethered iPhone to get Internet access lets me be online anywhere.  No more scamming WiFi signals.</p>
<p>There are some short comings; only one USB port and no built in Ethernet jack.  But those are minor gripes.</p>
<p>Of course it is the best computer for me because I am always able to get online and do a quick bit of work and &#8216;good enough&#8217; that I am actually productive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/10/27/the-best-computer-is-the-one-thats-with-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone ring tones</title>
		<link>http://blog.gordonturner.ca/2009/10/21/iphone-ring-tones/</link>
		<comments>http://blog.gordonturner.ca/2009/10/21/iphone-ring-tones/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:31:54 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=248</guid>
		<description><![CDATA[Want to use an existing mp3 file as a ring tone for your iPhone?
In a few steps you can.

Choose your song in iTunes, right click, choose &#8216;Get Info&#8217;.
Under the &#8216;Options&#8217; tab there is a &#8216;Start time&#8217; and &#8216;Stop time&#8217;, edit your song so that it plays only what you want.  Don&#8217;t worry you can [...]]]></description>
			<content:encoded><![CDATA[<p>Want to use an existing mp3 file as a ring tone for your iPhone?</p>
<p>In a few steps you can.</p>
<ol>
<li>Choose your song in iTunes, right click, choose &#8216;Get Info&#8217;.</li>
<li>Under the &#8216;Options&#8217; tab there is a &#8216;Start time&#8217; and &#8216;Stop time&#8217;, edit your song so that it plays only what you want.  Don&#8217;t worry you can undo the Start and Stop times when we are done.</li>
<li>Click &#8216;Okay&#8217; to save changes to your Start and Stop times.</li>
<li>Right click the song again and choose &#8216;Create AAC Version&#8217;.  This will create a new file and add it to iTunes.  You should see it right below your old file.</li>
<li>Right click the old song and under the &#8216;Options&#8217; tab reset the Start and Stop times.</li>
<li>Right click the new song and choose &#8216;Show in Finder&#8217; (or equivalent PC option).</li>
<li>When you find this new file, rename the extension from <strong>m4a</strong> to <strong>m4r</strong>.</li>
<li>Now delete the new file in iTunes, right click on the new file, choose &#8216;Delete&#8217;, then &#8216;Remove&#8217; but choose to &#8216;Keep File&#8217;.</li>
<li>Now drag your .m4r file back onto the Library icon in iTunes.</li>
</ol>
<p>You&#8217;re done!  </p>
<p>Reminder: make sure you are syncing your ringtones to your phone.</p>
<p>My dad&#8217;s ring tone is now Yakety Sax, I figure Benny Hill would be proud.</p>
<p>(Tested on iTunes 9.0.1 for OS X.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/10/21/iphone-ring-tones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone tethering test</title>
		<link>http://blog.gordonturner.ca/2009/06/30/iphone-tethering-test/</link>
		<comments>http://blog.gordonturner.ca/2009/06/30/iphone-tethering-test/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:22:43 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=242</guid>
		<description><![CDATA[Taking the VIA train from Toronto to Smiths Falls gives me the chance to test out the iPhone tethering.
So far pretty good, only a few dead zones one big one near the Darlington power station and Edge only zone at the Port Hope VIA station.
Having internet on the VIA trains isn&#8217;t new, they have wifi, [...]]]></description>
			<content:encoded><![CDATA[<p>Taking the VIA train from Toronto to Smiths Falls gives me the chance to test out the iPhone tethering.</p>
<p>So far pretty good, only a few dead zones one big one near the Darlington power station and Edge only zone at the Port Hope VIA station.</p>
<p>Having internet on the VIA trains isn&#8217;t new, they have wifi, but it is nice not having to worry about it.</p>
<p>UPDATE: Huge Edge section from Port Hope to Cobourg, gah.</p>
<p>UPDATE 2: Edge from Cobourg to Belleville.</p>
<p>UPDATE 3: East of Belleville picked up 3G again, I think coverage is good if you can see the 401 from the train <img src='http://blog.gordonturner.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/06/30/iphone-tethering-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitch: Firefox&#8217;s treatment of favicons</title>
		<link>http://blog.gordonturner.ca/2009/06/28/bitch-firefoxs-treatment-of-favicons/</link>
		<comments>http://blog.gordonturner.ca/2009/06/28/bitch-firefoxs-treatment-of-favicons/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 18:01:47 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[bitch]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=240</guid>
		<description><![CDATA[This has been bugging me for a while, I use Firefox (3.0.11) on OS X and Windows XP and on both OSes Firefox messes up the favicons in my bookmarks.
(Aside: favicons are the images next to the url for some websites.)
Sometimes the favicons will change randomly.  Example, I use delicious.com to manage my bookmarks [...]]]></description>
			<content:encoded><![CDATA[<p>This has been bugging me for a while, I use Firefox (3.0.11) on OS X and Windows XP and on both OSes Firefox messes up the favicons in my bookmarks.</p>
<p>(Aside: favicons are the images next to the url for some websites.)</p>
<p>Sometimes the favicons will change randomly.  Example, I use <a href="http://delicious.com/gordonmkturner">delicious.com</a> to manage my bookmarks and on Windows XP the bookmark for delicious seems to &#8216;pickup&#8217; whatever link I clicked last from delicious.</p>
<p>Not a huge deal, but come on, this isn&#8217;t rocket surgery here.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/06/28/bitch-firefoxs-treatment-of-favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garbage Strike?  Must be summer in Toronto.</title>
		<link>http://blog.gordonturner.ca/2009/06/25/garbage-strike-must-be-summer-in-toronto/</link>
		<comments>http://blog.gordonturner.ca/2009/06/25/garbage-strike-must-be-summer-in-toronto/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 02:18:25 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=237</guid>
		<description><![CDATA[LCBO gave us a scare with the strike threats, talk about a one day sales boost, wow.
So the plan for this weekend is to get a 1.0 OpenWiimote out the door.  I have an action plan, just need to execute it.  Easy right?  Hah.
]]></description>
			<content:encoded><![CDATA[<p>LCBO gave us a scare with the strike threats, talk about a one day sales boost, wow.</p>
<p>So the plan for this weekend is to get a 1.0 OpenWiimote out the door.  I have an action plan, just need to execute it.  Easy right?  Hah.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/06/25/garbage-strike-must-be-summer-in-toronto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking radio silence</title>
		<link>http://blog.gordonturner.ca/2009/05/13/breaking-radio-silence/</link>
		<comments>http://blog.gordonturner.ca/2009/05/13/breaking-radio-silence/#comments</comments>
		<pubDate>Wed, 13 May 2009 21:32:32 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=228</guid>
		<description><![CDATA[Lots going on, not much posting.
Follow me on twitter, yay, here:
http://twitter.com/gordonturner
New project (using Google code) to provide a processing library for the wiimote:
http://code.google.com/p/openwiimote/
]]></description>
			<content:encoded><![CDATA[<p>Lots going on, not much posting.</p>
<p>Follow me on twitter, yay, here:</p>
<p><a href="http://twitter.com/gordonturner">http://twitter.com/gordonturner</a></p>
<p>New project (using Google code) to provide a <a href="http://www.processing.org/">processing</a> library for the wiimote:</p>
<p><a href="http://code.google.com/p/openwiimote/">http://code.google.com/p/openwiimote/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/05/13/breaking-radio-silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
