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