Added Tuesday 20 July 2010 10:03
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 22 June 2010 00:10
I got the task to replace the TinyMCE table plugin with a stripped down version of the original optimized by a colleague.
Added Wednesday 16 June 2010 08:00
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 Thursday 20 May 2010 16:15
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 Friday 29 January 2010 12:34
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 Wednesday 23 December 2009 12:37
I like to use the XmlTextWriter class to generate RSS with complete control. Here's what I ended up with to get it working from a Controller in a ASP.NET MVC 1.0 project.
Added Monday 14 December 2009 16:41
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 Wednesday 8 July 2009 23:59
A new generation of SubSonic based fully on Dotnet 3.5 was just released.