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: Mar 23, 2010
    Rating:

    In this post I’ll go through the steps I went through when I decided that I wanted to test unit testing some code I had written. To not bore you too much about what I was trying to do I’ve created a service class for the sake of this post that loo...

  • Posted on: Mar 23, 2010
    Rating:

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

  • Syndicated blog - Posted on: Mar 23, 2010

    One of our customers needed to require HTTPS/SSL on some of their pages that contained sensitive data.

  • Syndicated blog - Posted on: Mar 23, 2010

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

  • Syndicated blog - Posted on: Mar 23, 2010

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

  • Posted on: Mar 23, 2010
    Rating:

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

  • Syndicated blog - Posted on: Mar 23, 2010

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

  • Syndicated blog - Posted on: Mar 23, 2010

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