Take the community feedback survey 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
  • Posted on: Nov 16, 2018

    So here's the premise, you want to let your editors select an option in a list, but, you also know that that list could change over time. A common approach is to use an enum, or a list of strings in an app-settings key. While both of these...

  • Syndicated blog - Posted on: Nov 14, 2018

    Geta digital will host a meetup focusing on how Episerver fits with the rich frontend world. Or it's rather the other way around?

  • Posted on: Nov 14, 2018

    Promotion engine rounds the discount value to the known decimal digits of the order currency. The official decimal digits of currencies are defined by  ISO 4217 standard, however as a business, you might have different requirements. For example,...

  • Syndicated blog - Posted on: Nov 14, 2018

    This post will show you how you can easily author a robots.txt content for your Episerver site. Step 1: Add a CMS property “Robots.txt” In my case, I added this property to my StartPage [Display( Name = "Robots.txt", GroupName = Groups.MetaData,...

  • Syndicated blog - Posted on: Nov 13, 2018

    When a Url or ContentReference is used in a PropertyList the editor sees this as a ContentReference ID or unfriendly permanent URL. With a little Dojo magic we can use a custom formatter to show the editor a friendly URL!

  • Syndicated blog - Posted on: Nov 12, 2018

    Episerver performance tips, exploring headless delivery, SEO for digital assistants, GDPR aftermath. Welcome to another Episerver Meetup in Oslo, hosted by Epinova!

  • Syndicated blog - Posted on: Nov 10, 2018

    New Packaging Process

  • Syndicated blog - Posted on: Nov 10, 2018

    There is a no secret that I am a fan of refactoring. Clean. shorter, simpler code is always better. It’s always a pleasure to delete some code while keeping all functionalities: less code means less possible bugs, and less places to change when yo...