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: Jul 16, 2017

    This post describes how it's possible to customise how best bets behave in Episerver Find. It uses an example of matching best bets for specific Episerver locales. By default Episerver only allows editors to define best bets for site(s) and/or...

  • Syndicated blog - Posted on: Jul 16, 2017

    This post describes how it's possible to customise how best bets behave in Episerver Find. It uses an example of matching best bets for specific Episerver locales.  By default Episerver only allows editors to define best bets for site(s) and/or...

  • Syndicated blog - Posted on: Jul 13, 2017

    The first part is getting the image stream which can be written into an Episerver blob. private async Task GetImageStreamAsync(string url) { var stream = new MemoryStream(); try { var client = new HttpClient(); var response = await client.GetAsync...

  • Syndicated blog - Posted on: Jul 12, 2017

    It can be quite confusing when you first edit prices in Episerver Commerce. To your surprises, some of the prices you imported or edited might disappear, or change, without your consent! What happened? To answer that question, it’s essential to kn...

  • Syndicated blog - Posted on: Jul 11, 2017

    Sometimes you have content, e.g. pages, that's necessary for the website to run. This could be the startpage, news archive page, search page and so on. Let's call them 'system content'. Now, if you want to prevent your editors from accidentally...

  • Posted on: Jul 10, 2017
    Rating:

    This week brings the release of Episerver Social 1.5. In addition to a handful of internal enhancements and performance tweaks, this version introduces the AnyExpression.  This new expression allows you to compare a field of your extension data...

  • Syndicated blog - Posted on: Jul 10, 2017

    Through the years I can’t really keep count on how many custom forms I have created. I have found a simple pattern so that I can easily collect, validate and save the submitted information using a Model, Validator and Saver (MVS?). Dos and don’ts ...

  • Syndicated blog - Posted on: Jul 09, 2017

    Show your colors In addition to my previous post about Use Episerver's content icons as site tree icons a colleague of mine pointed out to also colorize the icons in the site tree. This may be achieved by extending the EpiserverDefaultContenticons...