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: Feb 07, 2011

    This is first post from series showing how to implement custom property in EPiServer in "proper" way without unnecessary hacking. Writing custom properties: #1 Custom value type Writing custom properties: #2 Default value Writing custom properties...

  • Syndicated blog - Posted on: Feb 05, 2011

    Here is a very quick tip to fix the problem with the Context Menu in EPiServer expanding over the whole width of the webpage when using IE7:

  • Syndicated blog - Posted on: Feb 05, 2011

    I ran into this problem while I was working on an EPiServer solution at work some time ago. The website had a control that generated links for different language branches in the solution. The control read a query string parameter from the current...

  • Syndicated blog - Posted on: Feb 05, 2011

      In my current EPiServer project we needed some sort of comment functionality on an article. After some thought of how to do this, we decided that PageObjects probably was the best solution for our needs. I will not describe all the steps to...

  • Posted on: Feb 05, 2011

    Whilst creating my FilteredPageReference properties I had a thought about PageTypeBuilder and PropertySettings. Currently PageTypeBuilder does not provide a way to synch custom property settings. For me personally I believe having this ability may...

  • Posted on: Feb 03, 2011

    To implement a criterion to be used with the personalization concept introduced in CMS6R2 is pretty straightforward. There are however some guidelines to be aware of: If you implement ICriterion.Subscribe and in the method set up an event handler...

  • Posted on: Feb 02, 2011

    I know what you are all thinking, v1.0 was only released 2 days ago.  It must be full of bugs and this is a hasty patch release, but this is not the case, I promise . I didn’t really see the functionality changing much and I certainly didn’t...

  • Posted on: Feb 01, 2011

    If you wan to be able to archive your goals in a EPiServer project you need to know the product. And EPiServer have (thanks heaven) open dll’s so we can use reflector to browse thru the inner workings of the product. Sometime I guess they regret...