From ff8ae4f89580fa894df5e5ef1f2ce0a7c2f20a72 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 12 Mar 2010 18:20:43 +1100 Subject: [PATCH] QA /personal/2009/03/becoming-a-melbourne-cyclist/ --- .../2009/03/becoming-a-melbourne-cyclist.html | 12 ++++++++---- output/css/style.css | 8 ++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/content/personal/2009/03/becoming-a-melbourne-cyclist.html b/content/personal/2009/03/becoming-a-melbourne-cyclist.html index 0fd4932..09d2b43 100644 --- a/content/personal/2009/03/becoming-a-melbourne-cyclist.html +++ b/content/personal/2009/03/becoming-a-melbourne-cyclist.html @@ -1,16 +1,20 @@

Getting Started

+ With the move to Essendon and new job in January I decided I'd try my hand (or feet) at riding to work. There's a coupe of obvious benefits. Firstly its good exercise and secondly each time I ride to and from work I save about $6 in train fares. After settling into my new job for a week and loaning my brother's now mostly unused mountain bike1 I set off one Sunday night on a trial run. I did some research online and via the Melways with my Dad to determine the route. The trial to and from work straight after each other went well so I did it for real the next day. + -Laden with a backpack containing a laptop, lunch and a change of clothes amongst other things I set out into the peak hour traffic. The traffic turned out to be quite off-putting and I wasted a bit of time trying to negotiate it. Once I'd finally crossed Mt. Alexander Rd I was able to head for the Moonee Ponds Creek Trail with relative ease. Running late I pushed myself a bit and a short distance down the trail started thinking this whole riding thing was not a great idea at all and that I'd be lucky to arrive at work at all that morning. With the rushing and heavy bag it all seemed a lot harder than the trial the night before. It probably didn't help that this was only my second bike ride of distance greater than about 200m in around 10 years. +Laden with a backpack containing a laptop, lunch and a change of clothes amongst other things I set out into the peak hour traffic. The traffic turned out to be quite off-putting and I wasted a bit of time trying to negotiate it. Once I'd finally crossed Mt. Alexander Rd I was able to head for the Moonee Ponds Creek Trail with relative ease. Running late I pushed myself a bit and a short distance down the trail started thinking this whole riding thing was not a great idea at all and that I'd be lucky to arrive at work at all that morning. With the rushing and heavy bag it all seemed a lot harder than the trial the night before. It probably didn't help that this was only my second bike ride of distance greater than about 200m in around 10 years.

Tracking My Rides

-I did make it to work though, albeit somewhat hot and sweaty. The trip took about 40mins. Since that first day I've done the ride another 10 or so times, refined the route and have begun working on shortening the travel time. First I got it down to 30 mins and my best so far is 28 mins something. I track each ride using a brilliant little (free) iPhone app called Trailguru (app store link). It records my ride logging the route with GPS, the duration and distance. When I arrive at my destination I stop it recording and can then upload the ride to the companion site. Each trail gets a page where there is plot of the route on Google Maps, graphs of altitude, pace and speed as well as other stats. +I did make it to work though, albeit somewhat hot and sweaty. The trip took about 40mins. Since that first day I've done the ride another 10 or so times, refined the route and have begun working on shortening the travel time. First I got it down to 30 mins and my best so far is 28 mins something. I track each ride using a brilliant little (free) iPhone app called Trailguru (app store link). It records my ride logging the route with GPS, the duration and distance. When I arrive at my destination I stop it recording and can then upload the ride to the companion site. Each trail gets a page where there is plot of the route on Google Maps, graphs of altitude, pace and speed as well as other stats. Below is a sample ride to work that Trailguru recorded: Trailguru also lets you search for trails and will show others near your own. You can also take and upload photos with the iPhone app. I haven't used that feature yet as my phone is in my bag during the ride but I'd like to get an iPhone bike mount so I can use it as a speedometer as well. You can see all my trails on my Trailguru user page. + 8 to (Road Biking) | Flemington VIC 3031, Australia + + +Trailguru also lets you search for trails and will show others near your own. You can also take and upload photos with the iPhone app. I haven't used that feature yet as my phone is in my bag during the ride but I'd like to get an iPhone bike mount so I can use it as a speedometer as well. You can see all my trails on my Trailguru user page.

Road Rage

diff --git a/output/css/style.css b/output/css/style.css index ed473bc..95605db 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -323,3 +323,11 @@ ul.inline li:first-child { #content .clear { clear: both; } +#content hr { + border: 0; + border-top-width: 1px; + border-style: solid; + border-top-color: #999; + width: 10em; + margin: 0; +} \ No newline at end of file