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
Saw this post on EPiServer World about routing and friendly URLs and in that case external data. I had done something similiar so I simplified and extracted into an Alloy project. Joel's post about routing was a great starting point for me. Some...
Have made myself a dojo property for selection images. Noting fancy, but I though I should share some of my findings when creating a dojo property. There is some examples out there, but another one can’t hurt. The basic concept here is that you ca...
In January we will evaluate the existing group of EMVPs as well as evaluate all nominees for an EMVP status in 2014. I have already received a record breaking amount of nominations for this great honor, but there is still a chance to nominate...
I'm back blogging after some years of absense. Let's see if I'll continue. For some time I have been developing a new EPiServer 7 CMS site in ASP.NET MVC. I got stuck into a problem last week. I tried the forum, but no answer! http://world.episer...
Now that we have strongly typed page types in EPiServer 7, we wonder how we ever lived without it. Actually… we just used the superb Page Type Builder , but that’s not the point. We now want to do everything in code rather than in the Admin mode,...
With EPiServer 7 came the introduction of two new features; the ability to divide a page into blocks or smaller reusable components and support for the ASP.NET MVC framework in templates. If we want to combine these two features together and creat...
First of all, big thanks to Anders Hattestad and all his great contributions to the community! Some months ago he posted a great post on how to use categories in a better way. I´ve taken his code and refined it a bit. I started with the gui first...
One really big enhancement is canonical urls for your/customers content. I’m sure you all know about the problem with duplicated content, but not everyone tend to fix it. Here’s my take on it. namespace DV.HttpModules { using System; using...