SaaS CMS has officially launched! Learn more now.

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Jun 09, 2017

    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...

  • Syndicated blog - Posted on: Jun 09, 2017

    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...

  • Posted on: Jun 09, 2017
    Rating:

    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...

  • Syndicated blog - Posted on: Jun 09, 2017

    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...

  • Posted on: Jun 08, 2017
    Rating:

    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...

  • Syndicated blog - Posted on: Jun 08, 2017

    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...

  • Syndicated blog - Posted on: Jun 08, 2017

    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.

  • Syndicated blog - Posted on: Jun 08, 2017

    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...