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: Jan 18, 2013

    I was curious what’s registered in the StructureMap container by EpiServer themselves. StructureMap comes with the helpful method WhatDoIHave() which spits out everything registered. I formatted that list to make it slightly prettier Here’s the li...

  • Posted on: Jan 18, 2013

    In this blog post I will show you 5 secrets you (maybe) didn’t know about in EPiServer 7 CMS edit mode.   Secret #1: Get the old edit mode back! Even with all the flashiness of the new on page edit UI and the availability of forms editing, some...

  • Posted on: Jan 18, 2013

    Note: This functionality was added to "My Settings->Display Options" in EPiServer 7.5. In EPiServer 7 it’s possible to personalize your views quite extensively. Unfortenately, there is currently no easy way of resetting your views back to “system...

  • Posted on: Jan 17, 2013

    On the subject of “for future reference” and “note to self”, when needed to setup the start-up folder within EPiServer folder manager. var cookie = new HttpCookie("EPiDPCKEY"); cookie.Values.Add("path", "/Globals/Clients/1/"); this.Response.Cookie...

  • Posted on: Jan 17, 2013

    I’ve been tinkering a bit with EPiServer Mail recently and the customer wanted the site visitors to be able to subscribe to the site newsletter using the standard built in source. As you may or may not know the standard mail recipient source only...

  • Syndicated blog - Posted on: Jan 16, 2013

    The project in which I am currently working has an elaborate custom built system for allowing web editors to plan, review and discuss their articles in EPiServer‘s edit mode (as described by my collegue Stefan Forsberg in his post series … Continu...

  • Syndicated blog - Posted on: Jan 16, 2013

    For a number of reasons it's widely recommended to use all lowercase URL's inside a web site. Unfortunately EPiServer out of the box uses the same casing as the entered PageName (unless you modify the URL manually). In order to always get a...

  • Posted on: Jan 16, 2013

    In EPiServer 7 you can limit what page types can be selected in a page or link collection property using validation attributes.   Intro One of the big problems with EPiServer sites that have lived a while is when some clever editor decides to chan...