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
Using the Output channels within MVC requires a slightly different approach than with WebForms. So, I created a few Controllers A JsonController that handles the output for JSON. A XmlController that handles the output for XML. A TxtController tha...
A comment on my last post, "Custom output for EPiServer pages", said that it would me more clean to have content rendered based on content negotiation, rather than on a querystring parameter. I don’t look on an url segment as a querystring, and yo...
This blog can help developers if they are just starting development In EpiServer Find and CMS I summarized these from find documentation and different forum posts. To use the EPiServer integration we need the regular EPiServer Find .NET API as wel...
OK, so we all know how to translate the PageTypeName for the various pagetypes for the Editor, right? Pretty basic EPiServer stuff, here’s how to do that, in case you don’t remember: The above code shows the Norwegian editors the name “Artikkel” f...
What I needed I wanted to be able to render different output formats for a page created in EPiServer. My requirements were: Render the different output through a segment in the url, not through the querystring. Control over what gets rendered in t...
Using PlugInSettings for virtual role registration on application startup gave me errors when deploying to test, so I had to find another solution.
Based on EPiServer CMS 7.1, Commerce 1 R3, and the Enoteca Templates Shannon Gray recently wrote an excellent blog on how to “ Do A Lot More With EPiServer Commerce Promotions With a Little Code ”. Inspired by this blog, as well as a similar...
Check in our ImageVault demo site, based on the fictional travel agency Vaultopia. It’s perfect if you want to show the product to any client or just want to familiarize yourself with ImageVault. This demo site with responsive design is built upon...