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
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...
A few days back I got a question of how to do fuzzy filtering FuzzyQueries and that the core classes in EPiServer.Find had an implementation of this query but that there wasn't a corresponding filter in either Elasticsearch or EPiServer.Find for...
A small change that has been done that is useful if you use Export/Import for staging purposes is that we have made it possible to run import/export with kept identities (like when you run mirroring). You control this by a simple checkbox on impor...
A few days back I got a question of how to do fuzzy filtering FuzzyQueries and that the core classes in EPiServer.Find had an implementation of this query but that there wasn't a corresponding filter in either Elasticsearch or EPiServer.Find for...
Match parts of words with EPiServer Find using an extension method for wildcard queries. A few days ago a question was posted in the Find forum on EPiServer World that basically boiled down to how to do wildcard queries with EPiServer Find. That i...
When upgrading a customer site from CMS5 to 6 we got some errors regarding XForms. We got errors reporting of forms containing fields with names longer than 75 characters as well as forms with fields having duplicate names. I wasn’t completely...