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
  • Posted on: Sep 10, 2012
    Rating:

    In EPiServer 6 a PageType states which page template (a WebForm) that should render a request for the page. This is a one to one relationship between PageType and template. In EPiServer7 it is possible to have several renderers/templates (both...

  • Syndicated blog - Posted on: Sep 05, 2012

    A complete example of how to manage global TinyMCE settings for your XHTML-string properties. I started out from Joel's post on Page Type Builder 2 Preview 1 and chose to keep handling my editor settings as global ones (see heading Managing global...

  • Posted on: Aug 31, 2012
    Rating:

    Yesterday EPiServer released an intermediate build of EPiServer 7 to a few selected developers. Although the build itself is not public, I have gotten permission from EPiServer to blog about it   The new edit UI   What’s new There are quite a few...

  • Posted on: Aug 30, 2012
    Rating:

    This blog post is a quick reference on how to define page types in code in EPiServer 7 CMS.   Updated to EPiServer 7 CMS on 14.01.2013 This blog post was originally written for a preview version of EPiServer 7 CMS, but is now updated to the final...

  • Posted on: Aug 28, 2012
    Rating:

    Have made a plugin that copy files and folders between 2 VPP folders that are of different type. The code is pretty straight forward, and thinks its strange that the buildt in copy / paste from the explorer view from episerver don’t support this. ...

  • Syndicated blog - Posted on: Aug 27, 2012

    A customer had an URL to a page file, but couldn’t locate the page where the file was stored. And somehow the search in EPiServer didn’t give any hits on the file, so started digging around in the database and found the column ExternalFolderID in...

  • Posted on: Aug 24, 2012
    Rating:

    Based on EPiServer CMS 6 R2 and the Alloy Technologies Templates Recently I was working with a customer who wanted a nice Video-based Page Type.  In their own search they came across some of the video pages on episerver.com for a few of our...

  • Syndicated blog - Posted on: Aug 24, 2012

    I’ve blogged previously on why you’d want to create your “IDataFactory” and how decorators can help you keep your code clean. In this post I’ll expand on that subject. A tale of five children A given node contains five children. Two of these (in...