November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
The EPiServer Deployment Center can be used to upgrade an EPiServer CMS 5 R2 SP2 site to CMS 6. The upgrade process is quite simple and converts the site content, settings, and form data, in place, from the old format to the new. The upgrade...
One of our customers needed to require HTTPS/SSL on some of their pages that contained sensitive data.
Why not just use HTTPS for the entire site, you might ask? The reason for this is that they use Google Maps and the Google Maps Premium Subscription was not an option due to the high cost for this service. To solve this I wrote a HttpModule that...
In short, ASP.NET 4.0, gives you more control. CSS friendly HTML from Server Controls by default. EnableViewState does not work as you expect in ASP.NET 2.0. With the new ViewStateMode property with values: Inherit, Enable and Disable you get what...
In a project we’re currently working on here at Nansen we stumbled upon the need to get the name of a page type without having an actual reference to page of that type. Since we’re using Joel’s PageTypeBuilder, getting the name was a simple task o...
This worked fine, but after some time the customer reported a bug that it was not possible to get the SearchDataSource to return search hits in the documents they had uploaded. Hm...this worked fine some weeks ago, so I did a search on...
Now the PageDataCollection PropertyMultiPage.SelectedPages will be updated every time a change happens in EPiServer. The MultiPageProperty.SelectedPages was implemented like this: public PageDataCollection SelectedPages { get { if (_selectedPages ...
Ever since I saw Luca Bolognese’s PDC video introducing F# I wanted to learn it. Since the best way to learn programming language is to use it, I tought I could port the EPiServer XmlPageProvider to F#. FSharpPageProvider is my first attempt to...