<?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; EPiServer CMS 5</title>
	<atom:link href="http://antecknat.se/blog/category/cms-crm/episerver/episerver-cms-5-cms-crm/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Fri, 11 May 2012 12:52:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Error in UI-path when upgrading from EPiServer 5 to 6</title>
		<link>http://antecknat.se/blog/2011/05/10/error-in-ui-path-when-upgrading-from-episerver-5-to-6/</link>
		<comments>http://antecknat.se/blog/2011/05/10/error-in-ui-path-when-upgrading-from-episerver-5-to-6/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:29:30 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer 6]]></category>
		<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=160</guid>
		<description><![CDATA[The other day we were upgrading a site for a customer from EPiServer 5 to EPiServer 6. In the upgrade process an exception was thrown telling us: At C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Upgrade\System Scripts\Upgrade Site (SqlServer).ps1:361 char:29 +                  $newUiUrl = $uiUrl.Replace &#60;&#60;&#60;&#60; ($uiPath, $uiPath+&#8221;/CMS&#8221;) System.Management.Automation.ParentContainsErrorRecordException: Cannot convert argument &#8220;1&#8243;, with value: &#8220;/CMS&#8221;, for &#8220;Replace&#8221; to type [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2011/05/10/error-in-ui-path-when-upgrading-from-episerver-5-to-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating classes for PageTypeBuilder in an existing project</title>
		<link>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/</link>
		<comments>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:27:04 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[PageTypeBuilder]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=112</guid>
		<description><![CDATA[Update: This can now be found on GitHub: https://github.com/eriknordin/PTB-Helpers While everyone else is creating cool gadgets for the new site center I was appointed to update an &#8220;old&#8221; site with some new functionality. And since PageTypeBuilder was introduced in my EPiServer life, and don&#8217;t feel like working without it in any project. If this would&#8217;ve [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2009/11/02/creating-classes-for-pagetypebuilder-in-an-existing-project/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>PageTypeBuilder &#8211; makes developing with EPiServer funny</title>
		<link>http://antecknat.se/blog/2009/08/26/pagetypebuilder-makes-developing-with-episerver-funny/</link>
		<comments>http://antecknat.se/blog/2009/08/26/pagetypebuilder-makes-developing-with-episerver-funny/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 08:56:48 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[PageTypeBuilder]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=104</guid>
		<description><![CDATA[As you may have noticed over the last month, Joel Abrahamsson has created a module to EPiServer called PageTypeBuilder. In a short explanation PageTypeBuilder brings joy into developing with EPiServer! No more need for ranting around in admin mode, no more need of synchronizing page types between dev &#8211; test- stage &#8211; live! You get [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2009/08/26/pagetypebuilder-makes-developing-with-episerver-funny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Code Snippets to PageTypeBuilder</title>
		<link>http://antecknat.se/blog/2009/08/03/update-code-snippets-to-pagetypebuilder/</link>
		<comments>http://antecknat.se/blog/2009/08/03/update-code-snippets-to-pagetypebuilder/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 09:41:21 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[PageTypeBuilder]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=98</guid>
		<description><![CDATA[UPDATE: The code snippets are updated, read more in this blog post. Since the way of including properties in PageTypeBuilder has been changed, so has the snippets. This ZIP-package includes nine different snippets: ptpbool &#8211; Selected/Not selected ptpdate &#8211; Date ptpimage &#8211; URL to image ptpnumber- Integer ptpobject &#8211; You decide.. ptpstring &#8211; Short string [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2009/08/03/update-code-snippets-to-pagetypebuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Snippets to PageTypeBuilder</title>
		<link>http://antecknat.se/blog/2009/06/29/code-snippets-to-pagetypebuilder/</link>
		<comments>http://antecknat.se/blog/2009/06/29/code-snippets-to-pagetypebuilder/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 14:03:26 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[Visual studio]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=75</guid>
		<description><![CDATA[UPDATE: These snippets are out of date, download from this post instead For you who have developed with the open source CMS N2 CMS, I guess you fell in love in how you are in control over the page type properties. And as a few of you have might notice the newly announced EMVP Joel [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2009/06/29/code-snippets-to-pagetypebuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled tasks &#8211; tips</title>
		<link>http://antecknat.se/blog/2009/03/04/scheduled-tasks-tips/</link>
		<comments>http://antecknat.se/blog/2009/03/04/scheduled-tasks-tips/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:31:20 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=64</guid>
		<description><![CDATA[Here are a few tips about scheduled tasks that may spare you some debugging and angry moments. First of all, if you are interested in how you create a simple scheduled job, please check out Ted Nybergs post. Several developers / Load balancing environment If the same site is up&#8217;n'running on several computers/servers but with [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2009/03/04/scheduled-tasks-tips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EPiServer:PageList with ItemDataBound</title>
		<link>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/</link>
		<comments>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:41:52 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[extending pagelist]]></category>
		<category><![CDATA[itemdatabound]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=56</guid>
		<description><![CDATA[In my last post I explained how you can extend your episerver:pagelist with your own templates (i.e. SelectedItemTemplate, AlternatingItemTemplate). In this post I will show you how to extend your PageList so you can use ItemDataBound. This is very useful if you want to use asp:controls in your templates and then populate them from code [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EPiServer:PageList with SelectedItemTemplate</title>
		<link>http://antecknat.se/blog/2008/12/02/extending-episerverpagelist/</link>
		<comments>http://antecknat.se/blog/2008/12/02/extending-episerverpagelist/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:42:52 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver]]></category>
		<category><![CDATA[episerver cms]]></category>
		<category><![CDATA[extending pagelist]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=47</guid>
		<description><![CDATA[This is a quick guide how to extend EPiServer:PageList with a SelectedItemTemplate. This is a good start if you want to try to extend it with a SeparatorTemplate or something more spectacular. 1. Create a class I.e. PageList.cs, a recommendation is to follow EPiServers namespace, so in this case I would create my class in [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/12/02/extending-episerverpagelist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Implementing the FCKEditor</title>
		<link>http://antecknat.se/blog/2008/07/18/implementing-the-fckeditor/</link>
		<comments>http://antecknat.se/blog/2008/07/18/implementing-the-fckeditor/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 08:39:35 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=28</guid>
		<description><![CDATA[One of our customers really needed an editor that would work for FireFox when they are Mac-users, so I tried to implement the FCKEditor which EPiServer has an howto about: http://world.episerver.com/Download/Code-Samples/Editor-Tools/Editor-for-non-IE-browsers/. I followed the steps in the article, but the editor only loaded about half of the times. Wierd, so I started debugging. No luck [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/07/18/implementing-the-fckeditor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using XForms to store information</title>
		<link>http://antecknat.se/blog/2008/06/27/using-xforms-to-store-information/</link>
		<comments>http://antecknat.se/blog/2008/06/27/using-xforms-to-store-information/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:50:57 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer 4.6x]]></category>
		<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver 4.6]]></category>
		<category><![CDATA[episerver cms]]></category>
		<category><![CDATA[store data]]></category>
		<category><![CDATA[xforms]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=27</guid>
		<description><![CDATA[At the moment I&#8217;m adding some functionallity to vinsprit.se, so that a visitor can add products, that aren&#8217;t in the regular assortment, to a cart and by a simple click send this cart by fax to the closest Systembolag. A pretty nice feature. The customer also wanted to store the orderinfo in episerver if something [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/06/27/using-xforms-to-store-information/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Prepopulate fields when creating page</title>
		<link>http://antecknat.se/blog/2008/06/09/prepopulate-fields-when-creating-page/</link>
		<comments>http://antecknat.se/blog/2008/06/09/prepopulate-fields-when-creating-page/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 08:12:44 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[global.asax]]></category>
		<category><![CDATA[prepopulate]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=13</guid>
		<description><![CDATA[Made a joblisting about a month ago, the site I made it for is a globalized site with three different languages (so far). Every work ad needs a start- and a stop-publish date, and the work ad is first created in one language, then translated by some other to other languages. When I checked around [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/06/09/prepopulate-fields-when-creating-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Sort a pagedatacollection via property</title>
		<link>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/</link>
		<comments>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 12:10:05 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[pagedatacollection]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=5</guid>
		<description><![CDATA[new FilterPropertySort(&#8220;PageName&#8221;, FilterSortDirection.Descending).Filter(children);]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Filter pagedatacollection</title>
		<link>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/</link>
		<comments>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 09:21:39 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[pagedatacollection]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=4</guid>
		<description><![CDATA[In EPiServer.Filters there are some useful filters, like FilterPublished, FilterAccess etc. To use these filters, just do like this: new FilterPublished().Filter(somePageDataCollection); and it&#8217;s done.]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

