Take the community feedback survey now.

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Jan 28, 2011

    I’m working on a pet project where I’m trying to show community entities as a tree structure in EPiServer. But then I tried to just show on structure bellow an other page using PageProviders. To make a PageProvider you need both a unique number...

  • Posted on: Jan 28, 2011

    A few people have experienced this problem which is caused by the EPiServerFramework.msi not installing properly. We have identified that the EPiServerFramework.msi does not install properly when the setup.exe for the EPiServer product is executed...

  • Posted on: Jan 27, 2011

    EPiServer CMS 6 and Community 4 introduced a new approach to initialization, read more about it here . We are adding infrastructure for subscribing to HTTP events in the R2 wave with the new IInitializableHttpModule interface which is defined like...

  • Posted on: Jan 27, 2011

    This post explains how to setup automated Selenium tests on an EPiServer website. Beyond the scope of this post: Installation and configuration of the build server itself. I’m using Team Foundation Server but I’m sure any build server will work. H...

  • Posted on: Jan 27, 2011

    Custom tag name CMS 6 R2 introduces two minor changes to the Property and PropertyDataControl web controls. First it's possible to set a CustomTagName attribute on your property controls for your templates. If this value is set this will propagate...

  • Posted on: Jan 26, 2011

    Deane Barker (@gadgetopia) tweeted about some code he had done just for fun to extend the PropertyDataGet handler. The concept is cool, and you should take a look @ http://pastie.org/1493264   But the problem is of course that its not strong typed...

  • Posted on: Jan 26, 2011

    When you write a custom property, you often end up writing a custom control for it too.  Then, when you call that property using the EPiServer Property control, it creates your internal (“inner”) control as part of its controls collection.  Your...

  • Posted on: Jan 26, 2011

    Introduction Recently I have been working on an EPiServer 6 build.  One of the requirements for this build to manage time table data. I am not going to go into the full requirements but we are using PageTypeBuilder for our entity objects and using...