Take the community feedback survey now.
Take the community feedback survey now.
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
Lately a lot of people had problems with the free Episerver Find developer indexes (or so called demo indexes). Intermittently these indexes stopped working, sometimes for a short period but occasionally they seemed to have died completely. One...
Lately a lot of people had problems with the free Episerver Find developer indexes (or so called demo indexes). Intermittently these indexes stopped working, sometimes for a short period but occasionally they seemed to have died completely. One...
By using the picture element together with ImageProcessor, you can create a robust solution for responsive images. With this solution you can very quickly make sure that you at least don’t serve way too big images. Once that is done, you can add...
Not everybody had the opportunity to spend a few days in Las Vegas, to participate in the annual Episerver conference of the year: Episerver Ascend. Us attendees helped Episerver set a new record for number of visitors this year, which we...
It’s generally a best practice to add a backslash to your URLs, for performance reasons (let’s get back to that later in another post). There are several ways to do it, but the best/simplest way, IMO, is using UrlRewrite module. In most of the cas...
After talking with my colleague Mattias Olsson , I have added the ability to override view path formatting. Now the base class has the FormatViewPath method as protected. It allows you to create your custom path formatting. One such case could be ...
The Episerver Content Delivery API enables you to access IContent over HTTP for use when building your Episerver site or building external applications in a Headless or Decoupled manner. This post aims to get you started quickly by walking through...
Old(ish) way of writing admin plugins was to use the ASP.NET web forms and inherit from certain base classes. But these can also be writen using razor view engine and MVC. I’ve couple of times looked into this and read blog posts from others but...