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
EPiServer 7 is built on the Dojo JavaScript framework, allowing us to almost inifinitely extend and customize the EPiServer UI to tailor it to specific web editor needs. This post shows an example where Google Maps is used to help web editor speci...
EPiServer 7 is built on the Dojo JavaScript framework, allowing us to almost inifinitely extend and customize the EPiServer UI to tailor it to specific web editor needs. This post shows an example where Google Maps is used to help web editor speci...
I’ve been struggling with a Dojo Widget for EPiServer, but no matter what I tried, the onChange event dit not make EPiServer save the new value. I’m not sure how many hours I kept on googling my way through various blog posts and tutorials, until ...
I received a disturbing ArgumentNullException today while removing read access for the Everyone role on new pages created in codebehind. Not really difficult once you figure it out, but I thought I’d provide an example to show how it may … Continu...
Recently, we did an upgrade to an Ektron project from 8.6.1 to 9.1 SP1, as well as converting the search system from MS Search to Solr. It’s set up as a pretty default Ektron deal…the project was built in the web site project that comes in the sit...
Let's say we have a block defined like below. The problem that need to be solved occurs when the property ContentBlockLink is pointing to a page that the user does not have access to. Could be because of StartPublish, role membership or something...
This one will be a short blog post but I somehow a bit related to my last post about version of MVC and the 404 handlar from BVN Networks. I recently created a new project and updated all nuget packages to the latest version of both EPiServer and...
Inspired by this post, I started to experiment with enum properties. As the mentioned post only supports SelectOne for enums, my main motivation was to also support SelectMany. Currently, this is what I have: First, the EnumSelectFactory: Next, th...