﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>2</title><link>http://labs.episerver.com/</link><description /><ttl>60</ttl><generator>EPiServer CMS 5</generator><item><title>Adding different CSS classes when using the EPiServer PageTree control</title><link>http://www.frederikvig.com/?p=1101</link><description>Another little quick tip. I was browsing the EPiServer World forum and came across a common question. by David Green I am using the EpiServer:PageTree control to generate a nested &amp;#60;ul&amp;#62;&amp;#60;li&amp;#62; list in the format below. However I am also using a dropdo...</description><guid>http://www.frederikvig.com/?p=1101</guid><pubDate>Thu, 04 Mar 2010 08:42:01 GMT</pubDate><category>BlogRoot</category></item><item><title>Getting the Page and EPiServer CurrentPage object from HttpContext</title><link>http://www.frederikvig.com/?p=1092</link><description>Just a little quick tip when needing to use either the Page object or the EPiServer CurrentPage object from a class file. HttpContext.Current will give you access to the current request, what we can do is cast HttpContext.Current.Handler (since Pa...</description><guid>http://www.frederikvig.com/?p=1092</guid><pubDate>Mon, 22 Feb 2010 12:05:25 GMT</pubDate><category>BlogRoot</category></item><item><title>Tool to re-index all EPiServer pages</title><link>http://blog.fredrikhaglund.se/blog/2010/02/19/tool-to-re-index-all-episerver-pages/</link><description>You get a warning when you try to delete a file or EPiServer page if it is referenced form another page. EPiServer uses EPiServer.DataAbstraction.SoftLink for this feature and all links to files, other EPiServer pages and external urls are stored...</description><guid>http://blog.fredrikhaglund.se/blog/2010/02/19/tool-to-re-index-all-episerver-pages/</guid><pubDate>Mon, 22 Feb 2010 12:05:19 GMT</pubDate><category>BlogRoot</category></item><item><title>PageName vs UrlSegment Report</title><link>http://world.episerver.com/Blogs/Oyvind-Wabakken-Hognestad/Dates/2010/2/PageName-vs-UrlSegment-Report/</link><description>When editors start putting content in their empty site, they will probably start with some test pages or not a well thoughtful page name in the structure. Later the editors often change page names several times until they are satisfied and at the...</description><guid>http://world.episerver.com/Blogs/Oyvind-Wabakken-Hognestad/Dates/2010/2/PageName-vs-UrlSegment-Report/</guid><pubDate>Mon, 22 Feb 2010 12:05:22 GMT</pubDate><category>BlogRoot</category></item><item><title>Changes to Page Objects API in CMS 6 Release</title><link>http://world.episerver.com/Blogs/Paul-Smith/Dates1/2010/2/Changed-to-Page-Objects-API-in-CMS-6-Release/</link><description>The upcoming final release of CMS 6 will introduce a couple of small changes in the way you load and save Page Objects compared to the RC1 version. Following feedback and a few bug fixes we decided that mixing Page Objects with PageData and having...</description><guid>http://world.episerver.com/Blogs/Paul-Smith/Dates1/2010/2/Changed-to-Page-Objects-API-in-CMS-6-Release/</guid><pubDate>Mon, 22 Feb 2010 12:05:05 GMT</pubDate><category>BlogRoot</category><category>Page Objects</category><category>CMS 6</category></item><item><title>One page - Many fathers: a solution using EPiServer Events</title><link>http://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2010/2/One-page---Many-fathers-a-solution-by-using-EPiServer-Events/</link><description>In a tree structured CMS system where all pages have only one father there are times when you would like to display one page in different places. And you even would like to make the same page appear to the end user as 2 different pages,with 2...</description><guid>http://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2010/2/One-page---Many-fathers-a-solution-by-using-EPiServer-Events/</guid><pubDate>Tue, 16 Feb 2010 22:43:13 GMT</pubDate><category>BlogRoot</category><category>Code Samples</category><category>Events</category></item><item><title>Access Denied in Temp folder when importing packages</title><link>http://labs.episerver.com/en/Blogs/Allan/Dates/2010/2/Access-Denied-in-Temp-folder-when-importing-packages/</link><description>At a course in the great state of Pennsylvania we just came across this intriguing problem: On one installation, whenever we tried to import .episerverdata packages it would complain with an error message indicating that access was denied when...</description><guid>http://labs.episerver.com/en/Blogs/Allan/Dates/2010/2/Access-Denied-in-Temp-folder-when-importing-packages/</guid><pubDate>Thu, 11 Feb 2010 21:26:18 GMT</pubDate><category>BlogRoot</category><category>ASP.NET</category><category>EPiServer CMS 5 R2</category><category>Tips &amp; Tricks</category></item><item><title>Visual Studio 2010 EPiServer Snippets</title><link>http://www.frederikvig.com/?p=1079</link><description>I finally got my hands on a copy of Visual Studio 2010 RC1! After playing around a bit, I stumbled across the new snippet functionality in Visual Studio 2010. You can now use snippets in the markup files as well (in previous versions you could onl...</description><guid>http://www.frederikvig.com/?p=1079</guid><pubDate>Mon, 22 Feb 2010 12:05:25 GMT</pubDate><category>BlogRoot</category></item><item><title>CMS UX – give the content some thought!</title><link>http://blog.najmanowicz.com/2010/02/08/cms-ux-give-the-content-some-thought/</link><description>One of the many things we debate constantly at Cognifide is how to improve the user experience. How to make editor’s life easier, how to simplify the common everyday tasks, what can be automated, and simply how to make our customer smile a little...</description><guid>http://blog.najmanowicz.com/2010/02/08/cms-ux-give-the-content-some-thought/</guid><pubDate>Mon, 22 Feb 2010 12:05:09 GMT</pubDate><category>BlogRoot</category><category>EPiServer</category><category>Faceted Navigation</category><category>Web applications</category><category>Best Practices</category><category>CMS UX</category></item><item><title>Itera.DynamicDataEdit v0.1 - Edit your objects with EPiServer Properties</title><link>http://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2010/2/IteraDynamicDataEdit-v01-ndash-Edit-your-objects-with-EPiServer-Properties/</link><description>I have had a lot of fun looking around in the inner workings of the new Dynamic Data Store. The concept is brilliant and can be used in a lot of different ways. My Itera.MultiProperty was one way of grouping and using properties in other places th...</description><guid>http://labs.episerver.com/en/Blogs/Anders-Hattestad/Dates/2010/2/IteraDynamicDataEdit-v01-ndash-Edit-your-objects-with-EPiServer-Properties/</guid><pubDate>Sat, 06 Feb 2010 12:27:33 GMT</pubDate><category>BlogRoot</category></item><item><title>Installing multiple EPiServer CMS / Community Editions on the same server</title><link>http://world.episerver.com/Blogs/Paul-Smith/Dates1/2010/2/Installing-multiple-EPiServer-CMS--Community-Editions-on-the-same-server/</link><description>The EPiServer CMS / Community installation packages that you download from EPiServer World are made up of a bootstrapper application (setup.exe) and a few Windows Installer (MSI) files. One of these files, EPiServerShared.msi, is configured so tha...</description><guid>http://world.episerver.com/Blogs/Paul-Smith/Dates1/2010/2/Installing-multiple-EPiServer-CMS--Community-Editions-on-the-same-server/</guid><pubDate>Sun, 07 Feb 2010 18:15:46 GMT</pubDate><category>BlogRoot</category><category>Installation</category><category>EPiServer CMS</category><category>Installer</category><category>BlogRoot</category><category>Installation Manager</category><category>Community</category><category>Deployment Center</category></item></channel></rss>