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

    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
    Rating:

    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
    Rating:

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

  • Posted on: Jan 31, 2011
    Rating:

    What is this I hear you all cry.  Well I will tell you For a few of the projects I have been working on I have been using Joel Abrahamsson's TypedPageReference property control to enforce a referential integrity (for want of a term) for picking...

  • Posted on: Jan 31, 2011
    Rating:

    With some small modifications of my code of displaying a sub structure of pages on an other page we can now so all pages tagged with one category in the page tree. This can be used for instance to display a list of front page news items, and one...

  • Posted on: Jan 31, 2011
    Rating:

    In this blog post I will show you how you can half the time it takes an EPiServer CMS 6 site to warm up after a build. If you rebuild as often as I do during a workday, this post will saves you a few hours over the next year. Warning: This will...

  • Posted on: Jan 31, 2011
    Rating:

    I have seen a few examples of code where an object is to be read from the Dynamic Data Store. The calling code has the objects “Id” value but use the Find method of DynamicDataStore to load the object. Find works by generating a simple where claus...

  • Posted on: Jan 31, 2011
    Rating:

    Working on the “LinqToDDS” project is the most fun I’ve ever had at work. Therefore, it’s a pleasure to announce new LINQ support in the R2 wave. Earlier we only supported the deferred execution methods “ToList()”, “ToArray”, “ToDictionary”,...