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: Jul 07, 2010

    Got a question about how do you add a Facebook Like Button to an EPiServer Site. Well it is really easy! :) First I give you a short introduction to the Like Button from Facebook. Why should you have a like button on your site? Well Facebok is a...

  • Posted on: Jul 02, 2010

    Versioning file system in EPiServer 5 is handled by VirtualPathVersioningProvider which is the default provider in EPiServer 5. Recently I had to resolve an issue with not registering the provider in precompiled website. There is a workaround here...

  • Syndicated blog - Posted on: Jul 02, 2010

    Disclaimer: This post is not about what you should do, it’s just a reason for me to post some freaky code. Check out the comments for more “natural” solutions. If you’ve ever used Page Type Builder you know that it allows you to access property...

  • Posted on: Jul 02, 2010

    In EPiServer CMS 6 the data storage of XForms and XForm postings have been moved from “object store” to the new dynamic data store (DDS). This has a lot of advantages. Object store stored it’s objects in serialized form which did not allow fast...

  • Posted on: Jul 01, 2010

    We’re doing an multi-lingual site, and one of the requirements is that we put the language identifier in the URL.  So URLs will look like: /en/some-page /fr/some-page And, of course, this URL is also valid: /some-page This always makes me nervous...

  • Posted on: Jun 30, 2010

    I recently stumbled across a bug in EPiServer that relates directly to Oracle. It’s somewhat obscure, so I figured it would be a good idea to post how we dealt with it here… When a page is created through the SDK’s DataFactory.Instance.Save method...

  • Posted on: Jun 29, 2010

    From EPiServer CMS 5 we introduced a new system for load balancing called the EPiServer Events System. See here for more information. The system uses Windows Communication Foundation (WCF) under the covers to communicate “events” between servers...

  • Syndicated blog - Posted on: Jun 29, 2010

    Joe is building a website using EPiServer CMS. As he’s a curious fellow he’s decided to give test driven development a try. Let's say Joe creates an abstraction of DataFactory. Also, let's assume that Joe creates a really nice fluent API for...