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: Oct 16, 2009
    Rating:

    The heading might come off as slightly arrogant, but it is way more catchy than "The pain of trying to stay binary compatible between releases". EPiServer CMS has been very successful with a large number of installations. With every new release we...

  • Posted on: Oct 16, 2009
    Rating:

    What's up with the PR-material from EPiServer? Do you see the pattern? One popular theory in our office is that this somehow tries to appeal to the majority of guys who are developing EPiServer solutions. Another theory is that EPiServer takes a...

  • Syndicated blog - Posted on: Oct 15, 2009

    Sometimes tabs isn’t enough for grouping properties. That’s where the divider property comes in. First we have to remove all the controls. We also have to specify TableRowLayout.Wide so the divider spans the whole page width. namespace...

  • Posted on: Oct 15, 2009
    Rating:

    Background One of the top developer feature request I have heard during my years at EPiServer has been to be able to store settings for a property. In EPiServer CMS 5 an administrator has had the possibility to select which plugins should be...

  • Posted on: Oct 15, 2009
    Rating:

    Background Since the introduction of the new property-architecture in EPiServer CMS 5 the properties for a page have been separated into two classes. The data class deriving from PropertyData and the presentation class implementing IPropertyContro...

  • Syndicated blog - Posted on: Oct 14, 2009

    Time for part two of Introduction to PostSharp, part one can be found here Introduction to PostSharp - Part 1 . In part two we will focus on PostSharp.Core. With PostSharp.Laos we get nice base classes that we just add our code to and PostSharp do...

  • Posted on: Oct 14, 2009
    Rating:

    People keep quoting random EPiServer version numbers at me and saying ‘what version is that?’. I can understand why they ask – maybe I’m a little dumb but I can’t find the version numbers in one nice easy place either. So, in the interests of a...

  • Syndicated blog - Posted on: Oct 14, 2009

    I had some problems with log4net not logging my site at all. It just created empty(0kB) log files, turned out to be missing write permissions to the log files directory. But the interesting thing is how i found it by logging log4net by just adding...