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
Today I want to share a simple and small code sample that I put together for a partner. In this sample I going to show how you could implement a Drop Down Menu in EPiServer CMS. There are heaps of Drop Down Menus available on the Internet. I did...
The other day a colleague of mine got a report from a customer that when trying to use DOPE on certain pages an exception was thrown. First I thought that it was a problem with a custom property but after viewing the code for the page type which w...
I just put together a VPP for using Flickr photosets and photos in the EPiServer filemanager. The photos are cached locally. Uploading (among other things) is not yet supported. This little experiment of mine should be considered an.. uhm, well, a...
In EPiServer CMS 6, XForms and their respective posts found a new home in the Dynamic Data Store (DDS). As the DDS has a Language Integrated Query (LINQ) enabled API, the opportunities for searching through XForm posts increased greatly. With that...
This was a small but much desired feature among editors that had been on the wish list for a long time before finally being implemented in EPiServer CMS 6. The function means that instead of manually setting the sort index for each page, the edito...
Do you as so many others going mad because you always get asked if you are going to create a new folder when you open the file manager in EPiServer CMS? You should know that you are not alone, but it's actually very easy to change. This Blog pos...
I just implemented support for the Open Graph protocol on an EPiServer CMS site to improve Facebook Share and Facebook Like. First thing noticed is that it looks that Facebook have problem with national characters like ÅÄÖ and other Unicode...
Have you ever wanted to replace hard wired image urls in your css files with images selected from EPiServer? That is, without using inline css in your templates. Usually, your css may look something like: You want to let the editors pick the image...