Try our conversational search powered by Generative AI!

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 09, 2012

    If you are working with Relate+ platform most probably you are using entities attributes to attach some additional info to particular entity type. This is a great way to extend built-in functionality but however involved a bit of manual work:

  • Posted on: Jun 08, 2012
    Rating:

    This is a follow up of my first blog post Version state graph of a PageData object and describes what save actions are taken when clicking in the EPiServers editorial interface (for EPiServer CMS 6 R2). Comments to state graph the descriptions onl...

  • Posted on: Jun 05, 2012
    Rating:

    After a project goes live there is often some debate if the site is fast enough. With today’s heavy use of JavaScript a lot is done after the page is loaded so it’s difficult for a user to actually know if it’s the rendering/JavaScript or the page...

  • Syndicated blog - Posted on: Jun 05, 2012

    Have you seen code fragment like this? I mean there are lot of interfaces that provide stringly-typed access to some of the internals of the entity. This particular code fragment could be seen a lot in EPiServer Relate+ product code samples.   var...

  • Syndicated blog - Posted on: Jun 04, 2012

    I'm guessing I'm not the first to experience this.. An editor has already created lots of pages, but didn't set the ArchiveLink property along the way. Now, he wants to activate the Archive function..

  • Posted on: Jun 04, 2012
    Rating:

    A couple of months ago I wrote a blog post about some troubles I had installing MobilePack. Read the post here . Last week a colleague of mine installed MobilePack on another site. This time an enterprise site and unfortunately had two minor issue...

  • Syndicated blog - Posted on: Jun 04, 2012

    The import/export functionality in EPiServer is great. Often, exporting content from the source site and importing it just as it is to the target site is exactly what you need. Simple and easy! If the exported pagetypes do not exist in the target...

  • Syndicated blog - Posted on: May 29, 2012

    The addition of the EPiServer.SpecializedProperties.PropertyCheckBoxList (and its sister EPiServer.SpecializedProperties.PropertyDropDownList) in CMS 6 R2 was really nice. Today I needed to list out all possitble options from code. I had a look at...