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
As a lot of you probably have guessed, the next of release of EPiServer CMS is starting to look really good! It’s an “R2” of CMS 6 with a lot of cool new functionality, and we’re hoping to have a beta out before Christmas. The final release is...
A troubleshooting checklist related to access rights in EPiServer and IIS.
For various reasons related to a SSO scenario I have a custom handler which the client calls when loading a page. The handler was basically three lines of code. This post is about the third line. Which is no longer in there. Page loading time: 115...
The new search function in Relate+ 2.0 is really powerful. Relate+ will populate the search index with community content, CMS pages and files out-of-the-box. However the search page that is included in the templates will only search community...
We love you all very much and really want to be with you. That is why we invited you out on a date on Thursday 9th December in this post . We thought that’s what you wanted as you told us so before on previous dates. It appears you don’t love us a...
If you do custom properties in my experience they often include some java scripting to accomplish what you want. Doing JavaScript in code behind isn’t so much fun to say the least. I sure have done my fair share of massive one liners that’s hard t...
Developers all know how easy to add a Google search box to their website. But with me, it only get attractive when I verify an issue regarding to Dynamic Content, when I found that Dynamic Content is really nice feature. So I try to create my firs...
Spark view engine is a neat little web utility that allows you to write code like this: viewdata products ="IEnumerable[[Product]]" /> ul if ="products.Any()" > li each ="var p in products" > ${p.Name} li > ul > else > p > No products available p ...