Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Allan Thraen
Nov 20, 2010
  17377
(0 votes)

EPiServer CMS 6 Release 2

As a lot of you probably have guessed, the next of release of EPiServer CMS is starting to look really good! It’s an “R2” of CMS 6 with a lot of cool new functionality, and we’re hoping to have a beta out before Christmas. The final release is expected in Q1 together with new versions of most of the other products in our suite – something we internally refer to as “the R2 Wave”.

Some of you might have attended one of the events this fall and gotten a sneak peak of what is under the hood of CMS 6 R2, but just in case you missed it, let me share some of the highlights.

The overall goal of CMS 6 R2 has been to help the 3 main groups of people that use EPiServer CMS on a daily basis (editors, developers and site owners) to accomplish their various goals in the easiest possible way. We have conducted a lot of interviews, examined a lot of open source solutions based on EPiServer, gone through all the feature requests lists and prioritized the biggest challenges that the users were facing. And then we started solving them with a focus on usability and design, one by one. What follows is a list of some of the things we have done.

 

Personalization

By far the greatest thing about CMS 6 R2 in my eyes is the awesome new out-of-the-box personalization feature, “Visitor Groups”. It allows you, as a site owner, to define the audience you expect on your site by dragging and dropping various criteria onto the group. A criterion can be looking at anything and as a developer you can of course create your own – but we do of course provide a lot of the basics out-of-the-box. This includes geo-ip criteria (and yes, we also provide a geo-ip database for free, out-of-the-box), visited pages, number of visits, time of day, referring search word, user profile, landing page, and much more. When the “R2 Wave” is released there’ll also be criteria for all the other products. It’s also easy to create your own – and as we approach the release time, I’m sure you’ll see a lot of additional blog posts from my colleagues and myself with examples.

Once you have defined some visitor groups (for instance “Competitors”, “Potential customers”, “People from Sweden”, “Potential employees”) you can use the groups to target content. You can simply select any content on a page, in a text-box, or a piece of dynamic content, and mark which groups should be allowed to see it. Or you can take it one step further and setup permissions for the groups, in the same way as you are already doing it with regular members and roles.

The possible usages for this are endless. Imagine showing different content on the front page to recurring vs new visitors. Target easy links to your products for potential customers. Or simply make sure that people from one country is presented with the address of the sales office closest to them.

We have tried for a long time to make a good and usable implementation of real-time web site personalization. And already today there are several options…EPiServerProfile, B2B Adapt, EPiServer Commerce campaign rules, Virtual Roles open source project and so on. We also have many internally shelved projects around this done over the last 3 years. Projects that never saw the light of day simply because they weren’t easy enough to understand and use. I guess that’s why I’m really excited about this – because I finally think we have succeeded in building a personalization tool that is so user friendly that people will actually use it. I think this is truly awesome and you can expect a lot more blogs from me on this subject.

image

image

image

 

For the editors

There are a lot of enhancements for the editors. The most important is a feature that has been on the top of many feature “top-10” lists for a long time: Auto-Save.

In a recent survey, I noted that 62.5% of editors uses Word in conjunction with the in-browser editor when they create or edit content. I take it as an expression of the fact that a lot of people still feel uncomfortable editing text in a browser. And it’s completely understandable. imageBrowsers was originally made to view content, not to edit or create it – and a lot of people have probably had fairly bad experiences over the years. Connection breaks down, submissions time out, browser crashes due to a flash-element in another tab, and so on – all ending up with people having lost valuable work – and hence stopped trusting the browser to do little more than – well browsing Smile

I really hope that auto-save will be a way to dramatically enhance the editing experience when working with content in a browser. This way, at a certain interval all your work is posted back and put in a draft storage behind the scenes. Usually you’ll never have to worry about that – expect in the case where you might need it. If you loose connection or the browser crashes, you’ll be presented with your draft the next time you log in. This even applies to newly created pages that haven’t even been saved for the first time yet.

 

 

 

Another popular request is better handling for when you have multiple editors working on a site at the same time. From interviews and surveys we know that many, many of our customers typically have 2-6 full time editors and often several hundred “occasional editors”. It’s also fairly common that these editors are located at different offices in different countries. So – even though there’s been a good merge handling in the system for a long time, a lot of people have needed a way to let the other editors know which content they are editing. However a full-blown hard lock / unlock system would introduce more problems that it would solve. So – in CMS 6 R2 we have opted for a solution with a softer “mark as in use” system. This is a convenient way for one editor to let the others know that he/she is working on a piece of content right now. However – should you forget to release a piece of content before you go on vacation, it’s not a problem. Any other editor with access to the same content item can decide to override your lock. However, the key is that it has to be a conscious decision. No more “uh oh, we were doing the same work at the same time” accidents.

image

 

The “Occasional editor” I mentioned before is an interesting persona to consider. This is a person who’s job has another primary purpose other than editing content – but they still contribute content for the web – within their area – on occasion. A classic example is an HR manager that puts a job-listing on the companies web site twice a month. They typically don’t use the system enough to be extremely familiar with edit-mode, yet they need to easily get their content out there, not to increase the workload of the full time editor. In many cases we’ve found that they are a bit intimidated by the full-blown edit-mode and not really sure which properties should hold which content. In previous version we had the “on-page-edit” mode for them, so in this version we have enhanced it quite a bit – and given them the full power of TinyMCE – while still editing their context on the page! This means they can setup styles, tables, links, images and so on.

image

 

But wait, there’s plenty more goodies for the editors from their wish list, among others preview of dynamic content, easier access to image editing, new property types and usability improvements in several dialogs.

 

Developers, developers, developers

“But what about the developers?”, I hear you cry. Of course you are not forgotten. In fact you got some of your Christmas presents early this year, when we followed popular demand and started to officially support VS 2010 and .NET 4 August 16th. That was actually intended to be part of the R2 release, but when we realized that we could support it backwards from CMS 6.0 we didn’t hesitate to let you all know. And it would seem the information has come in handy. In the recent CMS survey we did it turned out that 80% of developers use VS 2010 to develop their EPiServer CMS web sites with. However – there are different levels of support, and in this release we are taking it up one notch, as we make sure our Visual Studio integration will also work with both VS2008 and VS2010.

This will, by the way, probably be the last version that doesn’t require .NET 4 to run.

We have of course also made sure that you can now use MVC 2 when coding gadgets for the Online Center and HTML 5 for your web sites.

In the recent survey I have referred to a couple of times, it shows that the top 3 custom plugins developers make for EPiServer are: Property types, UI Plugins and Dynamic Content. In fact, 70% of the developers have tried to make their own dynamic content plugin – which I think is great. However, I’m sure those 70% have also realized that it can be quite cumbersome – so we’ve been inspired by some open source work and introduced a [DynamicContentPlugin] attribute that lets you register dynamic content, a new base-class that handles serialization and deserialization of properties – and the ability to turn any user or webcontrol into dynamic content, by simply attaching the attribute! That should speed up the development of those plugins quite a bit.

 

And all the rest…

But wait, there is more:  the Deployment Center has gotten some TLC, a lot of bugs has been fixed and TinyMCE has been upgraded. And on top of that, we did a lot of smaller details that I’ll let you figure out by yourself Smile

 

What do you think?

As you have probably noticed by now, the theme of this release is to listen to the market more than ever before. But of course, we can always get better! I would love to hear what you think so go ahead – drop a comment below, rate this post or simply send me an email (ath at episerver dot com) with your thoughts and suggestions.

Nov 20, 2010

Comments

Please login to comment.
Latest blogs
Optimizely Configured Commerce and Spire CMS - Figuring out Handlers

I recently entered the world of Optimizely Configured Commerce and Spire CMS. Intriguing, interesting and challenging at the same time, especially...

Ritu Madan | Mar 12, 2025

Another console app for calling the Optimizely CMS REST API

Introducing a Spectre.Console.Cli app for exploring an Optimizely SaaS CMS instance and to source code control definitions.

Johan Kronberg | Mar 11, 2025 |

Extending UrlResolver to Generate Lowercase Links in Optimizely CMS 12

When working with Optimizely CMS 12, URL consistency is crucial for SEO and usability. By default, Optimizely does not enforce lowercase URLs, whic...

Santiago Morla | Mar 7, 2025 |

Optimizing Experiences with Optimizely: Custom Audience Criteria for Mobile Visitors

In today’s mobile-first world, delivering personalized experiences to visitors using mobile devices is crucial for maximizing engagement and...

Nenad Nicevski | Mar 5, 2025 |

Unable to view Optimizely Forms submissions when some values are too long

I discovered a form where the form submissions could not be viewed in the Optimizely UI, only downloaded. Learn how to fix the issue.

Tomas Hensrud Gulla | Mar 4, 2025 |

CMS 12 DXP Migrations - Time Zones

When it comes to migrating a project from CMS 11 and .NET Framework on the DXP to CMS 12 and .NET Core one thing you need to be aware of is the...

Scott Reed | Mar 4, 2025