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
  • Posted on: Aug 01, 2019
    Rating:

    Here is an extension that allows you to take a subsection of a rich text field and display it as a string. public static string GetSummary(this XhtmlString input, int? summaryLength = null) { if (input != null) { var summary = TextIndexer.StripHtm...

  • Posted on: Aug 01, 2019
    Rating:

    I will preface this by saying that this is an alternative deployment option for when Azure DevOps CI/CD isn't an option for you. That being said if that isn't an option for you I hope this helps. Kudu is the engine that the Azure App Service uses...

  • Posted on: Jul 29, 2019
    Rating:

    In 11.21.1, CMS UI will receive a new navigation menu, but other products and add-ons will need to opt-in to the new menu. There is one exception: if you are using the default Bootstrapper directly, without wrapping it in your own implementation,...

  • Posted on: Jul 27, 2019
    Rating:

    In my last blog, I announced the start of a blog series on Episerver Blazor as a follow up to a presentation I did at the Episerver Sydney Meetup  https://world.episerver.com/blogs/darren-s/dates/2019/7/blazor--episerver-blog-series/ Today, I'm...

  • Posted on: Jul 26, 2019
    Rating:

    The prerequisite for this post is a basic knowledge of Episerver.Find. Yesterday I came accross with an issue with Episerver.Find filters . If you've ever faced issues with XhtmlString values with Episerver.Find then this blog post may help you. I...

  • Syndicated blog - Posted on: Jul 24, 2019

    Logging of both good and failed requests is a very good practice. But logs are no good if we cannot easily filter and figure what to act on, like fixing URLs that frequently returns 404 or 500 errors. I will show how to easily query those requests...

  • Syndicated blog - Posted on: Jul 24, 2019

    Multilingual sites require a way for end-users to switch from one language to another.  This article takes a quick look at the key components for creating a language selector, or drop-down, in Episerver. The post Episerver: How to Create a Languag...

  • Syndicated blog - Posted on: Jul 23, 2019

    Multilingual sites require a way for end-users to switch from one language to another.  This article takes a quick look at the key components for creating a language selector, or drop-down, in Episerver.       The Episerver Methods for the Languag...