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
As I mentioned in the previous post I’ve recently “moved” to using property groups. Since the site was already live I already had a bunch of properties that were to be replaced with the group ones. If we simplify reality for a bit we can imagine...
New service releases of ProcessMap and ImageVault
The EPiCode.WebParts.Core framework supports editing Web Parts in most browsers. This is done by using Microsoft.Web.Preview.dll and a ScriptManager as mentioned in this post . The cost is 5 extra requests and approxemiatly 141 ekstra KB in total....
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...
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...
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...
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...
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...