November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
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 ...
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 ...
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...
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...
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.
This is a blog post about how to add Asp.Net Mvc areas back in town and add full support in EPiServer v7.5. I’ll not spend time to explain what Mvc area is, most probably if you are reading this, you already are looking for a way to add it or adju...
We needed to create a custom toolbox in EPiServer‘s edit mode as a central place of keeping additional functionality for a client’s 7.5 website. The global menu seemed like an excellent place to do this. For a brief description on … Continue readi...
We added a tools menu alternative to EPiServer‘s global menu in my current project, and thought it’d be great if we could make it feel like the editor was still in EPiServer’s edit mode when using our custom tools. I … Continue reading →