A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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
I initially posted this solution on the Nansen blog , but since then the code has been updated for both bug fixes and to reduce unnecessary layers (at least, unnecessary for my situation). With the flexibility that block types offer in EPiServer 7...
My previous blog post, Integrating EPiServer 7 with an existing MVC site, outlined the initial steps to get EPiServer 7 running. However there are a number of additional steps you may need to take before your site is fully integrated. Convert any...
Two real-world examples of how to customize the routing for EPiServer pages to take control of the site's URLs and links. EPiServer 7 CMS uses the built in routing functionality in ASP.NET for URL handling. The default routing when using EPiServer...
When working with large EPiServer websites having hundreds of tousands of visitors each month, you will want to make sure that you get as little downtime as possible while deploying your new releases; especially if the website’s content is of …...
In PageTypeBuilder for EPiServer CMS 6 we had a lovely feature called PageTypeResolver which could be used to find the Id of a PageType based on your implementation of TypedPageData. All you needed to do is run PageTypeResolver.Instance.GetPageTyp...
Introduction Let's spend a few moments to talk about a few different ways how to implement cross cutting concerns type of functionality like logging, caching, auditing etc while keeping a high code quality. Each has it's own pros and cons which...
Creating an admin plugin is easy. But making it look good and blend in with the core components isn’t documented at all. In this blog post I will try to shed some light on how to achieve the EPiServer built in look and feel. Initial setup After...
A client of mine needed help with converting a site from Escenic to EPiServer. I knew absolutely nothing about Escenic, but after some research on the Internet, I found out that Escenic can export articles and related information using XML files. ...