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: Sep 05, 2019
    Rating:

    For an old project many years ago I created a tool for generating web.config redirects for clients. Recently we enhanced it so that it's a lot better and we have also added auto generated postman redirect verification tests in. I thought the...

  • Syndicated blog - Posted on: Sep 04, 2019

    Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return...

  • Syndicated blog - Posted on: Sep 04, 2019

    Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return...

  • Syndicated blog - Posted on: Sep 04, 2019

    Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return...

  • Syndicated blog - Posted on: Sep 04, 2019

    Saw the following post today and decided to update JOS.ContentSerializer to support TimeSpan? properties. The default implementation is really naive: public object Handle(TimeSpan? value, PropertyInfo property, IContentData contentData) { return...

  • Posted on: Sep 04, 2019
    Rating:

    Recently we implemented a new open source add-on advanced-cms/time-property . The package  contains model type, editing widget and property renderer used to store and display time between 0-24 hours.  Property defined in the model is a  Timespan...

  • Posted on: Sep 04, 2019
    Rating:

    On most websites today you are likely to need to rewrite urls to match a specific requirement such as the typical SEO rules where you need urls to all end with a trailing slash and be all lowercase to prevent duplicate content in the search engine...

  • Syndicated blog - Posted on: Sep 02, 2019

    When an Episerver Commerce site is put into read-only mode, either manually or by automation, it would be really bad if the code is not prepared to for that situation. In this post, I provide some simple action filters to perform such a graceful...