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
I just realized that I in this previous post forgot to share my “search page provider” – a page provider that searches for the newest pages in a specific page type using Johan Olofssons LINQ to PageData – and returns the results as children. It’s ...
If you check the EPiServer SDK they way to do it is by attaching to the EditPanel loadedpage event i Global.asax. What if you would like to to it for different pagetypes then? It would be no big thing to add a paget ype check and maybe make it...
We decided to build a poll function using a Question page type and an Option page type to put below. For each option we thought the new Dynamic Data Store related to an EPiServer page - the Page Object Manager - would be a neat thing to use as...
I just wanted to tell you that EPiServer Connect for SharePoint now supports SharePoint 2010. Download link: http://world.episerver.com/Download/Categories/Connect-For/EPiServer-Connect-for-SharePoint/ About EPiServer Connect for SharePoint For...
Ever had trouble with SearchDataSource on a migrated site where you have changed the master language? Well, you're not the only one. Changing master language using a tool like Advanced Language Manipulation Tool will not affect the fkLanguangeBran...
Let’s take a moment and think about what this programming to an interface and not an implementation can do for us. For instance, imagine that you want to test the following scenarios. 1. The service is unavailable and thus throws a System.Net.WebE...
Last year I did a lot of research on using a CDN with EPiServer CMS, that resulted in a module that I released on my blog. You can read more about that research here: http://world.episerver.com/Blogs/Per-Bjurstrom/Archive/2009/3/CdnSupport-module-...
With the introduction of the EPiServer Framework in EPiServer CMS 6, there are potentially multiple places in the EPiServer codebase that can update configuration from code. As the configuration is also often cached in memory, this can cause...