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: Dec 27, 2010

    Sometimes you want to use more than one security provider. And that's what the EPiServer multiplex provider can help us. You can add one or more providers in the MultiplexingMembershipProvider section and the same numbers of items in the...

  • Posted on: Dec 24, 2010

    There are several ways to add icons in the page tree in EPiServer. And here is one more :) If you are using strong typed pages you can implement one of two interfaces Code Snippet public interface IHaveStatusIcons {      List Image > StatusIcons()...

  • Posted on: Dec 23, 2010

    Today I was playing around with custom properties and made my own version of the PropertyXhtmlString. I wanted to disable some of the editor options so I clicked the “Custom Settings” tab for my custom property but to my surprise there wasn’t any...

  • Posted on: Dec 21, 2010

    I’ve started to study for the certification test and since there are quite a few areas in CMS 6 I haven’t used I started with one of those (hey, everything beats reading up on mirroring right?) namely the dynamic data store. Also, if you’ve fallen...

  • Posted on: Dec 21, 2010

    It has come to light that some open source projects on Code Resort (and no doubt other source-code portals) are packaged with EPiServer assembly files. Please note that this is not allowed without express authorization and is clearly stated in the...

  • Posted on: Dec 21, 2010

    Compatibility Have you ever had backward compatibility issues with different SQL Server database versions? I.e. you can't use a database from a newer SQL version in an older or you're not able to restore a backup from a newer SQL version to an...

  • Syndicated blog - Posted on: Dec 20, 2010

    Previously I blogged about New property types in EPiServer CMS R2 Beta . It led to a little discussion in the comments. Specifically Erik Nordin asked if it was possible to set the custom settings through code .

  • Posted on: Dec 20, 2010

    EPiServer CMS 6 R2 includes some improvements to Dynamic Content (DC from now on) both for developers and editors. Simplified Implementation In previous versions of DC, you had to create a class that implemented the EPiServer.DynamicContent.IDynam...