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 04, 2011
    Rating:

    Magnus Stråle has already discussed one of the performance changes made in CMS 6 R2 to Dynamic Properties in this post . Another performance improvement in CMS6R2 is the way we “batch load” pages. To clarify what this means I will give you a short...

  • Posted on: Jan 04, 2011
    Rating:

    EPiServer CMS 6 R2 comes with improvements to dynamic content such as dynamic content preview and the ability to specify if dynamic content should be treated as an inline or block element in the editor. Block vs. Inline elements In EPiServer CMS 6...

  • Posted on: Jan 04, 2011
    Rating:

    Introduction Over time I have worked on a few multi lingual sites that have had requirements to allow label text throughout the site to be translatable.  This would usually be done by adding text to the relevant language files within the “lang”...

  • Posted on: Jan 03, 2011
    Rating:

    The EPiServer CMS 6 R2 Beta released just before Christmas has some new functionality called Visitor Groups. You can read more about that here . Having reviewed the API carefully, we have decided to make a few small (breaking) changes for the next...

  • Posted on: Jan 02, 2011
    Rating:

    Just a quick follow-up from my previous post Virtual-Roles-and-access-control-in-EPiServer : In that situation I had to solve a problem for a customer where certain endusers (not authenticated) should have access to more pages than other users....

  • Syndicated blog - Posted on: Dec 29, 2010

    EPiServer Solution Partners are supposed to be at the forefront of EPiServer consulting and license sales. They are expected to be experts in the latest and greatest EPiServer versions and add-ons. However, looking at the partners' own websites, i...

  • Posted on: Dec 27, 2010
    Rating:

    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
    Rating:

    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()...