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

  • Syndicated blog - Posted on: Oct 12, 2009

    PostSharp is a tool to make Aspect-oriented programming (AOP) a reality on the .NET (C#) platform. In this two part blog post I will try to give you a quick start into using PostSharp in your own programs. I will present two examples and try to...

  • Syndicated blog - Posted on: Oct 12, 2009

    This post provides an introduction to the Dynamic Data Store, or DDS, which was introduced with EPiServer 6.