Take the community feedback survey now.
Take the community feedback survey now.
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
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...
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...
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...
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...
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...
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...
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...
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...