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

    One of the areas we have improved is the startup time of EPiServer 7, there is a lot of new functionality   that requires initialization but it actually starts faster that previous versions. Some of the changes we have done is using parallelizatio...

  • Syndicated blog - Posted on: Sep 11, 2012

    I’ve been exploring the possibility to change how the new on page editor behaves and this is what I’ve found so far (wow, that was an uninspired introduction even for me). The following standard page with two PropertyNumber (int) will server as th...

  • Posted on: Sep 11, 2012

    There is an updated version of this blog post for EPiServer 7.5 here . In EPiServer 7, one of the goals for the new editing system has been to reduce the need to create custom properties. David Knipe has written an excellent blog post about using...

  • Syndicated blog - Posted on: Sep 11, 2012

    This code can be used to check if a page in episerver is opened in edit mode. It uses HttpContext.Current.Request.UrlReferrer.LocalPath to see if the word admin or edit exists in the url. private bool IsOpenedInEditMode() { bool isInEditMode =...

  • Posted on: Sep 10, 2012

    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

    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

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