Try our conversational search powered by Generative AI!

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

    Often times I find myself accessing CMS Edit mode (or Admin mode) directly via the URL.  It seems pretty basic when you’ve worked with the system for a while but maybe we take that knowledge for granted based on our experience.  I’ve had a few...

  • Syndicated blog - Posted on: Mar 23, 2010

    Tonight I made a first release of Page Type Builder compiled with EPiServer CMS 6 . While it should be stable and all tests succeed it is considered a beta release, partly to follow the tradition that releases of Page Type Builder that are marked ...

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