Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Aug 20, 2013

    The problem I experienced this problem also with EPiServer PageProviders in EPiServer 6, and it still exists in EPiServer 7. Well, it’s only a problem when you want Editors/Admins to be able to add ContentProviders "on the fly", and on a load...

  • Posted on: Aug 20, 2013
    star star star star star

    I installed Visual Studio 2013 Preview a little while ago, and have not had any serious issues with it. However, when running a site using IIS Express, edit mode just showed a blank page, rendering it useless. The fix was pretty simple: uncheck...

  • Syndicated blog - Posted on: Aug 20, 2013

    After years of blogging about EPiServer CMS I decided it was time to get real. I'm happy to announce a little project that I've been working on lately; a book about how to develop EPiServer CMS sites . I'm publishing it on Leanpub and embracing...

  • Posted on: Aug 19, 2013
    star star star star star

    The main menu is usually a quite important part of your website. A traditional top/main menu typically displays section pages, and can easily be done with EPiServer. But what if you would like the menu items to be drag and droppable, and possible...

  • Syndicated blog - Posted on: Aug 19, 2013

    Working in the new EPiServer 7 edit mode, I received the following javascript error: RequestError: Unable to load /EPiServer/shell/Stores/metadata/?type=EPiServer.Core.ContentData&modelAccessor=%7B%22contentLink%22%3A%2212_24%22%7D&dojo.preventCac...

  • Posted on: Aug 15, 2013
    star star star star star

    5 years ago, when the first lines of code for EPiImage was written, the online world was very different from now, and so was EPiServer CMS. A lot has changed since version 5 including a radically new editor UI, and in the next release (7.5) we wil...

  • Posted on: Aug 14, 2013
    star star star star star star

    The EPiServer Most Valued Professional Program, more commonly known as the EMVP Program, is designed to promote professionals within the EPiServer developer community who are contributing with high class content (e.g. blogs, forums posts, code...

  • Syndicated blog - Posted on: Aug 14, 2013

    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...