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
A neat way to configure site settings with DI StructureMap in Episerver
Hi Guys, Today I am going to tell you all the possible solutions that you can try if you don't have admin access to Episerver Commerce account using some small SQL queries. This is useful when you have restored the databases from any other server ...
Ok, maybe that’s a little dramatic. Let me start off by saying that I’m sure that there is a better way to handle this (feel free to let me know in the comments) and this never moved past proof-of-concept, but this approach did seem to work. We ha...
Feature flags are great tools when wanting to test stuff in your webbrowser before you make it public. Copy and paste my sample code and you are good to go!
This article will show you how to add a WebJob to an existing CMS web app project. The WebJob will access the CMS database and print out the last 15 activity log entries. First, add a new project to the solution which has the existing CMS web app...
Configuring TinyMCE in Episerver Episerver uses the TinyMCE as the editor for rich text input. Since 2018 the Episerver TinyMCE package has been upgraded to version 2. The current version, 2.12.1 at the time of writing, corresponds with TinyMce...
Here we revisit the (long untouched) idea of using markdown in Episerver, utilizing EasyMDE with some customization to allow linking to Episerver content and using Episerver images.
In the current project that I’m on, there was an interesting request that they wanted to use SVG images for some of their things, such as logos and icons. This meant that they needed them rendered using the DOM element, not as an . This was a tric...