Try our conversational search powered by Generative AI!

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: Oct 06, 2016

    Sometimes when developing Episerver solutions you find the need to extend the behaviour of already existing property editors. In this blog post I will briefly describe how I extended the built-in content selector with direct upload functionality...

  • Syndicated blog - Posted on: Oct 06, 2016

    Sometimes when developing Episerver solutions you find the need to extend the behaviour of already existing property editors. In this blog post I will briefly describe how I extended the built-in content selector with direct upload functionality...

  • Posted on: Oct 06, 2016
    Rating:

    The geographic location database included in Episerver CMS contains geographic information created by MaxMind and is depending on a  legacy database GeoLiteCity.Dat. Since from years no further development has been carried out on this provider, ev...

  • Syndicated blog - Posted on: Oct 05, 2016

    The other day I had to deal with a mysterious error with the Episerver Shell search function. You know the little search icon to the right in the dashboard drop-down menu. When I clicked it nothing happened. I looked at the request in developer...

  • Syndicated blog - Posted on: Oct 05, 2016

    The other day I had to deal with a mysterious error with the Episerver Shell search function. You know the little search icon to the right in the dashboard drop-down menu. When I clicked it nothing happened. I looked at the request in developer...

  • Syndicated blog - Posted on: Oct 05, 2016

    The other day I had to deal with a mysterious error with the Episerver Shell search function. You know the little search icon to the right in the dashboard drop-down menu. When I clicked it nothing happened. I looked at the request in developer...

  • Syndicated blog - Posted on: Oct 05, 2016

    A little while ago I wrote a post about how you could use the  Recommendations API from Microsoft Cognitive Services to give your visitors smart recommendations. This time, as promised, I will go into the details of my implementation a bit. I must...

  • Posted on: Oct 05, 2016
    Rating:

    I am tired of using JsonProperty decorator for each class member so decided to do something that will automatically take care of camel case conversion of variable names for Json response. "FormattingJson" is a decorator for a class or a method to...