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
At the EPiServer Partner Summit in Malmø I held a presentation about Search Providers and Settings for Properties, which is new functionality in EPiServer CMS 6. I ran two code demos: Creating a custom search provider from scratch Adding settings ...
( Head here for an introduction ) ( Head here for part one ) Now let’s look at the SaveClick method 1: protected void SaveClick( object sender, EventArgs e) 2: { 3: var newMainBody = NewMainBody.Text; 4: 5: newMainBody = newMainBody 6:...
Nyligen genomförde vi på Euroling ett frukostseminarium om sökning på intranätet tillsammans med vår partner Creuna. Fokus för seminariet var att inspirera och visa goda exempel på hur sökmotorn gör intranätet till ett mer effektivt kommunikations...
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!