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
Our typical Episerver projects normally includes about ten to twenty page types and about the same amount of block types. Many of these are pages with multiple views. And to keep the project manageable we needed a way to organize these into an eas...
For a while I've been working on cleaning up the urls generated for images, to ensure that they are clean, cacheable, and preferrably querystring-free. Previously, I have been using IIS URL Rewrites to achieve this, but I have always known there a...
Once again its time to crown the best ImageVault client cases for 2017. The jury with representatives from ImageVault has gone through the nominations and selected the winners from criteria like cooperation, look and feel of the end result and the...
Once again its time to crown the best ImageVault client cases for 2017. The jury with representatives from ImageVault has gone through the nominations and selected the winners from criteria like cooperation, look and feel of the end result and the...
There are several issues when using ServiceConfiguration attribute. Yes, it is easier just to add an attribute to your class and forget about its registration in an IoC container. But this is the only benefit you get. Lifecycle management When usi...
Migrating from one CMS platform to another CMS platform can be a daunting task, and a migration to the Episerver platform is no different.
PixieEPiServerExtensionMaxMindGeoIP2 2.0.0 is available to install on EPiServer 11 on Nuget (upgraded to .netframework 461) . It offers features as mentioned in Post . This passed the testing on EPiServer.Commerce 11.6.1, for QickSilver. Feel...
In this post, I will show you how to implement a carousel in Episerver with Bootstrap. Check out demo here first. Create the carousel block The carousel model can be as simple as a container of all carousel items. So in our implementation, we only...