Take the community feedback survey now.
Take the community feedback survey now.
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
In this second blog post in the series about how to extend the user interface in EPiServer 7 we will look how to add a component using the JavaScript framework Dojo. There are two parts needed to create a Dojo-based component. The first is a serve...
In the previous couple of minor releases I added some functionality to automatically render dynamic content correctly in presentation view, I had several requests from Developers for this ability. The implementation ended up becoming more complex...
This post was originally planned to be about converting a Sharepoint (SP) connect VPP to a versioning counterpart. But since a SP VPP store the links in the EPiserver database in the same way as a native provider, it works for both types. The main...
I just thought I'd share an error I solved. The error is kind of hard to fix because there is very little clues to pinpoint where the error is located. You find the error and log from the solution on the bottom of the page. Why I got this error...
Introduction In previous versions of EPiServer CMS the Friendly Url (FURL) handling was performed by an IHttpModule that executed early on incoming requests and rewrote the path to the aspx file that was specified by the page type. The module also...
Introducing Epinova MobileChannel, a Display Channel plugin for EPiServer 7 which uses WURFL to automatically detect how to render content for mobile devices.
You have probably not missed that EPiServer 7 comes with a brand new user interface for content editing. This is built on top of a new UI-framework that is also used on the new dashboard. In this blog series I’ll explain how to implement some of t...
We have recently delivered an EPiServer CMS6R2 site where some parts of the application were delivered using the ASP.NET MVC framework, and some using the standard WebForm technology. Although this is absolutely not a supported or recommended way ...