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
In a EPiServer Commerce project i'm working on we have catalog entries with a good amount of custom meta fields. When we did a new release to stage last week and added one more meta field we got the following error back from .NET on one entry, Mus...
Today I am going to divert a bit from the topic of my domain models series and try to write about what I am currently working on. I hope to continue the series in the following posts. For the past 2 days I have been working on migrating a code...
I’ve done a few updates to the Tags module for EPiServer CMS. The major change is that it’s now using the page’s PageGuid instead of PageLink (PageReference). This guaranties that the reference to the page will be correct, even when used with...
After developing EPiServer for 4 years you realize there are some mistakes that crop up way to often. And most of them is a 30 second job if you do it at the start of the project, but might take literally days if you want to correct it in producti...
When working with EPiServer sites, a not all that uncommon type of support case is the need to change text on a page which is not editable through the Edit mode. Quite often, this text is located in language files … Continue reading →
When a customer wants to move their site from version 4 of the EPiServer platform to a later one, the URLs will change. It is very likely that so will the ids for the migrated pages. Here is a simple … Continue reading →
This post is part of a series that roughly covers a presentation I did about UI-testing at EPiServer meetup group. It contains the following parts: About why About what About EPiTest About visible elements About html About waiting About screenshot...
In this post we look at how to create Composer functions, such as layout blocks and content blocks, with Page Type Builder.