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: Jun 23, 2015

    Sometimes you may want to translate the EPiServer user interface to a currently unsupported language or just want to change the text of some button or whatever. If you have been working with EPiServer for a while you probably know that one way you...

  • Syndicated blog - Posted on: Jun 23, 2015

    Sometimes you may want to translate the EPiServer user interface to a currently unsupported language or just want to change the text of some button or whatever. If you have been working with EPiServer for a while you probably know that one way you...

  • Syndicated blog - Posted on: Jun 23, 2015

    Sometimes you may want to translate the EPiServer user interface to a currently unsupported language or just want to change the text of some button or whatever. If you have been working with EPiServer for a while you probably know that one way you...

  • Syndicated blog - Posted on: Jun 23, 2015

    Sometimes you may want to translate the EPiServer user interface to a currently unsupported language or just want to change the text of some button or whatever. If you have been working with EPiServer for a while you probably know that one way you...

  • Syndicated blog - Posted on: Jun 22, 2015

    Last week I started updating EPiServer platform to version 8. The nuget packages were installed without problems, but the update-EPiDatabase powershell command failed because of SQL execution timeout. I was able to run all SQL script via SQL...

  • Syndicated blog - Posted on: Jun 22, 2015

    As a back-end developer, I wanted to create a custom EPiServer property but to keep as much code as possible outside of javascript. I also didn't want to use existing property types like string, Url, etc. I wanted to define my own. Full source cod...

  • Syndicated blog - Posted on: Jun 19, 2015

    Learn about how developers can specify how content is displayed across different templates in both the EPiServer and Ektron CMS platforms.

  • Syndicated blog - Posted on: Jun 17, 2015

    EPiServer works at most of the time with ContentLink. Here is a exempel about how to do this. public CatalogNode GetCatalogNode(ContentReference nodeRef) { if (nodeRef == null) return null; var referenceConverter =                                 ...