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
  • Syndicated blog - Posted on: Jan 27, 2015

    We answer some of the questions that people are asking about how the merger of EPiServer and Ektron affects your CMS website.

  • Posted on: Jan 27, 2015

    I have received a request from client, to be able to add accordion in the tinymce editor with clicking only on a button in the toolbar of the editor. I said ok as always :), but subsequent questions were coming on my mind, you need to add items in...

  • Posted on: Jan 26, 2015

    I recently implemented a checkboxlist using Enum References: http://joelabrahamsson.com/enum-properties-with-episerver/ http://world.episerver.com/blogs/Linus-Ekstrom/Dates/2013/12/SingleMultiple-selection-in-EPiServer-75/ My Code public class...

  • Syndicated blog - Posted on: Jan 25, 2015

    I ran into an ArgumentException setting up a custom plug-in decorated with the IFrameComponent attribute today; I wanted to have it appearing in the right hand area of the EPiServer edit mode. After setting up all views, models and so … Continue...

  • Posted on: Jan 23, 2015

    I am very happy to announce that after careful consideration the EMVP Board has decided to welcome the following 4 into the family of EPiServer Most Valued Professionals:   Karoline Klever, Epinova, Norway     Arve Systad, Epinova, Norway     Henr...

  • Syndicated blog - Posted on: Jan 23, 2015

    Custom forms is a common thing to have in a site's templates. In the older Web Forms days this was typically done by adding regular ASP.NET Web Controls and checking IsPostBack() inside OnLoad() in the same page template. If posting was done from ...

  • Syndicated blog - Posted on: Jan 23, 2015

    Custom forms is a common thing to have in a site's templates. In the older Web Forms days this was typically done by adding regular ASP.NET Web Controls and checking IsPostBack() inside OnLoad() in the same page template. If posting was done from ...

  • Posted on: Jan 23, 2015

    TL;DR: If you run EPiServer out of web context, like in a test setup, and get OutOfMemoryExceptions it might be the cache not being trimmed in time. You can work around that by setting the /configuration/system.web/caching/cache[@percentagePhysica...