November Happy Hour will be moved to Thursday December 5th.

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: May 04, 2017

    Schedule jobs has been revised in version 10.8. we have a new property Restartable on the ScheduledPlugIn attribute, that can be defined as following [ScheduledPlugIn(Restartable = true)] Jobs having property "Restartable=true" will make sure it c...

  • Syndicated blog - Posted on: May 04, 2017

    Schedule jobs has been revised in version 10.8. we have a new property Restartable on the ScheduledPlugIn attribute, that can be defined as following [ScheduledPlugIn(Restartable = true)] Jobs having property “Restartable=true” will make sure it c...

  • Syndicated blog - Posted on: May 03, 2017

    If you are using Episerver Social on your site, you may want to add the average rating of a page to the find index. The code is based on the SocialAlloy sample. This is the way how to make that work First add an extension method that gets the...

  • Syndicated blog - Posted on: May 01, 2017

    I saw this JavaScript error earlier this week, and thought I’d write a few lines about it. It appears as you try to submit a form created with the EPiServer Forms functionality, that likely has custom validators on some of it’s fields. As EPiServe...

  • Syndicated blog - Posted on: May 01, 2017

    The Episerve Alloy MVC project has been around for the last two to three years.

  • Syndicated blog - Posted on: May 01, 2017

    As websites grow and become more complicated, you don't want to end up in a state of disarray.

  • Syndicated blog - Posted on: May 01, 2017

    In this post, I will cover how I was able to programmatically migrate content from a non-Epi CMS to an empty Episerver website. The trick is to generate a JSON file of all your web content from the previous CMS and programmatically push these to...

  • Syndicated blog - Posted on: Apr 30, 2017

    I took a Web Forms page from the Valdis' LocalizationProvider project as a base for my Razor layout but simplified it. @using EPiServer.Framework.Web.Resources @using EPiServer.Shell @using EPiServer.Shell.Navigation @ViewBag.Title @Html.Raw(Clien...