<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Shepard Road</title>
	<atom:link href="http://shepardroad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepardroad.wordpress.com</link>
	<description>The Intersection of Web Development and Internet Marketing</description>
	<lastBuildDate>Fri, 29 Jan 2010 21:57:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shepardroad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Shepard Road</title>
		<link>http://shepardroad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shepardroad.wordpress.com/osd.xml" title="Shepard Road" />
	<atom:link rel='hub' href='http://shepardroad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>LINQ to SQL</title>
		<link>http://shepardroad.wordpress.com/2010/01/29/linq-to-sql/</link>
		<comments>http://shepardroad.wordpress.com/2010/01/29/linq-to-sql/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:57:47 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2010/01/29/linq-to-sql/</guid>
		<description><![CDATA[I have been drinking the LINQ kool-aid and it is very tasty…in all seriousness, this technology introduced with the 3.0 version of the .NET Framework has presented a serious shift in the approach to data and how it is accessed, not to mention a significant clean-up of how C# code feels. However, one thing to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=37&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been drinking the LINQ kool-aid and it is very tasty…in all seriousness, this technology introduced with the 3.0 version of the .NET Framework has presented a <em>serious</em> shift in the approach to data and how it is accessed, not to mention a significant clean-up of how C# code feels. </p>
<p>However, one thing to keep in mind when doing updates to the database using LINQ to SQL—you <em>must</em> have a primary key assigned on the table(s) that you are updating, otherwise no records will be updated; it will simply execute with no updates committed.&#160; </p>
<p>This is one thing that can easily be overlooked, as it was in my case—trying to do a quick-and-dirty update of about 14,000 records…</p>
<p>Just wanted to drop that line out there and hopefully save someone the same headache I had…</p>
<p>And no, it wasn’t the kool-aid <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>//T</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=37&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2010/01/29/linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Shepardroad.com</title>
		<link>http://shepardroad.wordpress.com/2010/01/22/shepardroad-com/</link>
		<comments>http://shepardroad.wordpress.com/2010/01/22/shepardroad-com/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:07:50 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[shepardroad.com]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2010/01/22/shepardroad-com/</guid>
		<description><![CDATA[I just wanted to drop a quick note here. As the new year continues, so are the efforts behind Shepard Road. The website for SR has been deployed, but is still has work to be done. The method of content delivery for this site will focus more on social media&#8211;video and audio delivered across a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=28&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just wanted to drop a quick note here. As the new year continues, so are the efforts behind Shepard Road. The website for <a href="http://www.shepardroad.com">SR</a> has been deployed, but is still has work to be done.</p>
<p>The method of content delivery for this site will focus more on social media&#8211;video and audio delivered across a distributed social internetwork, yet with the hub being <a href="http://www.shepardroad.com" target="_blank">shepardroad.com</a>. I will continue to use this blog for written content and as a location that is part of the Shepard Road social internetwork as I mentioned above.</p>
<p>I look forward to sharing more with everyone in the coming days/months and the coming year.</p>
<p>All the best!!</p>
<p>Tom Miller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=28&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2010/01/22/shepardroad-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Union All in LINQ to SQL</title>
		<link>http://shepardroad.wordpress.com/2010/01/15/union-all-in-linq-to-sql/</link>
		<comments>http://shepardroad.wordpress.com/2010/01/15/union-all-in-linq-to-sql/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:09:52 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2010/01/15/union-all-in-linq-to-sql/</guid>
		<description><![CDATA[LINQ to SQL does not have a UnionAll method explicitly, however if you need to perform a Union between two queries using LINQ, the Concat method does just this.&#160; Just a quick note to anyone who might be searching for an answer to a potentially frustrating question.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=26&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>LINQ to SQL does not have a UnionAll method explicitly, however if you need to perform a Union between two queries using LINQ, the Concat method does just this.&#160; Just a quick note to anyone who might be searching for an answer to a potentially frustrating question.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=26&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2010/01/15/union-all-in-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>So, What&#8217;s This All About?</title>
		<link>http://shepardroad.wordpress.com/2009/12/22/so-whats-this-all-about/</link>
		<comments>http://shepardroad.wordpress.com/2009/12/22/so-whats-this-all-about/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:45:30 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/12/22/so-whats-this-all-about/</guid>
		<description><![CDATA[Shepard Road has been formed out of passion for technology, web development and the development of business ideas.  It is the blend of these elements that I hope to share with anyone who shares any of these passions in a spirit of the collaboration of ideas.  Technology and business alike are as much art as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=25&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Shepard Road has been formed out of passion for technology, web development and          the development of business ideas.  It is the blend of these elements that          I hope to share with anyone who shares any of these passions in a spirit of the          collaboration of ideas.  Technology and business alike are as much art as          they are scientific disciplines.  From either angle, creativity is          essential in fueling the processes of development in all of these areas.</p>
<p>More specifically, Shepard Road is here to reach out to anyone with a passion          for or is involved with internet-based business, or expanding their business&#8217;          internet footprint.  We are certainly in a watershed period of time in          which the evolution of what we have called the internet has expanded beyond          email and &#8220;the web&#8221; to a truly vast interconnected network of devices and media          that is now the infrastructure supporting a socially interconnected network of          people in all regions of the world.</p>
<p>As the landscape of this network is changing, so are the methods of content          delivery.  While the written word is powerful, other forms of social media          are rapidly gaining in popularity and acceptance by the masses.           Exponential increases in network resources and the proliferation of the          infrastructure has removed the barrier to entry into content delivery mediums          that were only accessible by broadcast networks a decade ago.  With this          change in mind, Shepard Road puts an emphasis on delivering content through          video and/or audio broadcasts and through the social networks.</p>
<p>These networks being social in nature, offer the ability to reach existing and          potential customers, to build new business opportunities and to build new and          innovative applications to deliver the products and services we are passionate          about.  It is here that I am looking to facilitate the building of momentum while          sharing my passions that drive me and inspire me to contribute to this          community.</p>
<p>Regards and Happy Holidays!<br />
Tom Miller</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=25&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/12/22/so-whats-this-all-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET Development Resources for Internet Marketing Applications</title>
		<link>http://shepardroad.wordpress.com/2009/11/02/asp-net-development-resources-for-internet-marketing-applications/</link>
		<comments>http://shepardroad.wordpress.com/2009/11/02/asp-net-development-resources-for-internet-marketing-applications/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:34:08 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/11/02/asp-net-development-resources-for-internet-marketing-applications/</guid>
		<description><![CDATA[It seems to me that there must be a vacuum created between the sheer amount of people trying to get into the Internet Marketing industry (and all of the opportunities that exist there) and the relatively small number of good experienced software developers who offer tools and services to support these people. Additionally, there is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=21&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems to me that there must be a vacuum created between the sheer amount of people trying to get into the Internet Marketing industry (and all of the opportunities that exist there) and the relatively small number of <strong>good</strong> experienced software developers who offer tools and services to support these people.</p>
<p>Additionally, there is an inarguable disparity between LAMP/WAMP web platforms and the ASP.NET platform in the Internet Marketing space.  The answer to “why” is obvious—because generally speaking, they’re freely available open-source platforms.  But the availability of the .NET platform for the ecommerce, Internet Marketing and web platforms in general is virtually no less to the vast majority of people out there by virtue of the very fact that just about EVERYONE uses a hosting provider.</p>
<p>So, what do I care about a free platform when the hosting environment is <em>never</em> free, and a non-technical person is <em>always </em>going to need technical resources and assistance?  That said, there is an incredible opportunity for Microsoft ASP.NET developers to apply the power of the .NET Framework <em>and</em> their skills to an incredibly large growth market and bring the value of the platform to the table.</p>
<p>This is a a concept that Shepard Road seeks to build upon, providing resources for the ASP.NET developer to apply their skills and build new ones in the Internet Marketing industry.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=21&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/11/02/asp-net-development-resources-for-internet-marketing-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>FileSystemObject and ReadLine Limitations</title>
		<link>http://shepardroad.wordpress.com/2009/09/15/filesystemobject-and-readline-limitations/</link>
		<comments>http://shepardroad.wordpress.com/2009/09/15/filesystemobject-and-readline-limitations/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:49:43 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[filesystemobject]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[vb6]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/09/15/filesystemobject-and-readline-limitations/</guid>
		<description><![CDATA[After a VBScript was implemented into a file move task that my team&#8217;s application depends upon, a limitation of the FileSystemObject caused data to be lost.&#160; This brought about the realization that care must be taken when using the FSO (FileSystemObject) to perform tasks on fixed-width flat-file data files.&#160; In this case, the ReadLine method [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=11&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a VBScript was implemented into a file move task that my team&#8217;s application depends upon, a limitation of the <a title="FileSystemObject" href="http://msdn2.microsoft.com/en-us/library/z9ty6h50.aspx">FileSystemObject</a> caused data to be lost.&#160; This brought about the realization that care must be taken when using the FSO (FileSystemObject) to perform tasks on fixed-width flat-file data files.&#160; In this case, the ReadLine method was being used to read in each line in such a file and getting the length of the string using the LEN() function. The problem here is that the <a title="ReadLine Method" href="http://msdn2.microsoft.com/en-us/library/h7se9d4f.aspx">ReadLine</a> method reads the entire line <em>up to but not including </em>the newline character.&#160; This causes a significant problem when this length value is used to feed a line of data to a mainframe program which is expecting the count to include the newline character.&#160; This was previously not a problem because the FSO was not previously used to manage information about record lengths in the file.&#160; However, one this change was introduced, this limitation became an issue in our environment. </p>
<p>There are so many related topics that are potential candidates for future posts, such as using VBScript in environments where byte counting is required, or using it to customize enterprise-class COTS applications through a scripting interface, to how such a seemingly minimal change can impact a production environment, etc&#8230;but at the end of the day, as the development landscape and paradigms change, implementing old technology should be done so with care.&#160; Technologies and platforms such as the .NET Framework offer more powerful and robust capabilities which overall far outweigh the simplicity and familiar comfort that the VB6/COM world has given us for years.&#160; </p>
<p>//T </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=11&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/09/15/filesystemobject-and-readline-limitations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Recovering Data From Large Zip Files (4GB +)</title>
		<link>http://shepardroad.wordpress.com/2009/09/15/recovering-data-from-large-zip-files-4gb/</link>
		<comments>http://shepardroad.wordpress.com/2009/09/15/recovering-data-from-large-zip-files-4gb/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:48:51 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/09/15/recovering-data-from-large-zip-files-4gb/</guid>
		<description><![CDATA[Well, as I start off the 2008 New Year, I already learned a valuable lesson, which I guarantee you that if I made this mistake, then the average computer user will certainly make the same mistake when zipping up their burgeoning My Photos folder and saving it off to a DVD to make more space [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=10&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, as I start off the 2008 New Year, I already learned a valuable lesson, which I guarantee you that if <em>I</em> made this mistake, then the average computer user will certainly make the same mistake when zipping up their burgeoning My Photos folder and saving it off to a DVD to make more space on their hard drive.&#160; The problem I am talking about appears when a zip file is over 4 GB, and is created with the Windows Compression (.zip) feature, or even WinZip (which I am not sure as I write this whether or not the latest version has implemented the capability for Zip64 compression by default&#8230;).&#160; </p>
<p>I made this mistake <em>knowing</em> this limitation exists, however nothing warned me that I could put the files into the zip file, but once I put more than 4 GB worth of files into it, I would not even be able to open the archive, much less extract the files.&#160; This is not a catastrophe for me, as I am a professional software developer, however it is inconvenient to say the least.&#160; To remedy this, I am using C#/Visual Studio 2005 and a very simple windows forms application to carry out the task. </p>
<p>While the .NET Framework 2.0 includes easy to use compression libraries, I have opted to use the ZipForge component from ComponentAce, which is flexible and just as easy to use with the built-in .NET 2.0 compression routines.&#160; Doing it this way allows me to specify that the archive I am trying to access should should be accessed using the Zip64 format by setting the .Zip64Mode property = Always. </p>
<p>While this quick-and-dirty method to my large-zip-file-madness was not without &quot;dirt&quot;, if you will, it did demonstrate how a commonly used piece of functionality contains pitfalls that are increasingly more likely to trap the average home user, however it also demonstrates that it is not the end of the world when you encounter this situation.&#160; </p>
<p> <font color="#0000ff" size="2"><br />
<blockquote><font size="2"><font size="1"></font></font></p></blockquote>
<p> </font>
<p>//T</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=10&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/09/15/recovering-data-from-large-zip-files-4gb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Tools are Just That&#8230;</title>
		<link>http://shepardroad.wordpress.com/2009/09/15/tools-are-just-thate280a6/</link>
		<comments>http://shepardroad.wordpress.com/2009/09/15/tools-are-just-thate280a6/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:47:55 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/09/15/tools-are-just-thate280a6/</guid>
		<description><![CDATA[One thing that is very familiar to me is the fact that tools, more times than not, become not just crutches, but substitutes for actual work that really should be done manually.&#160; Additionally, too often people compile tools and use them without understanding what the tool is actually doing underneath.&#160; Whether it is the latest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=9&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One thing that is very familiar to me is the fact that tools, more times than not, become not just crutches, but substitutes for actual work that really should be done manually.&#160; Additionally, too often people compile tools and use them without understanding what the tool is actually doing underneath.&#160; </p>
<p>Whether it is the latest keyword “spy” or analysis tool, or the gotta-have software development application, the only real reason tools should be used is to <em>automate</em> a process that by which a significant gain in productivity and/or quality is realized.&#160; It is fair to say that many—if not most—people who are just starting out in a particular discipline rush to acquire tools as a sort of “black box” that will magically churn out results while not really understanding even the basic process that produced the results. </p>
<p>Particularly in the software development realm, I have talked quite a bit about tools and their value.&#160; Not unlike an auto mechanic who brings their own tools to work, a seasoned software developer always has a software &quot;toolbox” that they bring with them to every project.&#160; The purpose of these tools is not to replace the knowledge of how to build or fix something, rather to increase the efficiency and quality of their work.&#160; This applies to <em>any</em> field.&#160; An accountant does not prepare your taxes with software <em>without</em> the knowledge of how to prepare a return, rather the software is used to automate a process that would take them hours to do using a pen to fill out the forms. </p>
<p>As I embark on my new Internet Marketing ventures, these observations are being reinforced as I get flooded with emails offering the greatest keyword intelligence system out there, a “must-have” membership to an exclusive forum, etc…the important thing is to realize that tools are great, even necessary, however there is <em>nobody</em> out there who becomes successful without being a subject matter expert in what they are successful at.&#160; </p>
<p>Be careful not to let tools prevent you from building up the expertise needed to succeed.&#160; Whether it is because discouragement sets in or the money runs out, relying on tools without expertise will always end in failure. </p>
<p>I am a successful software developer in part because I have learned these lessons throughout my career, and I will apply the value of this knowledge to my efforts toward building a career in Internet Marketing as well.&#160; Learn the processes and concepts—become an expert at what you do, and you will succeed without a doubt! </p>
<p>//T </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=9&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/09/15/tools-are-just-thate280a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source C# Zip Library</title>
		<link>http://shepardroad.wordpress.com/2009/09/15/open-source-c-zip-library/</link>
		<comments>http://shepardroad.wordpress.com/2009/09/15/open-source-c-zip-library/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:46:41 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/09/15/open-source-c-zip-library/</guid>
		<description><![CDATA[I have had occasional need for zip functionality within C# and have found a couple of libraries which do OK.  However, I don’t typically need a heavy-duty, industrial strength zip library to get the job done.  So, I was googling to find a little info on the usage of the System.IO.Compression classes in .NET 3.5 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=8&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had occasional need for zip functionality within C# and have found a couple of libraries which do OK.  However, I don’t typically need a heavy-duty, industrial strength zip library to get the job done.  So, I was googling to find a little info on the usage of the System.IO.Compression classes in .NET 3.5 and a link to a <a href="http://dotnetzip.codeplex.com/" target="_blank">project</a> on <a href="http://www.codeplex.com" target="_blank">Codeplex</a> caught my eye.</p>
<p>This library is <em>so</em> simple, lightweight and easy to use that I had it up and working in less than 5 minutes.  With a simple one-line call within a loop, I was able to unzip a large list of files like this:</p>
<p> </p>
<pre class="csharpcode">        <span class="kwrd">private</span> <span class="kwrd">void</span> button7_Click(<span class="kwrd">object</span> sender, EventArgs e)
        {
            DirectoryInfo di = <span class="kwrd">new</span> DirectoryInfo(<span class="str">@"C:\Temp\stage"</span>);
            <span class="kwrd">foreach</span> (FileInfo fi <span class="kwrd">in</span> di.GetFiles())
            {
                ZipFile zip = <span class="kwrd">new</span> ZipFile(fi.FullName);
                zip.ExtractAll(fi.Directory.FullName, ExtractExistingFileAction.OverwriteSilently);
            }
        }</pre>
<pre class="csharpcode"> </pre>
<p>This is one of the coolest items I have found for the toolbox in a long time.  Thanks, Dino!</p>
<p> </p>
<p>//T</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=8&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/09/15/open-source-c-zip-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to Shepard Road</title>
		<link>http://shepardroad.wordpress.com/2009/09/15/welcome-to-shepard-road/</link>
		<comments>http://shepardroad.wordpress.com/2009/09/15/welcome-to-shepard-road/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 19:43:52 +0000</pubDate>
		<dc:creator>sokmonkey67</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shepardroad.wordpress.com/2009/09/15/welcome-to-shepard-road/</guid>
		<description><![CDATA[I would like to take this opportunity to welcome and introduce you to Shepard Road.&#160; What we aim to provide here is a sophisticated blend of software development focusing on the .NET platform of technologies, and internet marketing.&#160; It is these 2 disciplines combined together which form the basis of what we do and the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=7&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I would like to take this opportunity to welcome and introduce you to Shepard Road.&#160; What we aim to provide here is a sophisticated blend of software development focusing on the .NET platform of technologies, and internet marketing.&#160; It is these 2 disciplines combined together which form the basis of what we do and the efforts we are involved in.&#160; </p>
<p>As dictated by the very nature of both of these disciplines, their very existence is an exercise in evolution;&#160; as this venue is launched, so the evolution begins.&#160; Yet, while interdependent, the two disciplines will maintain their respective focus, providing relevant information surrounding these disciplines individually.</p>
<p>Additionally, the very essence of the concept of evolution includes creative growth, in the spirit of which welcomes collaboration.&#160; Without the creative mix of this collaboration, new ideas become sparse, or at the very least lack any substantive momentum.&#160; So please, contribute where compelled or inspired.</p>
<p>With that, welcome—we look forward to what is to come!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shepardroad.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shepardroad.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shepardroad.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shepardroad.wordpress.com&amp;blog=9200796&amp;post=7&amp;subd=shepardroad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shepardroad.wordpress.com/2009/09/15/welcome-to-shepard-road/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d933ece3c51de452417a2d0c1f3e0aba?s=96&#38;d=&#38;r=R" medium="image">
			<media:title type="html">sokmonkey67</media:title>
		</media:content>
	</item>
	</channel>
</rss>
