Try our conversational search powered by Generative AI!

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 26, 2015
    Rating:

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

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

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

  • Posted on: Jan 22, 2015
    Rating:

    Changes in the web project I was interested in if it was possible to do unit testing for a EPiServer Find implementation so I created a new Alloy site and added EPiServer Find to it. After that I wrote an implementation that did exactly the things...

  • Posted on: Jan 22, 2015
    Rating:

    We have released the source code for the expression editor  here  on github.  The editor is used to create expressions for custom promotions in EPiServer Commerce.  You can read the documenation  here  to understand how to use.