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 I have been putting together some random extensions/modules/what ever you like to call it for Relate+, such as the Friendly URLs for Relate+ and the Contest Picker property . I thought it was about time to create a home for these modules an...
I attended EPiServer’s Partner Summit today and held a presentation titled “More object oriented development with Page Type Builder” with which I tried to give an introduction to what Page Type Builder is and how it can makes our lives as develope...
I attended EPiServer’s Partner Summit today and held a presentation titled “More object oriented development with Page Type Builder” with which I tried to give an introduction to what Page Type Builder is and how it can makes our lives as develope...
The new initialization system in EPiServer 6 can be used to execute logic in a specific order on startup. This post explains how to ensure your startup modules are executed after the DataFactory has been initialized properly.
When adding Page Type Builder to an EPiServer project you may run into security exceptions because the assemblies aren't fully trusted. Luckily, fixing it is quick and painless!
In any reasonable sized EPiServer installation its not uncommon that there are a lot of page types available when creating a new page. Often there are a bewildering array of page names/descriptions so I wanted to give editors a visual reference on...
I stumbled across one of those ‘frustrating’ bugs last week whilst setting up some simple chained out-of-the-box EPiServer workflows. The EPiServer UI reported that the workflow instance has successfully started, but no tasks or notifications were...
( Head here for an introduction ) So, to start let’s try and do a quick analysis of exactly what the OnLoad method in our page does in it’s current form. The OnLoad method 1: protected override void OnLoad(System.EventArgs e) 2: { 3: base...