<?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>Erik Nordin about EPiServer &#187; 2008 &#187; April</title>
	<atom:link href="http://antecknat.se/blog/2008/04/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Wed, 21 Sep 2011 07:58:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Trouble loading virtual file with spaces</title>
		<link>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/</link>
		<comments>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 13:50:28 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[urldecode]]></category>
		<category><![CDATA[urlencode]]></category>
		<category><![CDATA[virtual file]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=10</guid>
		<description><![CDATA[Had some trouble loading a vitrual file containing spaces. The problem was apperently that some characters were urlencoded, a simple Server.UrlDecode(CurrentPage["DocumentPath"]) solved the problem.]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/29/trouble-loading-virtual-file-with-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get LinkURL to another language</title>
		<link>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/</link>
		<comments>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 08:57:31 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[pagedata]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=9</guid>
		<description><![CDATA[I&#8217;ve had some problem to link to a page to another language then the current language. Even though I have a PageData-object with anouther languagebranch, it stills makes a link to the current language. My own solution, building a url by CurrentPage.StaticLink and adding epslanguage=langID, works but it&#8217;s not how I want to do it. [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get file size from a virtual file in EPiServer</title>
		<link>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/</link>
		<comments>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 12:30:33 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[filesize]]></category>
		<category><![CDATA[virtual file]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=8</guid>
		<description><![CDATA[VirtualFile file = System.Web.Hosting.HostingEnvironment.VirtualPathProvider.GetFile( CurrentPage["FilePath"].ToString() ); UnifiedFile f = file as UnifiedFile; return f.Length / 1024 + &#8221; kb&#8221;;]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/28/get-file-size-from-a-virtual-file-in-episerver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New AppSettings/Dynamic List (one option) and AppSettingsMultiple/Dynamic list (Multiple options) in EPiServer CMS 5</title>
		<link>http://antecknat.se/blog/2008/04/18/new-appsettings-and-appsettingsmultiple-in-episerver-cms-5/</link>
		<comments>http://antecknat.se/blog/2008/04/18/new-appsettings-and-appsettingsmultiple-in-episerver-cms-5/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 08:12:27 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/2008/04/18/new-appsettings-and-appsettingsmultiple-in-episerver-cms-5/</guid>
		<description><![CDATA[The new properties AppSettings and AppSettingsMultiple in EPiServer CMS 5 is a pretty nice feature, but when yesterday when I tried to implement it, I had a hard time finding out how to do it. But finally I did. First of all, in edit mode, AppSettings will create a DropDown and AppSettingsMultiple will create a [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/18/new-appsettings-and-appsettingsmultiple-in-episerver-cms-5/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

