Take the community feedback survey now.

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: Jan 24, 2012

    In my current project some of our EPiServer pages types can undergo a review process. There are a bunch of meta data connected to this process that we store as proeprties on the page. The problem is that even though we use PageTypeBuilder (and can...

  • Posted on: Jan 24, 2012

    I have the pleasure of announcing our first EPiServer World Oracle! Magnus Rahl is the first member to reach this prestigious level of community membership. Magnus is of course a frequent blogger on World and his contributions within the forums ar...

  • Posted on: Jan 23, 2012

    Are you having troubles installing Commerce?  Are you receiving this error message: System.Management.Automation.PSInvalidOperationException: The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing...

  • Syndicated blog - Posted on: Jan 23, 2012

    Here’s a simple extension method for EPiServer when you need to get the friendly url from an internal url. Note the last line checking if the Uri is an absoluteUri first. If you try to get the AbsoluteUri if it’s not you will get the following...

  • Syndicated blog - Posted on: Jan 21, 2012

    When you need to create EPiServer Composer block that requires some properties we usually use Composer functions that basically are defined as page types. Ted has a really good blog post on step-by-step walkthrough how to create Composer functions...

  • Posted on: Jan 21, 2012

    When you need to create EPiServer Composer block that requires some properties we usually use Composer functions that basically are defined as page types. Ted has a really good blog post on step-by-step walkthrough how to create Composer functions...

  • Posted on: Jan 20, 2012

    In the previous post How to use asynchrony in your Pages we saw a basic example of asynchronous processing. Compared to how the code would have looked if it was written for synchronous processing things were a bit shifted in order. That has...

  • Posted on: Jan 20, 2012

    This is a follow-up on the post How async pages may save your (server’s) life . In that post you may learn a bit more about how ASP.NET processing works and how your site can become incredibly slow even though your server isn’t busy (in the CPU lo...