<?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>Into Visual Studio Team System &#187; Did you know?</title>
	<atom:link href="http://intovsts.net/category/did-you-know/feed/" rel="self" type="application/rss+xml" />
	<link>http://intovsts.net</link>
	<description>blogging about the current and upcoming release(s) of Visual Studio Team System</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='intovsts.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Into Visual Studio Team System &#187; Did you know?</title>
		<link>http://intovsts.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://intovsts.net/osd.xml" title="Into Visual Studio Team System" />
	<atom:link rel='hub' href='http://intovsts.net/?pushpress=hub'/>
		<item>
		<title>Visual differences of changesets via command-line</title>
		<link>http://intovsts.net/2009/08/24/visual-differences-of-changesets-via-command-line/</link>
		<comments>http://intovsts.net/2009/08/24/visual-differences-of-changesets-via-command-line/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:48:53 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=241</guid>
		<description><![CDATA[Scenario : as a developer you want to manually view all the differences between the two last changesets without having to spend your time reviewing file after file in the UI differences window. Go the command prompt and use the tf diff[erence] command: tf diff source /version:C22~C23 /recursive /format:unified &#62; C:\Temp\diff.txt source is the name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=241&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Scenario : as a developer you want to manually view all the differences between the two last changesets without having to spend your time reviewing file after file in the UI differences window.</p>
<p>Go the command prompt and use the <a href="http://msdn.microsoft.com/en-us/library/6fd7dc73(VS.80).aspx">tf diff[erence] command</a>:<br />
<code><br />
tf diff source /version:C22~C23 /recursive /format:unified &gt; C:\Temp\diff.txt<br />
</code></p>
<ul>
<li><i>source</i> is the name of the folder I want to recursively [<i>/recursive</i>] look up all differences</li>
<li><i>/version:C22~C23</i> means that I want to find only the differences between changeset 22 and changeset 23</li>
<li><i>/format:unified</i> sets the output type to the <i>Unified format</i> derived from the UNIX based diff –u output format</li>
<li><i>&gt; C:\Temp\diff.txt</i> sends the output to the <i>diff.txt</i> textfile
</ul>
<p>When finished open the diff.txt file in an editor that supports a difference scheme. In the example below I used <a href="http://www.flos-freeware.ch/notepad2.html" target="_blank">Notepad2</a> to load the output file in the diff scheme.</p>
<p><img src="http://intovsts.files.wordpress.com/2009/08/notepad2diffscheme.png?w=450" border="0" /></p>
<p><img src="http://intovsts.files.wordpress.com/2009/08/notepad2diffresult.png?w=450" border="0" /></p>
<p>The information written into the textfile is only the specific region in each textfile that&#8217;s different from the previous changeset. It&#8217;s a nice way to visually review only the portions of a set of files that were changed. It will save you a lot of time if you otherwise would want to review file by file via the GUI.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=241&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/08/24/visual-differences-of-changesets-via-command-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2009/08/notepad2diffscheme.png" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/08/notepad2diffresult.png" medium="image" />
	</item>
		<item>
		<title>DYK #4 : unshelve with local pending changes</title>
		<link>http://intovsts.net/2009/04/05/unshelve-with-local-pending-changes/</link>
		<comments>http://intovsts.net/2009/04/05/unshelve-with-local-pending-changes/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:20:29 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[TFS2008]]></category>
		<category><![CDATA[TFS Power Tools]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=109</guid>
		<description><![CDATA[&#160;You might already have been in the situation where you wanted to unshelve a stored shelveset when having local changes to files that were also changed in the stored shelveset. Out-of-the-box with TFS 2008, this is not possible and you will get the following error dialog : Your local workspace may not contain pending changes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=109&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />You might already have been in the situation where you wanted to unshelve a stored shelveset when having local changes to files that were also changed in the stored shelveset. Out-of-the-box with TFS 2008, this is not possible and you will get the following error dialog :</p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/unshelveerror.jpg?w=450" border="0" /></p>
<p>Your local workspace may not contain pending changes on files that are included in the shelveset. However, there is a way to <strong>unshelve with local pending changes</strong>. Therefore, you need to have the <a href="http://msdn.microsoft.com/en-us/teamsystem/bb980963.aspx" target="_blank">Power Tools</a> installed for Team Foundation Server.</p>
<p>From the command-line you can execute the <em>tfpt unshelve</em> command with the name of the shelveset to accomplish that.</p>
<blockquote><p>tfpt unshelve allows a shelveset to be unshelved into a workspace with pending changes. Merges content between local and shelved changes. Allows migration of shelved changes from one branch into another by rewriting server paths.</p></blockquote>
<p><img src="http://intovsts.files.wordpress.com/2009/07/unshelvetfpt.jpg?w=450" border="0" /></p>
<p>Like in a normal <em>get latest</em> scenario, you will be asked to resolve conflicts and eventually be redirected to the well known TFS merge window.</p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/unshelveconflicts.jpg?w=450" border="0" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=109&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/04/05/unshelve-with-local-pending-changes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2009/07/unshelveerror.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/unshelvetfpt.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/unshelveconflicts.jpg" medium="image" />
	</item>
		<item>
		<title>DYK #3 : retain build indefinitely</title>
		<link>http://intovsts.net/2009/03/17/did-you-know-3/</link>
		<comments>http://intovsts.net/2009/03/17/did-you-know-3/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:52:42 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[Team Build]]></category>
		<category><![CDATA[TFS2008]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=104</guid>
		<description><![CDATA[&#160;If you hold on to a specific Team Build retention policy (new since TFS2008), you might lose all valuable build information of a particular build that you actually wanted to keep. There&#8217;s an option available via the Build Explorer to retain builds indefinitely!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=104&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />If you hold on to a specific <b>Team Build retention policy</b> (new since TFS2008), you might lose all valuable build information of a particular build that you actually wanted to keep.</p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/buildretentionpolicy.jpg?w=450" border="0" /></p>
<p>There&#8217;s an option available via the Build Explorer to <b>retain builds indefinitely</b>!</p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/buildretentionpolicy2.jpg?w=450" border="0" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=104&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/03/17/did-you-know-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2009/07/buildretentionpolicy.jpg" medium="image" />

		<media:content url="http://intovsts.files.wordpress.com/2009/07/buildretentionpolicy2.jpg" medium="image" />
	</item>
		<item>
		<title>DYK #2 : TFS auto-connection</title>
		<link>http://intovsts.net/2009/03/05/did-you-know-2/</link>
		<comments>http://intovsts.net/2009/03/05/did-you-know-2/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:39:39 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[TFS2008]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=101</guid>
		<description><![CDATA[&#160; By default, Team Explorer always tries to automatically connect at startup to the latest known Team Foundation Server. In my case I often start Visual Studio Team System at home when I was previously connected to the Team Foundation Server at work. So, when disconnected from work, I always get the TF30331 error &#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=101&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
By default, <b>Team Explorer</b> always tries to automatically connect at startup to the <i>latest known</i> Team Foundation Server. In my case I often start Visual Studio Team System at home when I was previously connected to the Team Foundation Server at work. So, when disconnected from work, I always get the TF30331 error &#8230;</p>
<p><img src="http://intovsts.files.wordpress.com/2009/07/tfsconnectionerror.jpg?w=450" /></p>
<p>Today, this error hit me for the last time! On the <a href="http://blogs.msdn.com/dstfs/" target="_blank">Developer Support Team Foundation Server blog</a> I found how to <b>disable the auto-connection</b>! Sweet!</p>
<blockquote><p>
To make this happen, add a DWORD value called &#8220;AutoLoadServer&#8221; under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation (for 2005 – change this to 9.0 for Orcas).  A setting of Zero means do not reconnect automatically.
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=101&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/03/05/did-you-know-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>

		<media:content url="http://intovsts.files.wordpress.com/2009/07/tfsconnectionerror.jpg" medium="image" />
	</item>
		<item>
		<title>DYK #1 : IIS not required for Team Build</title>
		<link>http://intovsts.net/2009/02/22/did-you-know-1/</link>
		<comments>http://intovsts.net/2009/02/22/did-you-know-1/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 09:26:44 +0000</pubDate>
		<dc:creator>pietergheysens</dc:creator>
				<category><![CDATA[Team Build]]></category>
		<category><![CDATA[Did you know?]]></category>
		<category><![CDATA[TFS2005]]></category>
		<category><![CDATA[TFS2008]]></category>

		<guid isPermaLink="false">http://intovsts.net/?p=96</guid>
		<description><![CDATA[&#160;DYK = Did You Know? Internet Information Server (IIS) is not required to be installed for a TFS 2008 Team Build machine The application server for TFS 2005 still used .NET Remoting to communicate with the Team Build machine, but as from TFS 2008 the communication is set up with Windows Communication Foundation. The WCF [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=96&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />DYK = Did You Know?</p>
<blockquote><p>Internet Information Server (IIS) is not required to be installed for a TFS 2008 Team Build machine</p></blockquote>
<p>The application server for <b>TFS 2005</b> still used <i>.NET Remoting</i> to communicate with the Team Build machine, but as from <b>TFS 2008</b> the communication is set up with <i>Windows Communication Foundation</i>. The WCF service runs in a managed Windows Service (TfsBuildService.exe).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intovsts.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intovsts.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intovsts.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=intovsts.net&amp;blog=5586949&amp;post=96&amp;subd=intovsts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://intovsts.net/2009/02/22/did-you-know-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/518b6f63e450a759ae797ff3b2ad664f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">pietergheysens</media:title>
		</media:content>
	</item>
	</channel>
</rss>
