<?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>Two Wheels</title>
	<atom:link href="http://twowheels.us/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://twowheels.us/blog</link>
	<description>Bicycling &#038; Bits</description>
	<lastBuildDate>Tue, 08 Dec 2009 18:31:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cold Day!</title>
		<link>http://twowheels.us/blog/?p=240</link>
		<comments>http://twowheels.us/blog/?p=240#comments</comments>
		<pubDate>Tue, 08 Dec 2009 18:27:58 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Bicycling]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=240</guid>
		<description><![CDATA[I can&#8217;t say that I&#8217;ve ever ridden in truly cold weather, but it was 27 F this morning&#8230;  The picture came from my cell phone, but I guess it came out OK&#8230;




]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t say that I&#8217;ve ever ridden in truly cold weather, but it was 27 F this morning&#8230;  The picture came from my cell phone, but I guess it came out OK&#8230;</p>
<div id="attachment_239" class="wp-caption aligncenter" style="width: 624px"><img class="size-large wp-image-239" title="IceBike" src="http://twowheels.us/blog/wp-content/uploads/2009/12/1208090815a-1024x768.jpg" alt="Ice Bike" width="614" height="461" /><p class="wp-caption-text">Ice Bike</p></div>
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Text */
google_ad_slot = "7661396391";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=240</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Penetration Testing Live-CD?</title>
		<link>http://twowheels.us/blog/?p=236</link>
		<comments>http://twowheels.us/blog/?p=236#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:40:18 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=236</guid>
		<description><![CDATA[I needed a penetration testing tool to ensure that a particular computer didn&#8217;t have any known vulnerabilities.  Wanting something that didn&#8217;t have to be installed I started looking for live CDs, particularly one with Open-VAS installed&#8230; I tried numerous different CDs, all of which had some show stopper issue that made it not work. [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a penetration testing tool to ensure that a particular computer didn&#8217;t have any known vulnerabilities.  Wanting something that didn&#8217;t have to be installed I started looking for live CDs, particularly one with Open-VAS installed&#8230; I tried numerous different CDs, all of which had some show stopper issue that made it not work.  Most of them seemed to put more focus on making the UI look &#8220;haxxor 1337&#8243; than actually doing the intended job. </p>
<p>I finally stumbled upon a really good one!  Don&#8217;t ask me how&#8230; I&#8217;d forgotten the name and tried to find it again, and even knowing a bunch of keywords I couldn&#8217;t find it with any of the search engines.  Hopefully this link will help raise its position in the search game because it really deserves it!!</p>
<p><a href="http://shadowcircle.org/">http://shadowcircle.org/</a></p>
<div id="attachment_235" class="wp-caption aligncenter" style="width: 360px"><a href="http://www.shadowcircle.org"><img src="http://twowheels.us/blog/wp-content/uploads/2009/10/sc_shiny_final.png" alt="Shadow Circle, a PenTesting LiveCD that works!" title="sc_shiny_final" width="350" height="103" class="size-full wp-image-235" /></a><p class="wp-caption-text">Shadow Circle, a PenTesting LiveCD that works!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=236</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Cygwin .screenrc file resolved!</title>
		<link>http://twowheels.us/blog/?p=231</link>
		<comments>http://twowheels.us/blog/?p=231#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:19:03 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[cygwin]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=231</guid>
		<description><![CDATA[I&#8217;ve been fighting with my .screenrc file in Cygwin for quite some time&#8230; I&#8217;d configure settings and either they wouldn&#8217;t take (such as turning off startup_message) or I&#8217;d get strange errors like Unrecognized command &#8221;.
It turns out that my .screenrc file had dos line endings&#8230; running dos2unix fixed it!
$ dos2unix .screenrc
I post this hoping that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fighting with my .screenrc file in Cygwin for quite some time&#8230; I&#8217;d configure settings and either they wouldn&#8217;t take (such as turning off startup_message) or I&#8217;d get strange errors like Unrecognized command &#8221;.</p>
<p>It turns out that my .screenrc file had dos line endings&#8230; running dos2unix fixed it!</p>
<p>$ dos2unix .screenrc</p>
<p>I post this hoping that somebody else will stumble across this when they&#8217;re struggling with similar problems. <img src='http://twowheels.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gardening</title>
		<link>http://twowheels.us/blog/?p=147</link>
		<comments>http://twowheels.us/blog/?p=147#comments</comments>
		<pubDate>Wed, 10 Jun 2009 21:27:50 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Gardening]]></category>
		<category><![CDATA[garden]]></category>
		<category><![CDATA[house]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=147</guid>
		<description><![CDATA[When we purchased our house the landscaping was rather plain, mirroring any other in the neighborhood.  Since we moved in we&#8217;ve made a LOT of changes.  Looking at the before/after pictures is quite shocking.  Interetingly a few of our neighbors have been inspired to redo their yards and our street is now much more interesting, [...]]]></description>
			<content:encoded><![CDATA[<p>When we purchased our house the landscaping was rather plain, mirroring any other in the neighborhood.  Since we moved in we&#8217;ve made a LOT of changes.  Looking at the before/after pictures is quite shocking.  Interetingly a few of our neighbors have been inspired to redo their yards and our street is now much more interesting, though I believe that ours is the most ambitious, especially considering we did ALL of the work ourselves.</p>
<p>Here&#8217;s the house before&#8230;.</p>
<p style="text-align: center;"><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/114a.jpg"><img class="size-medium wp-image-148 aligncenter" title="Front Yard Before" src="http://twowheels.us/blog/wp-content/uploads/2009/06/114a-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard.png"><img class="size-medium wp-image-149 aligncenter" title="Backyard" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard-300x128.png" alt="" width="300" height="128" /></a></p>
<p style="text-align: center;"><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard2.png"><img class="size-medium wp-image-150 aligncenter" title="backyard2" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard2-300x128.png" alt="" width="300" height="128" /></a></p>
<p>The backyard pictures have a strange perspective because they&#8217;re from a Quicktime VR file that the realtor created.  The funny thing is, when we first moved in we really liked the back yard and thought we really wouldn&#8217;t do much to it, it was &#8220;just what we wanted.&#8221;</p>
<p>Well, that didn&#8217;t last long.  We&#8217;re nowhere near done, but here&#8217;s a few pictures of what we&#8217;ve done&#8230; (pictures can be clicked to go to a comment page where you can click them again for the full versions)</p>
<p><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/backwalkway2.jpg"></a><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/backwalkwaytowardac.jpg"></a><a href="http://twowheels.us/blog/wp-content/uploads/2009/06/cucumber1.jpg"></a></p>

<a href='http://twowheels.us/blog/?attachment_id=189' title='Front Of House Before Purchase'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/114a-150x150.jpg" class="attachment-thumbnail" alt="Front of House (Before Purchase)" title="Front Of House Before Purchase" /></a>
<a href='http://twowheels.us/blog/?attachment_id=187' title='Back Yard 2'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard2-150x150.png" class="attachment-thumbnail" alt="Back Yard (Before Purchase)" title="Back Yard 2" /></a>
<a href='http://twowheels.us/blog/?attachment_id=188' title='Back Yard'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backyard-150x150.png" class="attachment-thumbnail" alt="Back of House (Before Purchase)" title="Back Yard" /></a>
<a href='http://twowheels.us/blog/?attachment_id=158' title='frontyardoverview'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/frontyardoverview-150x150.jpg" class="attachment-thumbnail" alt="" title="frontyardoverview" /></a>
<a href='http://twowheels.us/blog/?attachment_id=159' title='A Grand Entrance'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/grandentrance-150x150.jpg" class="attachment-thumbnail" alt="A Grand Entrance" title="A Grand Entrance" /></a>
<a href='http://twowheels.us/blog/?attachment_id=165' title='Patio Bench 2'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/patiobench2-150x150.jpg" class="attachment-thumbnail" alt="A nice place for tea..." title="Patio Bench 2" /></a>
<a href='http://twowheels.us/blog/?attachment_id=164' title='Patio Bench'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/patiobench1-150x150.jpg" class="attachment-thumbnail" alt="An inviting walk through the lush landscape..." title="Patio Bench" /></a>
<a href='http://twowheels.us/blog/?attachment_id=153' title='Back Walkway'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backwalkway2-150x150.jpg" class="attachment-thumbnail" alt="That planter needs a few more plants!!" title="Back Walkway" /></a>
<a href='http://twowheels.us/blog/?attachment_id=154' title='Back Walkway Toward A/C'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backwalkwaytowardac-150x150.jpg" class="attachment-thumbnail" alt="Walk between the roses..." title="Back Walkway Toward A/C" /></a>
<a href='http://twowheels.us/blog/?attachment_id=155' title='Back Yard Overview'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/backyardoverview-150x150.jpg" class="attachment-thumbnail" alt="Makes me want to just sit and enjoy the view..." title="Back Yard Overview" /></a>
<a href='http://twowheels.us/blog/?attachment_id=160' title='Grapes'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/grapes-150x150.jpg" class="attachment-thumbnail" alt="We have a LOT of grapes this year!" title="Grapes" /></a>
<a href='http://twowheels.us/blog/?attachment_id=162' title='Narrow Garden Walkway'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/narrowgardenwalkway-150x150.jpg" class="attachment-thumbnail" alt="Narrow Garden Walkway" title="Narrow Garden Walkway" /></a>
<a href='http://twowheels.us/blog/?attachment_id=163' title='Over Plants To Swing'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/overplantstoswing-150x150.jpg" class="attachment-thumbnail" alt="Peekaboo" title="Over Plants To Swing" /></a>
<a href='http://twowheels.us/blog/?attachment_id=177' title='Walk of Hyacinth'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/walkofhyacinth-150x150.jpg" class="attachment-thumbnail" alt="My favorite flower in the yard... grape hyacinth" title="Walk of Hyacinth" /></a>
<a href='http://twowheels.us/blog/?attachment_id=178' title='Cucumber'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/cucumber1-150x150.jpg" class="attachment-thumbnail" alt="Almost ready to eat!" title="Cucumber" /></a>
<a href='http://twowheels.us/blog/?attachment_id=179' title='Left Planter Bed'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/leftbed1-150x150.jpg" class="attachment-thumbnail" alt="Left Planter Bed" title="Left Planter Bed" /></a>
<a href='http://twowheels.us/blog/?attachment_id=180' title='Radishes'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/radishes-150x150.jpg" class="attachment-thumbnail" alt="Radish!" title="Radishes" /></a>
<a href='http://twowheels.us/blog/?attachment_id=181' title='Right Planter Bed'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/rightbed1-150x150.jpg" class="attachment-thumbnail" alt="" title="Right Planter Bed" /></a>
<a href='http://twowheels.us/blog/?attachment_id=182' title='Squash After Dark'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/squash-150x150.jpg" class="attachment-thumbnail" alt="Squash After Dark" title="Squash After Dark" /></a>
<a href='http://twowheels.us/blog/?attachment_id=183' title='Looking Through Squash'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/throughsquash1-150x150.jpg" class="attachment-thumbnail" alt="Looking Through Squash" title="Looking Through Squash" /></a>
<a href='http://twowheels.us/blog/?attachment_id=184' title='tomatoes'><img width="150" height="150" src="http://twowheels.us/blog/wp-content/uploads/2009/06/tomatoes-150x150.jpg" class="attachment-thumbnail" alt="Almost ripe!" title="tomatoes" /></a>

<p align=center>
<script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Image */
google_ad_slot = "7438389839";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The *BIG* Bike is Almost Done!</title>
		<link>http://twowheels.us/blog/?p=139</link>
		<comments>http://twowheels.us/blog/?p=139#comments</comments>
		<pubDate>Sat, 28 Feb 2009 01:28:57 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Bicycling]]></category>
		<category><![CDATA[Bicycle]]></category>
		<category><![CDATA[Bike]]></category>
		<category><![CDATA[Schwinn]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=139</guid>
		<description><![CDATA[It&#8217;s been about more than six months, but I finally got the BIG bike on the road!  I&#8217;ve been very busy and it took me a long time to get around to ordering the parts, and even longer to hand polish every little component that was staying on the bike!
Before:

After:

I still have some work to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about more than six months, but I finally got the BIG bike on the road!  I&#8217;ve been very busy and it took me a long time to get around to ordering the parts, and even longer to hand polish every little component that was staying on the bike!</p>
<p>Before:</p>
<p align="center">
<div id="attachment_114" class="wp-caption aligncenter" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2008/08/schwinnvoyeageur.jpg"><img class="size-medium wp-image-114 " title="1981 Schwinn Voyageur S/P, 68 cm" src="http://twowheels.us/blog/wp-content/uploads/2008/08/schwinnvoyeageur.jpg" alt="From the Craigslist Posting that I Responded To" width="300" height="225" /></a><p class="wp-caption-text">From the Craigslist Posting that I Responded To</p></div>
<p>After:</p>
<p align="center">
<div id="attachment_140" class="wp-caption aligncenter" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2009/02/0227091445a.jpg"><img class="size-medium wp-image-140 " title="SideView" src="http://twowheels.us/blog/wp-content/uploads/2009/02/0227091445a-300x225.jpg" alt="After First Ride To Work" width="300" height="225" /></a><p class="wp-caption-text">After First Ride To Work</p></div>
<div id="attachment_141" class="wp-caption aligncenter" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2009/02/0227091445.jpg"><img class="size-medium wp-image-141 " title="SideCockpitBell" src="http://twowheels.us/blog/wp-content/uploads/2009/02/0227091445-300x225.jpg" alt="Cockpit With the Bell" width="300" height="225" /></a><p class="wp-caption-text">Cockpit With the Bell</p></div>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2009/02/0226091729.jpg"><img class="size-medium wp-image-142 " title="SchwinnCockpit" src="http://twowheels.us/blog/wp-content/uploads/2009/02/0226091729-300x225.jpg" alt="Cockpit" width="300" height="225" /></a><p class="wp-caption-text">Cockpit</p></div>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2009/02/0226091728.jpg"><img class="size-medium wp-image-143 " title="0226091728" src="http://twowheels.us/blog/wp-content/uploads/2009/02/0226091728-300x225.jpg" alt="SideViewWithoutBags" width="300" height="225" /></a><p class="wp-caption-text">SideViewWithoutBags</p></div>
<p>I still have some work to do&#8230;  I want to order a nice bottle cage, probably this one:  <a title="this one." href="http://www.velo-orange.com/vomoststwabo.html" target="_blank">http://www.velo-orange.com/vomoststwabo.html</a> and will probably substite a brass bell for the chrome one that I have installed in the picture above. It also came with a front rack, but I haven&#8217;t finished polishing it, so it&#8217;s not installed yet.</p>
<p>It&#8217;s a joy to ride and rides VERY smoothly, and even better it FITS!<br />
It&#8217;s an &#8216;82 Schwinn Voyageur SP and I upgraded the wheels to 700C with cartridge bearing hubs shod with 32C Panaracer Pasela TourGuard tires, 7 speed rear derailer, Suntour barend shifters, Planet Bike Cascadia fenders (without the ugly purple logo that&#8217;s on the new ones),  Brooks B17 leather sadle, and Nashbar Moustache handlebars wrapped with yellow cotton tape with 4 coats of amber Shellac and twine trim.<br />
I want to ride it in the upcoming Wildflower Century, but will probably swap out the inner chainring for a 26 tooth or so for those hills. <img src='http://twowheels.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Text */
google_ad_slot = "7661396391";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Print Media vs. Blogs</title>
		<link>http://twowheels.us/blog/?p=132</link>
		<comments>http://twowheels.us/blog/?p=132#comments</comments>
		<pubDate>Sat, 13 Dec 2008 08:01:02 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=132</guid>
		<description><![CDATA[Are Dr. Dobbs editors asleep at their desks?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve long been of the opinion that print media still has a place in the online world that we live in, if for no other reason than the fact that the longer release cycles allow for a higher standard; peer reviews and editors act as a sort of filtering.</p>
<p>Not that I&#8217;m the king of grammar, but I have come to expect print media to have been read by many editors prior to being released.  In online communications, where the pace is much faster, I have come to expect grammar errors to sneak in.  I often go back and read something that I&#8217;ve typed later on and see the most boneheaded mistakes that make me wonder what I was thinking, yet I feel excused in that I was focusing more on the content than the presentation.  Print media, on the other hand, must focus on presentation, otherwise why does it exist?</p>
<p>I was disappointed to look at the mail pile today and see this:</p>
<div id="attachment_133" class="wp-caption aligncenter" style="width: 232px"><a href="http://twowheels.us/blog/wp-content/uploads/2008/12/badgrammardrdobbs_small.jpg"><img class="size-medium wp-image-133" title="badgrammardrdobbs_small" src="http://twowheels.us/blog/wp-content/uploads/2008/12/badgrammardrdobbs_small-222x300.jpg" alt="Are the editors at Dr. Dobbs asleep at their desks?" width="222" height="300" /></a><p class="wp-caption-text">Are the editors at Dr. Dobbs asleep at their desks?</p></div>
<p>If print media allows this advantage slip away, what is left for them?</p>
<p>Murphy says that I probably made a really stupid mistake in this posting. <img src='http://twowheels.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Text */
google_ad_slot = "7661396391";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chaco == Great Customer Support!!</title>
		<link>http://twowheels.us/blog/?p=127</link>
		<comments>http://twowheels.us/blog/?p=127#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:17:22 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=127</guid>
		<description><![CDATA[I love my Chaco sandals.  I wear them every day.  The last few weeks though I&#8217;ve been without them and my feet have been sad.  Why?  Well, after a year of wearing them while wading in the ocean at the beach, portaging my kayak through shallow rivers, hiking on rough terrain, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_128" class="wp-caption alignright" style="width: 310px"><a href="http://twowheels.us/blog/wp-content/uploads/2008/11/chacofeet.jpg"><img class="size-medium wp-image-128" title="Chaco Sandals" src="http://twowheels.us/blog/wp-content/uploads/2008/11/chacofeet-300x225.jpg" alt="Chaco Sandals, repaired and as good as new!" width="300" height="225" /></a><p class="wp-caption-text">Chaco Sandals, repaired and as good as new!</p></div>
<p>I love my Chaco sandals.  I wear them every day.  The last few weeks though I&#8217;ve been without them and my feet have been sad.  Why?  Well, after a year of wearing them while wading in the ocean at the beach, portaging my kayak through shallow rivers, hiking on rough terrain, bicycling, and just sitting around the office the soles started to separate from the footbed.  I contacted Chaco and was told that it should be covered under warranty.  I mailed them in and without charge they came back a week later with brand new Vibram soles, as good as new!  I was surprised how deep the sole lugs were, I hadn&#8217;t realized how much I&#8217;d worn off.</p>
<p>Thanks <a href="http://www.chacousa.com">Chaco</a>!</p>
<p style="text-align: center;">
<script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Image */
google_ad_slot = "7438389839";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remembering Why I LOVE Cycling!</title>
		<link>http://twowheels.us/blog/?p=120</link>
		<comments>http://twowheels.us/blog/?p=120#comments</comments>
		<pubDate>Thu, 13 Nov 2008 23:46:11 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Bicycling]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=120</guid>
		<description><![CDATA[
I went for a ride during lunch on my old Schwinn World Tourist.  I&#8217;ve had this bike for almost a decade now, but it&#8217;s seldom ridden because it&#8217;s neither fast nor efficient.  Lately I&#8217;ve been leaving it at the office to ride at lunch during this beautiful weather that we&#8217;ve had lately &#8212; it&#8217;s great [...]]]></description>
			<content:encoded><![CDATA[<p align="center">
<div id="attachment_121" class="wp-caption aligncenter" style="width: 632px"><a href="http://twowheels.us/blog/wp-content/uploads/2008/11/bicyclenearriver.jpg"><img class="size-full wp-image-121" title="icyclenearriver" src="http://twowheels.us/blog/wp-content/uploads/2008/11/bicyclenearriver.jpg" alt="Bicycle Near the River" width="622" height="318" /></a><p class="wp-caption-text">Bicycle Near the River</p></div>
<p>I went for a ride during lunch on my old Schwinn World Tourist.  I&#8217;ve had this bike for almost a decade now, but it&#8217;s seldom ridden because it&#8217;s neither fast nor efficient.  Lately I&#8217;ve been leaving it at the office to ride at lunch during this beautiful weather that we&#8217;ve had lately &#8212; it&#8217;s great for those casual 7-10 MPH rides with no particular destination in mind.  I ride 6 or 7 miles; down to the river, wander around a bit watching the birds and other wildlife while eating my lunch, then ride back to the office.</p>
<p>It turns out that this picture was almost much more interesting&#8230; just as I was about to push the shutter something huge jumped out of the water and splashed back down, but I missed it because I was watching through the small screen of my camera-phone.   You can see the rings from the landing zone just in front of the front reflector of the bike just left of where the cables intersect the water.</p>
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-2794693069173996";
/* Singlepost-Text */
google_ad_slot = "7661396391";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p align="center"><a href="http://www.flickr.com/photos/rexkerr/3028699750/">On Flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bicycle Lights</title>
		<link>http://twowheels.us/blog/?p=117</link>
		<comments>http://twowheels.us/blog/?p=117#comments</comments>
		<pubDate>Thu, 13 Nov 2008 23:35:57 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Bicycling]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=117</guid>
		<description><![CDATA[

Perhaps it&#8217;s time to upgrade to cooler running LED lighting?


I got home and left the headlight (35W halogen, metal housing) running for a while.  When I reached across the front of the bike to get my stuff out of the front pannier on the other side I brushed across the light housing for just an [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<dl id="attachment_118" class="wp-caption aligncenter" style="width: 438px;">
<dd class="wp-caption-dd"><a href="http://twowheels.us/blog/wp-content/uploads/2008/11/0819082207.jpg"><img class="size-medium wp-image-118" title="OUCH!  Hot light!" src="http://twowheels.us/blog/wp-content/uploads/2008/11/0819082207-300x225.jpg" alt="Perhaps it's time to upgrade to cooler running LED lighting?" width="428" height="320" /></a>Perhaps it&#8217;s time to upgrade to cooler running LED lighting?</dd>
</dl>
</div>
<p>I got home and left the headlight (35W halogen, metal housing) running for a while.  When I reached across the front of the bike to get my stuff out of the front pannier on the other side I brushed across the light housing for just an instant!  I felt a sharp searing pain that felt like I was being poked with something very sharp &#8212; instead I was being branded!  OUCH!</p>
<p align="center"></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Professional Assembly</title>
		<link>http://twowheels.us/blog/?p=115</link>
		<comments>http://twowheels.us/blog/?p=115#comments</comments>
		<pubDate>Thu, 07 Aug 2008 01:28:45 +0000</pubDate>
		<dc:creator>rexkerr</dc:creator>
				<category><![CDATA[Bicycling]]></category>

		<guid isPermaLink="false">http://twowheels.us/blog/?p=115</guid>
		<description><![CDATA[Sometimes I am asked what is wrong with department store bikes.  I give a whole list of reasons, but I just came across a great illustration of the problem&#8230;
http://www.toysrus.com/product/index.jsp?productId=2401233
In case the picture is gone, I&#8217;ve included it here&#8230;    of course this bike is mail-order (assemble it yourself), but I often see assembly work just like [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I am asked what is wrong with department store bikes.  I give a whole list of reasons, but I just came across a great illustration of the problem&#8230;</p>
<p><a href="http://www.toysrus.com/product/index.jsp?productId=2401233">http://www.toysrus.com/product/index.jsp?productId=2401233</a></p>
<p>In case the picture is gone, I&#8217;ve included it here&#8230;    of course this bike is mail-order (assemble it yourself), but I often see assembly work just like this at departments stores that offer &#8220;free professional assembly.&#8221;</p>
<p><a href="http://twowheels.us/blog/wp-content/uploads/2008/08/professionalassembly.jpg" title="Professional Assembly Included"><img src="http://twowheels.us/blog/wp-content/uploads/2008/08/professionalassembly.jpg" alt="Professional Assembly Included" /></a></p>
<p>Quickly off the top of my head:</p>
<ul>
<li>Fork installed backwards! (Yikes!)</li>
<li>Handlebars not flipped up correctly.</li>
<li>Cables all tangled, not of proper length</li>
<li>Nose of saddle pointing up too much (ouch!)</li>
<li>Reflectors not properly aligned (won&#8217;t provide proper visibility)</li>
<li>Plastic piece meant to keep the axle from poking through the box not removed</li>
<li>Sold as a &#8220;26 inch frame&#8221;, trust me, it&#8217;s NOT a 26&#8243; frame&#8230; it&#8217;s a one-size-fits-few frame</li>
</ul>
<p>And that&#8217;s just what I can see!  Were the bearings properly adjusted? Were the wheels properly tensioned?  Is the stem binder properly torqued?  Is the saddle binding bolt tight? Are the shifters adjusted correctly?  I doubt it.</p>
<p align="center"></p>
]]></content:encoded>
			<wfw:commentRss>http://twowheels.us/blog/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
