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
For those of you that use my custom property called Folder browser, I have a small performance tips for you. I created a small plug in for EPiServer quite a while ago that adds functionality for selecting a folder in EPiServers file system. The...
A while back, I wrote a blog post for Econsultancy’s #JUMPchallenge, looking at the four Cs of multichannel marketing. This time, I’m following up on that theme and drilling down into one of the most important Cs: content. From ecommerce and...
In a current project I’m working on we needed a page view count. I first thought about making my own DDS table and add count values to that. But then I though about the Statistic tab in edit mode in EPiServer. What I wanted to do was to get the pa...
There are times it can be convenient to have users defined as pages in EPiServer. There are several ways of archiving this. This approaches uses a DDS table with user data and attach to the publish events on the pages. The code bellow assumes you...
A number of new features have been announced being part of the upcoming CMS 6 R2 release. Apart from features you will also be able to enjoy a whole lot of fixed bugs. We continuously work on fixing issues in existing functionality i.e. issues tha...
Magnus Stråle has already discussed one of the performance changes made in CMS 6 R2 to Dynamic Properties in this post . Another performance improvement in CMS6R2 is the way we “batch load” pages. To clarify what this means I will give you a short...
EPiServer CMS 6 R2 comes with improvements to dynamic content such as dynamic content preview and the ability to specify if dynamic content should be treated as an inline or block element in the editor. Block vs. Inline elements In EPiServer CMS 6...
Introduction Over time I have worked on a few multi lingual sites that have had requirements to allow label text throughout the site to be translatable. This would usually be done by adding text to the relevant language files within the “lang”...