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
Introducing IIS Express This summer Microsoft released their WebMatrix platform. WebMatrix is intended as a getting started-kit for web development, containing SQL Server Express, Visual Web Developer Express, a number of example projects and...
In out project we use PropertyPageReferenceCollection to store references to local pages. It has PageReferenceCollection under the hood and calls its Parse and ToString methods to load and save the data. Evetything was fine until we decided to mak...
The default style for PropertyNumber in EPiServer is often a bit short if you have number larger than 999 and it also aligns the text to left. An easy way around this is to use EPiServer PropertyControlClassFactory. Just create a “PropertyNumberWi...
I was on a project where editors were dragging EPiServer Pages all over the Page Tree. This behaviour broke the application several times because there was also a lack of error trapping. Fair play it was a new EPiServer team and we were all findin...
For this example I am using Public Templates demo from http://world.episerver.com/ as my base. In the code snippet below two EPiServer pages are created based on the [Public] Standard page. One for English and the second one for Swedish public enu...
A couple of times recently I have commented on a blog post here on EPiServer World. A little later when I checked to see if there had been any other comments added, my comment had completely disappeared! At first I though I was going totally crazy...
There's a bug in the XForm implementation that "allow" users to add a input field with the name "id". I put allow in quotes because in CMS 6, the XForm edit dialog will crash and not let you save the XForm. But in CMS 5+ it actually lets you save ...
Based on CMS 6, Commerce 1.0 SP1, and Windows Web Server 2008 This blog is intended to describe how to remove an EPiServer Commerce site and the related framework files. Now, you may be asking yourself a very good question: “Why would ANYONE ever...