<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Matt Youngblut's Blog</title>
	<atom:link href="http://mattyoungblut.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattyoungblut.wordpress.com</link>
	<description>Too unfocused for a theme...</description>
	<pubDate>Wed, 14 May 2008 20:45:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>XPath - Common Mistake</title>
		<link>http://mattyoungblut.wordpress.com/2008/05/14/xpath-common-mistake/</link>
		<comments>http://mattyoungblut.wordpress.com/2008/05/14/xpath-common-mistake/#comments</comments>
		<pubDate>Wed, 14 May 2008 20:45:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[day-to-day]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/?p=14</guid>
		<description><![CDATA[When dealing with XPath, an extra forward slash (/) can make the difference between your application performing and making the decision that XPath just isn&#8217;t the solution for you.  So what is the difference between /Product and //Product?  Huge.
/Product means &#8220;go find the Product element that are my children&#8221;.  The engine only needs to look [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When dealing with XPath, an extra forward slash (/) can make the difference between your application performing and making the decision that XPath just isn&#8217;t the solution for you.  So what is the difference between /Product and //Product?  Huge.</p>
<p>/Product means &#8220;go find the Product element that are my children&#8221;.  The engine only needs to look at child nodes relative to the current location.</p>
<p>//Product means &#8220;go find all of the Product elements that are a descendant of mine - I don&#8217;t care where they are at&#8221;.   This means that if your document is 50 levels deep, the engine will look through each and every one of them to find a product element.  If you have 10,000 elements to look through and then you have to go diving down the tree as well, it is obviously a more expensive than it needs to be.</p>
<p>Sometimes you don&#8217;t know where the element will reside in your XML document, so // makes sense.  However, if you know where you are looking, you should always use /.  Neither is &#8220;wrong&#8221;, but one can be a LOT more expensive than the other.</p>
<p>I&#8217;ve seen two XPath queries written today - one at work and one on the <a href="http://devlicio.us/blogs/derik_whittaker/archive/2008/05/12/xlinq-n-in-the-new-world-data-access-comparisons-with-xml-xpath.aspx">web</a>, and both of them were using the inefficient double slash (//).  I hope this helps anybody who is doing any querying using XPath.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=14&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2008/05/14/xpath-common-mistake/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greatest Living Beard</title>
		<link>http://mattyoungblut.wordpress.com/2008/05/06/greatest-living-beard/</link>
		<comments>http://mattyoungblut.wordpress.com/2008/05/06/greatest-living-beard/#comments</comments>
		<pubDate>Tue, 06 May 2008 19:02:09 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[day-to-day]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/?p=12</guid>
		<description><![CDATA[AKA Beardface

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>AKA Beardface</h2>
<p><img src="http://mattyoungblut.files.wordpress.com/2008/05/beardface_small.jpg" alt="" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=12&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2008/05/06/greatest-living-beard/feed/</wfw:commentRss>
	
		<media:content url="http://mattyoungblut.files.wordpress.com/2008/05/beardface_small.jpg" medium="image" />
	</item>
		<item>
		<title>More New Media</title>
		<link>http://mattyoungblut.wordpress.com/2007/10/07/more-new-media/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/10/07/more-new-media/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 19:07:31 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[expenses]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/10/07/more-new-media/</guid>
		<description><![CDATA[I forgot to post one other form of new media: satellite radio.  There&#8217;s another $13 out of your pocket each month.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I forgot to post one other form of new media: satellite radio.  There&#8217;s another $13 out of your pocket each month.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=9&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/10/07/more-new-media/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The cost of connectivity</title>
		<link>http://mattyoungblut.wordpress.com/2007/10/01/the-cost-of-connectivity/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/10/01/the-cost-of-connectivity/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 03:35:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[expenses]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/10/01/the-cost-of-connectivity/</guid>
		<description><![CDATA[Old Media:


Newspaper
Cable/Dish
Telephone

New Media:

Internet
Cell phone
data plan
messaging
blogs (that cost you $$)
etc.

The costs are not going to go down, at least not noticeably.  How is a person to pay for it all?  I guess a guy could get rid of the newspaper (use the internet), home phone (go with a cell), television (watch stuff on the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Old Media:</p>
<p align="right"><img src="http://mattyoungblut.files.wordpress.com/2007/10/vzw_-xv6700.thumbnail.jpg" alt="MY cell phone" align="right" /></p>
<ul>
<li>Newspaper</li>
<li>Cable/Dish</li>
<li>Telephone</li>
</ul>
<p>New Media:</p>
<ul>
<li>Internet</li>
<li>Cell phone</li>
<li>data plan</li>
<li>messaging</li>
<li>blogs (that cost you $$)</li>
<li>etc.</li>
</ul>
<p>The costs are not going to go down, at least not noticeably.  How is a person to pay for it all?  I guess a guy could get rid of the newspaper (use the internet), home phone (go with a cell), television (watch stuff on the internet).  Then, in theory, you could do all of that from your phone.  But I don&#8217;t want to do that!   What is a guy to do?  I&#8217;ll just rant and rave.  Up next - the exorbitant price of a cell plan (remember when it used to cost $19.99 for 350 minutes?  Those days are long gone&#8230;).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=7&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/10/01/the-cost-of-connectivity/feed/</wfw:commentRss>
	
		<media:content url="http://mattyoungblut.files.wordpress.com/2007/10/vzw_-xv6700.thumbnail.jpg" medium="image">
			<media:title type="html">MY cell phone</media:title>
		</media:content>
	</item>
		<item>
		<title>Have you heard the good news?</title>
		<link>http://mattyoungblut.wordpress.com/2007/08/23/have-you-heard-the-good-news/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/08/23/have-you-heard-the-good-news/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 02:10:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[gPhone]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/08/23/have-you-heard-the-good-news/</guid>
		<description><![CDATA[Yeah, yeah, &#8220;He is risen&#8221;.  That is good news.  But there is more good news: the rumor mill is starting up again about a Google phone, or gPhone.
I was about to send out an email to everybody I know (especially those who think the iPhone is the end-all-be-all).  Then I remembered blogging. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yeah, yeah, &#8220;He is risen&#8221;.  That is good news.  But there is more good news: the rumor mill is starting up again about a Google phone, or gPhone.</p>
<p>I was about to send out an email to everybody I know (especially those who think the iPhone is the end-all-be-all).  Then I remembered blogging.  I can reach the whole world, or at least <a href="http://www.timbarcz.com/blog">Tim</a>, the one person who reads my blog.  Regardless, there is good news &#8220;coming&#8221;: the <a href="http://inhome.rediff.com/money/2007/aug/24gphone.htm">gPhone might only be a fortnight away</a>.  The rumor comes from India, but who cares where rumors start, just whether or not they are true.</p>
<p>Google is serious about getting into the market.  Their <a href="http://www.google-phone.com/google-ad-overlay-on-youtube-suggests-possible-revenue-route-2365.php">latest test</a> run involves putting ads on YouTube videos, which should translate nicely to the phone.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=6&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/08/23/have-you-heard-the-good-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Speed Work</title>
		<link>http://mattyoungblut.wordpress.com/2007/06/26/speed-work/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/06/26/speed-work/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 02:56:58 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/06/26/speed-work/</guid>
		<description><![CDATA[Today was speed day.  I only ran four sprints, but I think it was helpful.  Prior to that, I ran 3 miles.  The time wasn&#8217;t that great, but I was pleased that the 2nd half of the run was slightly faster than the first half (by a couple of seconds).  This shows that I might [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today was speed day.  I only ran four sprints, but I think it was helpful.  Prior to that, I ran 3 miles.  The time wasn&#8217;t that great, but I was pleased that the 2nd half of the run was slightly faster than the first half (by a couple of seconds).  This shows that I might have a chance of being a consistent runner.  I hope so.  Danny is training hard.  I can tell.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=5&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/06/26/speed-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I just felt like runnin&#8217;.</title>
		<link>http://mattyoungblut.wordpress.com/2007/06/25/i-just-felt-like-runnin/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/06/25/i-just-felt-like-runnin/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 04:22:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/06/25/i-just-felt-like-runnin/</guid>
		<description><![CDATA[Run Forrest, run!  I decided to run tonight for the first time in (basically) a month.  I had the flu Sunday and this morning, but I know Danny is running and claiming he isn&#8217;t.  So I had to.  Whenever I slowed down, I knew that Danny wanted my head to look like his.  And I [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Run Forrest, run!  I decided to run tonight for the first time in (basically) a month.  I had the flu Sunday and this morning, but I know Danny is running and claiming he isn&#8217;t.  So I had to.  Whenever I slowed down, I knew that Danny wanted my head to look like his.  And I can&#8217;t have that.  The Bix is 7 miles.  I need to probably get up to 15 miles before that to stand a chance to the running that Danny is already doing.  And I need to do speed-work.  I&#8217;ve got 5 weeks.   I can do it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=4&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/06/25/i-just-felt-like-runnin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One man&#8217;s attempt to control the pet population</title>
		<link>http://mattyoungblut.wordpress.com/2007/06/25/one-mans-attempt-to-control-the-pet-population/</link>
		<comments>http://mattyoungblut.wordpress.com/2007/06/25/one-mans-attempt-to-control-the-pet-population/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 17:09:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[day-to-day]]></category>

		<guid isPermaLink="false">http://mattyoungblut.wordpress.com/2007/06/26/one-mans-attempt-to-control-the-pet-population/</guid>
		<description><![CDATA[No, my dogs are already fixed.  I&#8217;m just trying to control where they go.  Like if put them in the pen in the garage (which allows them to go outside via the doggie-door, I don&#8217;t expect them to be running around the garage like they were today when I got home.
So I&#8217;m on [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>No, my dogs are already fixed.  I&#8217;m just trying to control where they go.  Like if put them in the pen in the garage (which allows them to go outside via the doggie-door, I don&#8217;t expect them to be running around the garage like they were today when I got home.</p>
<p>So I&#8217;m on attempt #6 to contain them:</p>
<ol>
<li>Put up a pen</li>
<li>Tethered pen to wall because they got smart enough to move the pen</li>
<li>Patched corners of door, as Harley discovered how to &#8220;chew through&#8221; chain-link fence</li>
<li>Bound plywood to door because the patching didn&#8217;t work</li>
<li>Used a heavy piece of oak, plus rolls of carpet, bags of sand, and bags of water softener salt because Harley ripped the plywood to shreds</li>
<li>The latest attempt (today): Put up a wrought-iron fence on the outside of the door, tethered by 1/8&#8243; steel cables, because Harley figured out how to move the piece of oak and drag everything into the pen and chew it to shreds.</li>
</ol>
<p>It now looks like a window in Miami or New York City at the bottom of the door.  If this doesn&#8217;t work, I&#8217;m going to use electric fencing.  I&#8217;ve been thinking about doing that since attempt #4, but it just seems so inhumane to me.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mattyoungblut.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mattyoungblut.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mattyoungblut.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mattyoungblut.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mattyoungblut.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mattyoungblut.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mattyoungblut.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mattyoungblut.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mattyoungblut.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mattyoungblut.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mattyoungblut.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mattyoungblut.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mattyoungblut.wordpress.com&blog=1287636&post=3&subd=mattyoungblut&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mattyoungblut.wordpress.com/2007/06/25/one-mans-attempt-to-control-the-pet-population/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>