Take the community feedback survey now.

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 05, 2019

    Hi All, As you all know that the default DateTime widget in Episerver provides the DateTime picker. And if you want to select the date only, it still selects the time so if you want a separate field for date and time then you can use the...

  • Syndicated blog - Posted on: Oct 05, 2019

    Hi All, As you all know that the default DateTime widget in Episerver provides the DateTime picker. And if you want to select the date only, it still selects the time so if you want a separate field for date and time then you can use the...

  • Syndicated blog - Posted on: Oct 04, 2019

    I prepared small extension for assets component. It allows Editors to download folder that contains assets as a single ZIP file. As you can see on the screenshot above, in the context menu of media folders, there is new “Download” command. After...

  • Syndicated blog - Posted on: Oct 04, 2019

    Episerver has several built-in property types you may add to your content types, including DateTime that displays a date and time picker. Sometimes you do not want the time, only the Date!

  • Syndicated blog - Posted on: Oct 04, 2019

    Episerver has several built-in property types you may add to your content types, including DateTime that displays a date and time picker. Sometimes you do not want the time, only the Date!

  • Syndicated blog - Posted on: Oct 03, 2019

    When your site relies on a lot of external API’s, has a lot of JavaScript, images, Redis cache… and which site doesn’t have most of these things these days, the loading of a page might go slower than you would like, even with extensive caching....

  • Syndicated blog - Posted on: Oct 02, 2019

    When defining new content types, we usually decorate all page types with the AvailableContentTypes attribute and all ContentAreas with the AllowedTypes attribute. Here's how you can unit-test your content types for the missing AllowedTypes and...

  • Syndicated blog - Posted on: Oct 02, 2019

    When defining new content types, we usually decorate all page types with the AvailableContentTypes attribute and all ContentAreas with the AllowedTypes attribute. Here's how you can unit-test your content types for the missing AllowedTypes and...