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

    How do you give editors a better support for creating a telephone links, that can be used for endusers to do activate phonecalls by clicking a telephone link. I have created a plugin for TinyMCE that can help with this.

  • Syndicated blog - Posted on: Sep 06, 2019

    How do you give editors a better support for creating a telephone links, that can be used for endusers to do activate phonecalls by clicking a telephone link. I have created a plugin for TinyMCE that can help with this.

  • Posted on: Sep 05, 2019

    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

    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...