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
As a back-end developer, I wanted to create a custom EPiServer property but to keep as much code as possible outside of javascript. I also didn't want to use existing property types like string, Url, etc. I wanted to define my own. Full source cod...
Learn about how developers can specify how content is displayed across different templates in both the EPiServer and Ektron CMS platforms.
EPiServer works at most of the time with ContentLink. Here is a exempel about how to do this. public CatalogNode GetCatalogNode(ContentReference nodeRef) { if (nodeRef == null) return null; var referenceConverter = ...
Few editors asked us if there is a possibility to display list of all content (both block and pages) referenced by currently edited page. I’ve looked in the edit mode Tools menu, Publish menu and context menu actions. The only place where I found...
When launching a new website, addressing these issues can ensure that you don't see a drop in search rankings.
This is a quick tip filed under the "Enhance the user experience for web editors" category. In an enterprise EPiServer solution with multiple sites it's a common scenario to have separate category structures for each site. This simple editor...
This is a quick tip filed under the "Enhance the user experience for web editors" category. In an enterprise EPiServer solution with multiple sites it's a common scenario to have separate category structures for each site. This simple editor...
This is a quick tip filed under the "Enhance the user experience for web editors" category. In an enterprise EPiServer solution with multiple sites it's a common scenario to have separate category structures for each site. This simple editor...