<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michaël&#039;s coding thoughts &#187; URI</title>
	<atom:link href="http://blog.hompus.nl/tag/uri/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hompus.nl</link>
	<description>Because I like to share knowledge</description>
	<lastBuildDate>Fri, 11 Mar 2011 13:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Translating URLs using Alternate Access Mappings from code</title>
		<link>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/</link>
		<comments>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:48:22 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[AAM]]></category>
		<category><![CDATA[Alternate Access Mapping]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>
		<category><![CDATA[URI]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/</guid>
		<description><![CDATA[With SharePoint it’s easy to configure multiple zones for your SharePoint Web Application. For example you have a Publishing Web Site with two zones.

The authenticated CMS where editors can mange content: http://cms.int 
The anonymous website where everybody can view the content: http://www.ext 
When the editors link to sites, pages, documents and images the URL will start with http://cms.int. After the content is published it’ll also be available on the anonymous site. Now most of the URLs will be automatically translated to corresponding zone URL and start with http://www.ext.

There are however some place this is not the case. You could try to use relative URLs but even that won’t fix every scenario.]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2011/02/23/translating-urls-using-the-alternate-access-mappings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working with URL&#8217;s in SharePoint</title>
		<link>http://blog.hompus.nl/2009/03/09/working_with_urls_in_sharepoint/</link>
		<comments>http://blog.hompus.nl/2009/03/09/working_with_urls_in_sharepoint/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 18:58:04 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SPUrlUtility]]></category>
		<category><![CDATA[SPUtility]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2009/03/09/working_with_urls_in_sharepoint/</guid>
		<description><![CDATA[While working on a project with some existing code I noticed the developer did write large portions of code to get from an URL to a SPList. He probably didn&#8217;t know some of the hidden gems in SharePoint. Get the full URL Sometimes you need the full URL and only have the relative one. For [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2009/03/09/working_with_urls_in_sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

