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
The addition of the EPiServer.SpecializedProperties.PropertyCheckBoxList (and its sister EPiServer.SpecializedProperties.PropertyDropDownList) in CMS 6 R2 was really nice. Today I needed to list out all possitble options from code. I had a look at...
Whenever you move a page or rename it's UrlSegment property, external links to your page break. This is not a good thing, neither for your users, nor for search engines that find those links. There is now an easy to use solution to this.
When I use DDS I always use a pattern where I have a public static Items implementation that I can do my query against. This logic is placed inside a common class all my DDS tables inherit from Code Snippet public class BaseData : IDynamicData ,...
Introducing a flexible solution to serve mobile web content whether your site uses responsive design, custom mobile templates or a mix of both.
I have been a little bit dry on coding inspiration lately, until the other day when my collegue Karl Ahlin gave me an interesting idea concerning monitoring of configuration files. While I enjoyed coding it, I will leave it unsaid … Continue readi...
I have built a small plug-in that I call PageConstraints. The plugin adds support for adding constraints to PageTypeBuilder page types. Constraints can be added with .NETs built-in DataAnnotations or by implementing custom code. For example....
When having to set the ArchiveLink property on lots of existing pages, this batch tool will save you a lot of work.
EPiServer solutions must evolve to meet the demands of mobile web. We created the Epinova.Mobile framework to provide a flexible foundation for mobile EPiServer solutions.