<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SharePoint Tip/Trick: Specifying a Relative Portal Site Connection Link</title>
	<atom:link href="http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/</link>
	<description>Practical tips and tricks for all things .NET, SharePoint, Silverlight, InfoPath, and general application development.</description>
	<lastBuildDate>Tue, 01 Feb 2011 16:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1286</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 16:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1286</guid>
		<description>This is awesome!!  I just put the code in the layouts directory and ran it!  Thanks so much!!</description>
		<content:encoded><![CDATA[<p>This is awesome!!  I just put the code in the layouts directory and ran it!  Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1261</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 19 Dec 2009 17:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1261</guid>
		<description>Will this structure allow for sharing between sites?</description>
		<content:encoded><![CDATA[<p>Will this structure allow for sharing between sites?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Audrey</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1136</link>
		<dc:creator>Audrey</dc:creator>
		<pubDate>Mon, 31 Aug 2009 02:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1136</guid>
		<description>This is awesome!!  I just put the code in the layouts directory and ran it!  Thanks so much!!</description>
		<content:encoded><![CDATA[<p>This is awesome!!  I just put the code in the layouts directory and ran it!  Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1127</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Sat, 15 Aug 2009 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1127</guid>
		<description>Bernard, this code has to be run ON the SharePoint server -- however you go about doing that is up to you.  I just used a simple Console application, but you could build a web part that does this also.  Does that make sense?</description>
		<content:encoded><![CDATA[<p>Bernard, this code has to be run ON the SharePoint server &#8212; however you go about doing that is up to you.  I just used a simple Console application, but you could build a web part that does this also.  Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1120</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1120</guid>
		<description>I am looking for this functionality, but am not following how/where to use the code. I would really appreciate if you could elaborate.

Thanks!</description>
		<content:encoded><![CDATA[<p>I am looking for this functionality, but am not following how/where to use the code. I would really appreciate if you could elaborate.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevExpert</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1045</link>
		<dc:creator>DevExpert</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1045</guid>
		<description>Bob, you &lt;em&gt;could&lt;/em&gt; do this in a web part or feature, but the code is just a little console application utility I wrote and just ran it on the server itself.  It&#039;s completely up to you though...
Good luck!</description>
		<content:encoded><![CDATA[<p>Bob, you <em>could</em> do this in a web part or feature, but the code is just a little console application utility I wrote and just ran it on the server itself.  It&#8217;s completely up to you though&#8230;<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Warren</title>
		<link>http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/comment-page-1/#comment-1033</link>
		<dc:creator>Bob Warren</dc:creator>
		<pubDate>Fri, 29 May 2009 17:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devexpertise.com/2009/05/05/sharepoint-tiptrick-specifying-a-relative-portal-site-connection-link/#comment-1033</guid>
		<description>Where do I put this code to make this work?  Do I have to write a feature or webpart to encapsulate it?</description>
		<content:encoded><![CDATA[<p>Where do I put this code to make this work?  Do I have to write a feature or webpart to encapsulate it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

