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
Once again it’s time for the Episerver update and Partner pub in Stockholm. Besides the fact that we will be there, and that we would love to meet you, we will also get the latest information from our most valuable partner Episerver! We are promis...
Once again it’s time for the Episerver update and Partner pub in Stockholm. Besides the fact that we will be there, and that we would love to meet you, we will also get the latest information from our most valuable partner Episerver! We are promis...
This is a short blog to clarify a catalog concept that is often unclear for folks new to Episerver : the difference between bundles and packages. Bundles and packages are catalog item-types that have distinct features and different use cases. A...
Install the library from the Episerver NuGet Feed : Install-Package EpiEvents.Core The library uses MediatR for event publishing and handling. You have to configure it in the StructureMap config. Scan(x => { x.TheCallingAssembly(); x.ConnectImplem...
Overview Enabling the content rating feature in your website can help collect valuable feedback from site visitors. The Episerver Social platform provides a powerful ratings and statistics system that enables site developers to allow users to subm...
I recently joined my colleague Anne Tracy, Associate Digital Marketing Strategist, to discuss how to find quick wins to increase your website conversions. Listen or read below to learn how to find the items with the lowest effort, yet highest rewa...
This guide shows you how you easily can convert your obsolete MVC gadgets to Component without being a dojo guru. With or without MVC pattern.
To create a property with list of available options we usually use SelectionFactory. One SelectionFactory class can be used on many properties. But sometimes, for specific property, we want one or two extra selection items. The SelectOne and...