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
Intro The global navigation helps users navigate different integrated products such as EPiServer CMS, EPiServer Community, and EPiServer Mail but also third party products as ImageVault or similar integrated modules which would like to expose thei...
I’ve gotten quite a few questions lately regarding a problem where (code) properties that have the UniqueValuePerLanguage property in the PageTypeProperty attribute has been set to false returns null for pages that are in a different language than...
I’m currently working an a project where the editors add meta data to the pages. This meta data contains information about which target audience the information is relevant for. It’s important for the editor to view the meta data in order to edit...
This is the first post in a new series called “EPiServer code walkthrough”. What I’ll do is go through one new EPiServer module in each post. Writing a little about what it does, learn by reading its code, and hopefully contributing a little back ...
Some days ago we published the first test version of a migrated EPiServer site. Luckily the testing has gone very well and few issues have been logged. One incident though, was the forms not redirecting to the receipt page after being submitted. N...
I had a EPiServer CMS 5 R2 project where there was a lot of templates lifted in from an older solution. It was very querystring intensive so I needed to get away from specifying each querystring-parameter in the httpCacheVaryByParams setting and...
A week ago we upgraded EPiServer World to the release candidate for EPiServer CMS 6 with the motto “Drinking our own champagne” and put it to the real test. I have previously written about upgrade experiences for EPiServer CMS 5 R2 and its breakin...
Objective Collect and transform data collected by XForms using SSIS. Recently i ran into a situation where i needed to collect data from EPiServer (XForms) using SSIS. At first, i had a few possible ways to solve this task. Use SQL and collect t...