A blog about computer stuff

  • Issues when upgrading to EPiServer CMS 6 R2

    CMS 6 R2 has been around for a while and I have completed a bunch of upgrades. There are a lot of issues that might or might not affect the site you are upgrading.

    Added Wednesday 30 November 2011 14:39

  • EPiServer User Picker Property that uses the built-in Membership Browser

    Maybe I have poor Googling skills but I couldn't find a simple user picker property anywhere. We had some examples at work but they involved a custom user control and too much javascript.

    Added Friday 5 November 2010 11:28

  • Remember to configure CmsAdmins in EPiServer 6

    Tried to reach the search settings admin view but didn't get access. Snooping around led me to a new EPiServer 6 group name setting.

    Added Wednesday 29 September 2010 13:55

  • Retrieving an EPiServer 6 global setting value

    You added some property settings to your custom property and created a couple of global settings for the editor to choose from. Then you find out you want to get hold of the setting values in code. Here's how you fetch them.

    Added Tuesday 20 July 2010 10:03

  • Replacing the TinyMCE table plugin in EPiServer 6

    I got the task to replace the TinyMCE table plugin with a stripped down version optimized by a colleague.

    Added Tuesday 22 June 2010 00:10

  • Using Dynamic Data Store related to an EPiServer 6 page

    We decided to build a poll function using a Question page type and an Option page type to put below. For each option we thought the new Dynamic Data Store related to an EPiServer page - the Page Object Manager - would be a neat thing to use as storage for the votes.

    Added Wednesday 16 June 2010 08:00

  • Alter default InitOptions for TinyMCE in EPiServer 6

    The default config options set by CreateDefaultInitOptions() aren't really what you need to help editors create correctly marked up content. Luckily the guys at EPiServer have a way to tweak 'em.

    Added Thursday 20 May 2010 16:15

  • Brilliant graphic design in HP printer setup

    Installed three HP printer drivers and got three different directories in Progam Files (HP, Hewlett_Packard and Hewlett-Packard). This was not the only ugly thing about it though.

    Added Thursday 8 April 2010 10:04

  • Vary EPiServer cache by all querystring parameters

    I had a EPiServer CMS 5 R2 project where there was a lot of templates lifted in from an older solution. It was very querystring intensive so I needed to get away from specifying each querystring-parameter in the httpCacheVaryByParams setting and still enjoy public caching.

    Added Friday 29 January 2010 12:34

  • Using XmlTextWriter to output RSS with MVC

    I converted some code from a Web Form project that was using the XmlTextWriter class to generate RSS. Here's what I ended up with to get it working from a Controller in a ASP.NET MVC 1.0 project.

    Added Wednesday 23 December 2009 12:37

  • How to create a role task by code in EPiServer

    After failing duplicating the ParallelApproval Workflow I looked into creating a task by code in the project instead. Didn't find much documentation online so here's my initial Proof of Concept to fill the gap.

    Added Monday 14 December 2009 16:41

  • Error code 8004402f installing Vista Service Pack 2

    I was unable to install Vista Service Pack 2 but after a number of tries finally found what the problem was.

    Added Thursday 9 July 2009 22:00