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
As we know EPiServer edit mode components, both built-in and custom, are implemented in a modular way. It means that they are isolated to each other. Yet when developing new features sometimes there is a need of creating dependencies between the...
This was a question I asked about, and I thought I’d share it around. I’m sure many EPiServer developers are on Twitter (if not, you should be) and see the update notices from Allan Thraen (if you don’t follow him, you should). You can head into...
This was a question I asked about, and I thought I’d share it around. I’m sure many EPiServer developers are on Twitter (if not, you should be) and see the update notices from Allan Thraen (if you don’t follow him, you should). You can head into...
Setting access rights to a tab in the classic editor mode is out of the box, and I could have used this functionality to hide a single property from non-admins by creating a special tab only visible to admins. However, this will most surely make t...
If you're in London on November 13th, make sure you go to the east end and visit HalfStack Conference 2015, early bird registrations are still open! You don't want to miss out on talks including (but not limited to) ES6, TypeScript, React.js,...
If you would want to add Asp.Net Areas support to your EPiServer site, you would need to copy some files from my previous blog post. Copying files from someone’s blog posts seems to be good idea, but it’s a bit problematic in case of updates or...
Introduction When you integrate ASP.NET Identity with EPiServer you will get a new database for the users, which will be created by the Entity Framework. First time you run the solution this database will be created and will be clean. We need an...
Introduction The standard way of authenticate in EPiServer with the membership provider version has been used for more than a decade and has become very limited to how modern authenticate and authorization is done. I believe that several of us has...