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 26, 2011

    When you write a custom property, you often end up writing a custom control for it too.  Then, when you call that property using the EPiServer Property control, it creates your internal (“inner”) control as part of its controls collection.  Your...

  • Posted on: Jan 26, 2011

    Introduction Recently I have been working on an EPiServer 6 build.  One of the requirements for this build to manage time table data. I am not going to go into the full requirements but we are using PageTypeBuilder for our entity objects and using...

  • Syndicated blog - Posted on: Jan 25, 2011

    A strange and not that clear error that I experienced while trying to load an EPiServer CMS 6 site setup on my computer. After some digging I found that the problem in my case was...

  • Posted on: Jan 24, 2011

    At last week’s EPiServer techforum in Oslo, EPiImage won the “EPiCode module of the year” award. I would like to thank EPiServer Norway for the award, and also thank all the great developers that have contributed with feedback, testing and code to...

  • Posted on: Jan 24, 2011

    I have released a new version of the Search and Replace plugin I released a few months ago.  Some UI enhancements have been made and there was an issue where the plugin fell over when running edit mode under a different relative file path location...

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