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
Recently one of our customers experienced an issue with Episerver Forms and the PlaceHolderService (I know it is still in beta, but anyway). The placeholder service is used by the built in Email Actor and is responsible for replacing tokens in the...
When Episerver automatically generates url for a page in the CMS you will get multiple dashes (-) if there is a dash with a space before or after in the page name. If you don't like that there is a way to replace the multiple dashes with a single...
I recently implemented continous integration & deployment using Visual Studio Team Services in Epi's DXC environment. Though I now feel it's pretty simple, it can be a little tricky if you have no prior experience configuring it. What is CI/CD? Fo...
We look at 4 of the essential features of Episerver's Digital Experience Cloud (DXC) and how it provides website owners with an all-in-one CMS solution.
Episerver just released the source code for a B2B demo site. This site is designed to showcase how Episerver easily supports complex B2B capabilities. Ed Kennedy and Jacob Khan gives a great introduction to the site below. Its built on the...
In one of my current projects EPiServer‘s edit mode suddenly stopped working. Only the top bar loaded, while the rest failed due to a JavaScript error (see image below). NetworkError: 500 Internal Server Error caused by GetResourcesDictionary...
Getting editors to properly tag the images they upload can be quite a challenge, if you need/want them tagged of course. The Computer Vision API can be of assistance. It only supports English and Simplified Chinese at the moment though, as you can...
As I mentioned, the first version was just calling an async method and not caring if it will finish executing. contentEvents.LoadingContent += ContentEvents_LoadingContent; // ... private void ContentEvents_LoadingContent( object sender,...