<?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>crazed monkey &#187; meta</title>
	<atom:link href="http://crazedmonkey.com/blog/category/meta/feed" rel="self" type="application/rss+xml" />
	<link>http://crazedmonkey.com/blog</link>
	<description>Ian Stevens&#039; weblog</description>
	<lastBuildDate>Wed, 16 May 2012 14:22:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>I redesigned my site for the future!</title>
		<link>http://crazedmonkey.com/blog/meta/html5-responsive-enhancement-site-redesign.html</link>
		<comments>http://crazedmonkey.com/blog/meta/html5-responsive-enhancement-site-redesign.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 22:02:14 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/?p=1820</guid>
		<description><![CDATA[<p>For years my personal site has been an embarrassment. I avoided writing new posts so I wouldn&#8217;t have to link to them, its design was that bad. Having quit my job last month, I spent some time working on a design I could be proud of. Last Friday I silently launched that design.</p> <p>This new&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/html5-responsive-enhancement-site-redesign.html" rel="bookmark" title="Continue reading &#8220;I redesigned my site for the future!&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>For years my personal site has been an embarrassment. I avoided writing new posts so I wouldn&#8217;t have to link to them, its design was that bad. Having quit my job last month, I spent some time working on a design I could be proud of. Last Friday I silently launched that design.</p>
<p>This new design puts content created outside my blog (tweets, links, etc.) on an equal footing with blog entries. I have been cross-posting tweets and bookmarks to my site for a couple of years in an effort to self-host all my content. Trouble was, five tweets would push recent links or posts off the front page. I wanted a front page which could include  recent content from all streams.</p>
<p>My hope is the new design is a little more future-proof. I&#8217;ve been following the <a href="http://crazedmonkey.com/blog/links/adactio-journal%e2%80%94responsive-enhancement.html" title="Adactio: Journal—Responsive enhancement - Crazed Monkey">responsive enhancement</a> trend for some months now. In September, the <a href="http://www.zeldman.com/2011/09/15/boston-globes-responsive-redesign-discuss/" title="zeldman.com: Boston Globe's Responsive Redesign. Discuss.">Boston Globe made waves with its responsive redesign</a>. I felt it was time I had an attractive site which presented well, regardless of the size or pixel density of the screen.</p>
<p>Some highlights of the new design:</p>
<ul>
<li>Nothing but ems. All sizes are relative. No pixel sizing, with the exception of borders. Pixel densities are changing, and there&#8217;s no guarantee of a minimum browser width.</li>
<li>No bitmapped graphics. All icons are either characters or vector graphics.</li>
<li>Most measurements are based on the Fibonacci sequence. I&#8217;m not a designer, and this nicely limits my choices for padding and font sizes.</li>
<li>HTML5 elements where appropriate.</li>
<li>To that end, I&#8217;m using the <a href="http://html5reset.org/">HTML5 reset CSS</a> to force a baseline for styling.</li>
<li>For old versions of IE, I use <a href="http://code.google.com/p/html5shim/">html5shim</a> to add support for HTML5 elements.</li>
<li>Some sniffing of browser capabilities. <a href="http://www.modernizr.com/">Modernizr</a> seemed too heavy-weight, so I wrote something specific to my needs.</li>
<li><a href="http://www.w3.org/TR/css3-mediaqueries/">CSS3 Media Query</a> support for older browsers with <a href="https://github.com/scottjehl/Respond">Scott Jehl&#8217;s Respond.js</a>. (Respond.js does not yet support ems for media queries. Any browser without native media query support defaults to the largest layout. As most mobile browsers are Webkit-based or barely support CSS, this minimally affects those on small devices.)</li>
</ul>
<p>This was not an easy task for me, given that web front end design is not my speciality. There were a couple of clunky starts. I finally made some progress when I decided to focus on the content without styling. Next, I tackled simple styling of individual posts on mobile devices, then index and archive pages. Once those were done, I added more advanced CSS features and adjusted the style for larger displays. This helped me focus my efforts without getting bogged down in detail.</p>
<p>There are still a few rough edges and usability concerns. (I still find the styling for posts on external links to be confusing, for example.) Some of my design choices, like my use of Unicode characters, don&#8217;t translate well to older browsers. Still, it&#8217;s a good first start. I&#8217;ve learnt a lot about how to design for responsive enhancement and smaller displays.</p>
<p>Future enhancements should include spicing up the design with some SVG or HTML5 Canvas graphics, leveraging JavaScript to hide and reveal comments and adding nav links to skip content on smaller screens.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/html5-responsive-enhancement-site-redesign.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My blog now has tweets</title>
		<link>http://crazedmonkey.com/blog/meta/now-with-tweets.html</link>
		<comments>http://crazedmonkey.com/blog/meta/now-with-tweets.html#comments</comments>
		<pubDate>Sat, 06 Dec 2008 03:21:19 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/meta/my-blog-now-has-tweets.html</guid>
		<description><![CDATA[<p>If you&#8217;re following this blog (and if you are, you&#8217;re one of the few) you&#8217;re probably wondering what&#8217;s happened here. I recently changed my blog so that it imports <a href="http://twitter.com/istevens" title="Ian Stevens' tweets on Twitter">my tweets</a>. I&#8217;m not happy with how it looks but it was a quick and painless addition to a stagnating&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/now-with-tweets.html" rel="bookmark" title="Continue reading &#8220;My blog now has tweets&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re following this blog (and if you are, you&#8217;re one of the few) you&#8217;re probably wondering what&#8217;s happened here. I recently changed my blog so that it imports <a href="http://twitter.com/istevens" title="Ian Stevens' tweets on Twitter">my tweets</a>. I&#8217;m not happy with how it looks but it was a quick and painless addition to a stagnating blog. We&#8217;ll see how long this lasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/now-with-tweets.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This blog has moved</title>
		<link>http://crazedmonkey.com/blog/meta/this-blog-has-moved.html</link>
		<comments>http://crazedmonkey.com/blog/meta/this-blog-has-moved.html#comments</comments>
		<pubDate>Wed, 18 Oct 2006 06:05:17 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/meta/this-blog-has-moved.html</guid>
		<description><![CDATA[<p>Iâ€™ve moved my blog to another hosting service and have migrated all my posts to <a href="http://wordpress.org/" title="Link outside of this blog">WordPress</a>. Hopefully there are no problems, but if you notice any errors or missing pages please let me know.</p> <p>Update: Apparently the hosting service I am using has problems with category URLs. I have&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/this-blog-has-moved.html" rel="bookmark" title="Continue reading &#8220;This blog has moved&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>Iâ€™ve moved my blog to another hosting service and have migrated all my posts to <a href="http://wordpress.org/" title="Link outside of this blog">WordPress</a>. Hopefully there are no problems, but if you notice any errors or missing pages please let me know.</p>
<p><ins datetime="20061018T135100"><strong>Update:</strong> Apparently the hosting service I am using has problems with category URLs.  I have since implemented a work-around.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/this-blog-has-moved.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2006 Sporting Life 10k</title>
		<link>http://crazedmonkey.com/blog/meta/2006-sporting-life-10k.html</link>
		<comments>http://crazedmonkey.com/blog/meta/2006-sporting-life-10k.html#comments</comments>
		<pubDate>Mon, 08 May 2006 06:06:59 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/meta/2006-sporting-life-10k.html</guid>
		<description><![CDATA[<p>Today I ran the <a href="http://www.canadarunningseries.com/sportinglife/">Sporting Life 10k</a> for the third year in a row. My time was 47:39 which beats <a href="http://crazedmonkey.com/blog/meta/person/sporting-life-10k-2005.html" title="2005 Sporting Life 10k">my time last year</a> by just under two minutes but didn&#8217;t meet my goal of 45 minutes. This year I changed age categories and was surprised by my upsurge&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/2006-sporting-life-10k.html" rel="bookmark" title="Continue reading &#8220;2006 Sporting Life 10k&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I ran the <a href="http://www.canadarunningseries.com/sportinglife/">Sporting Life 10k</a> for the third year in a row.  My time was 47:39 which beats <a href="http://crazedmonkey.com/blog/meta/person/sporting-life-10k-2005.html" title="2005 Sporting Life 10k">my time last year</a> by just under two minutes but didn&#8217;t meet my goal of 45 minutes.  This year I changed age categories and was surprised by my upsurge in the rankings:</p>
<table>
<tr>
<th>Year</th>
<th>Chip time</th>
<th>Overall standing</th>
<th>Menâ€™s standing</th>
<th>Men age category</th>
</tr>
<tr>
<td>2004</td>
<td>56:12</td>
<td>2708/5220 (52%)</td>
<td>1708/2378 (72%)</td>
<td>233/313 (74%) (25-29)</td>
</tr>
<tr>
<td>2005</td>
<td>49:28</td>
<td>1491/6339 (24%)</td>
<td>1164/2976 (39%)</td>
<td>159/349 (46%) (25-29)</td>
</tr>
<tr>
<td>2006</td>
<td>47:39</td>
<td>1189/6627 (18%)</td>
<td>968/2996 (32%)</td>
<td>176/536 (33%) (30-34)</td>
</tr>
</table>
<p>I had thought that I might drop in my age category, given what I supposed to be increased drive among older runners.  As it turns out, there were almost twice as many men aged 30-34 running as there are men aged 25-29.  That must be the reason why my ranking in my age category is so much better this year.  That increase in overall chip time ranking is pretty impressive, especially considering that I barely shaved two minutes off last year&#8217;s time.  I&#8217;m pretty proud of myself, although during the run I was convinced I was running slower than last year.</p>
<p>I ran alone this year, although was greeted at the finish line by a girl I have been dating these past two weeks.  She saw me off at the start line, but almost didn&#8217;t make it down in time via TTC to see me finish!  The better way?  Sometimes you&#8217;re better off running.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/2006-sporting-life-10k.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2005 Becel Ride for Heart</title>
		<link>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2005.html</link>
		<comments>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2005.html#comments</comments>
		<pubDate>Mon, 06 Jun 2005 00:03:00 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/becel-ride-for-heart-2005.html</guid>
		<description><![CDATA[<p>This morning I finished the <a href="http://ww2.heartandstroke.ca/Page.asp?PageID=1366&#038;ArticleID=3842" title="Toronto Becel Ride for Heart">Becel Ride for Heart</a> for the third year in a row. After <a href="http://crazedmonkey.com/blog/meta/person/becel_ride_for_heart_2003.html" title="2003 Becel Ride for Heart">my first ride in 2003</a>, I vowed to ride the 75km leg, but never followed through with that promise until this year, and only as a&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2005.html" rel="bookmark" title="Continue reading &#8220;2005 Becel Ride for Heart&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>This morning I finished the <a href="http://ww2.heartandstroke.ca/Page.asp?PageID=1366&#038;ArticleID=3842" title="Toronto Becel Ride for Heart">Becel Ride for Heart</a> for the third year in a row. After <a href="http://crazedmonkey.com/blog/meta/person/becel_ride_for_heart_2003.html" title="2003 Becel Ride for Heart">my first ride in 2003</a>, I vowed to ride the 75km leg, but never followed through with that promise until this year, and only as a last minute decision.</p>
<p>Having never rode 75km before, I think I did fairly well. My time was just over two and a half hours, which isn&#8217;t bad considering that I haven&#8217;t ridden much this year, that the 75km repeats the most difficult part of the 50km leg, and that the smog levels on this hazy day affected my breathing. However, that&#8217;s still not a great time considering <a href="http://crazedmonkey.com/blog/meta/person/becel-ride-for-heart-2004.html" title="2004 Becel Ride for Heart">last year&#8217;s time of 90 minutes for 50km</a>. Still, even after 50km I managed to pass pretty much everyone I saw, even those I passed the first time up the DVP.</p>
<p>Aside from the heat and smog, my biggest drawbacks were that I stopped for water before the 75km turnoff, thereby losing my momentum, and ran out of water about 20 minutes from the finish line. Next year, I think a camel pack is in order.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2005.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2005 Sporting Life 10k</title>
		<link>http://crazedmonkey.com/blog/meta/sporting-life-10k-2005.html</link>
		<comments>http://crazedmonkey.com/blog/meta/sporting-life-10k-2005.html#comments</comments>
		<pubDate>Mon, 02 May 2005 04:12:00 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/sporting-life-10k-2005.html</guid>
		<description><![CDATA[<p>This year I ran the <a href="http://www.canadarunningseries.com/sportinglife/">Sporting Life 10k</a> for the second time, besting <a href="http://crazedmonkey.com/blog/meta/person/sporting-life-10k-2004.html" title="2004 Sporting Life 10k">last year&#8217;s time of 56:12</a> with a time of 49:28. My goal this year was to achieve a time of less than fifty minutes, which was accomplished only because I sprinted to the finish line after&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/sporting-life-10k-2005.html" rel="bookmark" title="Continue reading &#8220;2005 Sporting Life 10k&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>This year I ran the <a href="http://www.canadarunningseries.com/sportinglife/">Sporting Life 10k</a> for the second time, besting <a href="http://crazedmonkey.com/blog/meta/person/sporting-life-10k-2004.html" title="2004 Sporting Life 10k">last year&#8217;s time of 56:12</a> with a time of 49:28. My goal this year was to achieve a time of less than fifty minutes, which was accomplished only because I sprinted to the finish line after being able to read the gun time clock. Next year&#8217;s goal is an aggressive forty-five minutes.</p>
<p> <ins datetime="20050502T1445">
<p>FYI, here is a comparison of my chip time and placing between 2004 and 2005:</p>
<table>
<tr>
<th>Year</th>
<th>Chip time</th>
<th>Overall standing</th>
<th>Men&#8217;s standing</th>
<th>Men 25-29 standing</th>
</tr>
<tr>
<td>2004</td>
<td>56:12</td>
<td>2708/5220 (52%)</td>
<td>1708/2378 (72%)</td>
<td>233/313 (74%)</td>
</tr>
<tr>
<td>2005</td>
<td>49:28</td>
<td>1491/6339 (24%)</td>
<td>1164/2976 (39%)</td>
<td>159/349 (46%)</td>
</tr>
</table>
<p> </ins></p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/sporting-life-10k-2005.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230; and we&#8217;re back</title>
		<link>http://crazedmonkey.com/blog/meta/back-up.html</link>
		<comments>http://crazedmonkey.com/blog/meta/back-up.html#comments</comments>
		<pubDate>Thu, 30 Sep 2004 00:06:51 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/back-up.html</guid>
		<description><![CDATA[<p>My site has been down for the past few months, first because of a failed power supply and then because of a damaged irrecoverable hard drive. The last backup I made was over a year ago, hence the ancient entries you see below. Everything since September 1st, 2003 is now gone, including all my email&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/back-up.html" rel="bookmark" title="Continue reading &#8220;&#8230; and we&#8217;re back&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>My site has been down for the past few months, first because of a failed power supply and then because of a damaged irrecoverable hard drive. The last backup I made was over a year ago, hence the ancient entries you see below. Everything since September 1st, 2003 is now gone, including all my email for that period.</p>
<p>I still have to tweak a few things before I can get this weblog looking and behaving as it did before the crash. Syndicated sites are still down as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/back-up.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2004 Becel Ride for Heart</title>
		<link>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004.html</link>
		<comments>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004.html#comments</comments>
		<pubDate>Tue, 08 Jun 2004 23:29:00 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/becel-ride-for-heart-2004.html</guid>
		<description><![CDATA[<p>I keep forgetting to comment on this year&#8217;s <a href="http://ww2.heartandstroke.ca/rideforheart/" title="Becel Ride for Heart">Becel Ride for Heart</a>. You can be sure that I finished it, although I almost missed the start time. Vic&#8217;s rear tire suffered a puncture and I accompanied him back to the Cyclepath tent to have it replaced. The pit crew finished&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004.html" rel="bookmark" title="Continue reading &#8220;2004 Becel Ride for Heart&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting to comment on this year&#8217;s <a href="http://ww2.heartandstroke.ca/rideforheart/" title="Becel Ride for Heart">Becel Ride for Heart</a>. You can be sure that I finished it, although I almost missed the start time. Vic&#8217;s rear tire suffered a puncture and I accompanied him back to the Cyclepath tent to have it replaced. The pit crew finished the repair some five minutes before the cutoff time.</p>
<p>This year&#8217;s ride was much easier than <a href="http://crazedmonkey.com/blog/meta/person/becel_ride_for_heart_2003.html" title="crazed monkey - 2003 Becel Ride for Heart">last year&#8217;s</a>, mostly because there was no wind. My time for the 50k was just over 90 minutes, a full half-hour less than last year&#8217;s effort. That time will be difficult to beat next year without switching to a faster bike.</p>
<p>Thanks to everyone who sponsored my ride. Sadly, donations this year were less than half last year&#8217;s total. I blame myself for not being as vigilant.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please sponsor me for the 2004 Becel Ride for Heart</title>
		<link>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004-sponsor.html</link>
		<comments>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004-sponsor.html#comments</comments>
		<pubDate>Tue, 25 May 2004 22:53:00 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/becel-ride-for-heart-2004-sponsor.html</guid>
		<description><![CDATA[<p>On June 6th, 2004 I will be riding 50km along the DVP in the <a href="http://ww2.heartandstroke.ca/rideforheart/" title="Becel Ride for Heart">Becel Ride for Heart</a>. Please <a href="https://ww2.heartandstroke.ca/Secure/Page.asp?PageID=1450&#038;RecordID=25584" title="Sponsor Ian Stevens for the 2004 Becel Ride for Heart">sponsor me for the ride</a>. Those who donate more than $10 online will immediately receive an electronic tax receipt by&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004-sponsor.html" rel="bookmark" title="Continue reading &#8220;Please sponsor me for the 2004 Becel Ride for Heart&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>On June 6th, 2004 I will be riding 50km along the <acronym title="Don Valley Parkway">DVP</acronym> in the <a href="http://ww2.heartandstroke.ca/rideforheart/" title="Becel Ride for Heart">Becel Ride for Heart</a>. Please <a href="https://ww2.heartandstroke.ca/Secure/Page.asp?PageID=1450&#038;RecordID=25584" title="Sponsor Ian Stevens for the 2004 Becel Ride for Heart">sponsor me for the ride</a>. Those who donate more than $10 online will immediately receive an electronic tax receipt by email.</p>
<p>By sponsoring my ride you will be supporting research towards the understanding of heart disease and cardiovascular disease, the biggest preventable killers in Canada.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/becel-ride-for-heart-2004-sponsor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2004 Sporting Life 10k</title>
		<link>http://crazedmonkey.com/blog/meta/sporting-life-10k-2004.html</link>
		<comments>http://crazedmonkey.com/blog/meta/sporting-life-10k-2004.html#comments</comments>
		<pubDate>Sun, 02 May 2004 22:31:00 +0000</pubDate>
		<dc:creator>Ian Stevens</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[person]]></category>

		<guid isPermaLink="false">http://crazedmonkey.com/blog/uncategorised/sporting-life-10k-2004.html</guid>
		<description><![CDATA[<p>I must have completely lost my senses when I agreed to run this year&#8217;s <a href="http://sportinglife.ca/Programs/Events/sl10k/">Sporting Life 10k</a>. Before last week I had never run 5km, let alone 10km. Before last week, I had never owned a reasonable pair of running shoes. Still, I managed to do fairly well despite the pouring rain, the chest&#160;&#8230;&#160;<a class="read_more" href="http://crazedmonkey.com/blog/meta/sporting-life-10k-2004.html" rel="bookmark" title="Continue reading &#8220;2004 Sporting Life 10k&#8221;"><span>Read more</span></a>]]></description>
			<content:encoded><![CDATA[<p>I must have completely lost my senses when I agreed to run this year&#8217;s <a href="http://sportinglife.ca/Programs/Events/sl10k/">Sporting Life 10k</a>. Before last week I had never run 5km, let alone 10km. Before last week, I had never owned a reasonable pair of running shoes. Still, I managed to do fairly well despite the pouring rain, the chest cramps at the 4km mark (I ate too close to the start of the race, you see) and despite running on five hours sleep. My time of 56:12.9 was less than my goal of one hour.</p>
<p>For those interested, <a href="http://www.canadarunningseries.com/results/2004/sl10k/sl10k.htm" title="2004 Sporting Life 10k results">the final results</a> can be found online. The results are somewhat misleading as they are sorted by the time at which each person crossed the finish line, and not that person&#8217;s trip time. I was late to the starting line and so did not start until 5 minutes after the official start time. After resorting the results, my standings are as follows:</p>
<ul>
<li>2706 of 5218 overall</li>
<li>1709 of 2374 for men</li>
<li>457 of 874 for ages 25 to 29</li>
<li>233 of 313 for men aged 25 to 29</li>
</ul>
<p>Now to get ready for this year&#8217;s <a href="http://ww2.heartandstroke.ca/rideforheart/">Becel Ride For Heart</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crazedmonkey.com/blog/meta/sporting-life-10k-2004.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

