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: Jan 21, 2011

    Introduction Sometimes you want to initialize EPiServer Community without involving the IIS.  For example when you decide not to use IIS for servicing your web pages or when you want to do unit testing. Command line program I've therefore created ...

  • Posted on: Jan 20, 2011

    Web personalization is about delivering targeted content and adaptive web experiences based on what you know about each visitor. For ambitious web marketers looking for the next leap in returns, this is a massive opportunity. Of course, it’s not...

  • Posted on: Jan 19, 2011

    There are times when you need to have one user provider and two role providers. The multiplexing role provider that are shipped with EPiServer only allows one role provider pr user. Basically what I have done is to copy the hole code from reflecto...

  • Syndicated blog - Posted on: Jan 18, 2011

    On previos versions of Episerver, tinymce used Microsoft word for spell checking. In version 6 it is recommended to use plugins in the browser for spell checking. For Internet Explorer you have to install IEspell to enable spell checking:...

  • Posted on: Jan 17, 2011

    This post might not be for most of the developers in the EPiServer Community but I often do courses were I meet people/developers that are not that experienced with using EPiServer CMS or with developing with EPiServer CMS solutions. In these case...

  • Posted on: Jan 16, 2011

    I’m sure you are familiar with the EPiServer feature that allows a page to fetch data from another page. A webeditor can easily enable this feature in edit mode, and this works fine. But what about a page that fetches data from a page that fetches...

  • Posted on: Jan 14, 2011

    I have previously posted on custom Visitor Group criteria . That post covers the basics and is probably a better guide if you are looking to create your own custom criteria. The goal of this post So, the basics are covered, but I want to share a...

  • Syndicated blog - Posted on: Jan 14, 2011

    This post explains how to suppress the alert message displayed when a postback occurs inside a custom property control, for example when a button is clicked.