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
In the third installment of the " Into Foundation Spa React Series ", I'm adding SEO, Accessibility, and a Separated Frontend Workflow. The code for this can be found in the Foundation.SpaViewEngine project, which is part of the Foundation Spa Rea...
In this short blog post, I will explain how you can add some password restrictions for your users if you are using ASP.NET Identity and as base the Episerver Foundation CMS Solution. So without further due, lets begin. First, identify the file...
In this short post, we are going to discuss about an issue that happened to us in a project which was using ASP.NET Identity as the default security provider in the Episerver CMS. We were creating roles for reviewers in the admin section of the CM...
Continuing the " Into Foundation Spa React Series ", the first stop we make is the enabling of feature parity with MVC CMS and all editor productivity tooling that comes with that. This post focuses on the backend, so we won't be looking at any...
It has been a while since I have written about the Headless CMS and React frontend implementation for Foundation. To say that nothing has changed with the project since is an understatement. Since that blog post, significant parts of the solution...
Following several iterations of the settings tab implementation, that you can look up in this blog post series: language support, balanced environment support and a simpler version, we encountered a not so common scenario when you have two sites...
After sitting the exam, I thought I would document some of the ways I prepared for the exam, and what I found most useful out of the material.
Cross-Origin Resource Sharing (CORS) can be blocked (default), or easily be enabled for a single domain, or all domains. But, what if you want to enable CORS for a list of domains?