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
We are working on a number of changes in Commerce that will change some behavior and APIs in a way that by Semantic Versioning is considered breaking and therefore will be released as a new major version of Commerce. The current estimate for this...
In EPiServer we can drop pages, blocks, and media in the TinyMCE editor. Based on the type of content, HTML is generated in the editor. In this blog, I'll explain how you can customize the drop behavior.
In EPiServer we can drop pages, blocks, and media in the TinyMCE editor. Based on the type of content, HTML is generated in the editor. In this blog, I'll explain how you can customize the drop behavior.
Self note: SVG is a smart media format that enables us to use same image in different sizes without compromising on quality and performance. EPiServer supports SVGs but images will not display in editor mode while using the IMG tag, as media urls...
Routing is the way an ASP.NET MVC web application directs a web request to a given controller. ASP.NET MVC and Episerver has a dynamic content map (through routes in a route table) that ensures a given URL – e.g. http://mywebsite.com/article-1 –...
The problem (perceived at least) How many times have you got a question about something or just had the need to do a quick check of some setting or status of something in a site? I guess that it happens more often that you would like. My experien...
In the Better event handling in Episerver article, I described event handling in the initialization module. But it makes the code harder to test. Because of that, I extracted event initialization into separate class - EventsMediator . public class...
Shows how you as an developer easily can change the background and logo on the Episerver login page.