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
Configuration vs Code – it’s a classic dilemma. Both have their ups and downs. However, I am the kind of guy that tends to prefer code over configuration (you already guessed, I’m sure). Today I got a question if it’s possible to attach a page...
I am sad to announce that we had to do a behavioral change in the gadget Ajax framework. Previously when you did an Ajax call (using the gadget framework, gadgetInstance.ajax({..}) ) we loaded the default view of the gadget ( gadget.loadView() )...
I am sad to announce that we had to do a behavioral change in the gadget Ajax framework. Previously when you did an Ajax call (using the gadget framework, gadgetInstance.ajax({..}) ) we loaded the default view of the gadget ( gadget.loadView() )...
Joel Abrahamsson put some light on some issues with the newly added generic overloads GetPage and GetChildren on DataFactory as well as the generic overload of ShallowCopy on PageData. These APIs were added mainly to give developers a way to hook ...
One of the things that I think have made EPiServer CMS such a successful product is it’s rather simple yet powerful caching strategy. Thanks to it’s caching mechanisms we as developers haven’t had to think too much about performance when using som...
In SP2 of EPiServer CMS 5 R2, that is the latest currently released version, two new methods with a bunch of overloads where added to DataFactory, GetPage () and GetChildren (). They where added to support Fredrik Tjärnbergs Page Type Tool and whe...
At the EPiServer Techforum in Oslo last week, I showed a quick and dirty page rating feature for CMS 6 using Page Objects and Dynamic Content. The source code for that can be found here . The project consists of 3 class: The Rating object. This is...
Enabling gzip compression is an easy way to make your site load faster, but how do you go about doing so for your EPiServer site and why should you? Gzip compression will reduce the size of a text file (such as html markup, css, js and files) up t...