November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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 EPiServer 7 we can define page types and block types in code, but how do you set the default values? Lets find out. Override the SetDefaultValues method To set default values for page types and block types you need to override the PageData...
Powerful new functionality in EPiServer Find's .NET API. Filter by type, with or without support for inheritance, within filter expressions. EPiServer Find’s .NET API allows to filter by .NET/CLR type when searching and querying. For instance, let...
I recently ran into the same problem as Jamie Dixon when upgrading a episerver site from cms 5 to cms6. But the solution was a little different. The error message is: Cannot resolve dependencies for the following module(s) EPiServer.Cms.Shell.UI.I...
With PageTypeBuilder and CMS 6, when several devopers share the same database, it’s a good idea to have the strangely named disablePageTypeUpdation set to true, so that you don’t inadvertedly create problems for the other developers on your team (...
All things mentioned in this blog post applies to the 2.0 CMS5 R2 version. I haven’t checked if the same issues exist in newer versions so it can be a good thing verifying that this isn’t the case if one of the things below could be an issue. All...
Based on Visual Studio 2010 and the CMS 7 Preview + CMS CTP10 EPiServer 7 will include some excellent additions to the Visual Studio integration in order to continue to make your development experience easy. The mechanism for installing the...
JSLint is a tool for analyzing the quality of your JavaScript code. At the official jslint site you can copy and paste your JavaScript code and get a “quality report”. Which is great but I think that it would be even greater if we could get Visua...
This is a long overdue post about getting PageTypeBuilder 2.0 working with EPiServer 7 Preview. I´m not sure the changes I made is the best or even correct, but they work. Joel Abrahamsson, please comment on this. Lets begin. Get the source for...