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: Mar 01, 2012

    Recently I saw a forum thread over at EpiServer world that asked for chat functionality and since I had previously toyed around with the basic idea I decided to write a quick POC. Like Fredrik says it can be implemented using SignalR. SignalR is i...

  • Syndicated blog - Posted on: Mar 01, 2012

    On the subject of “for future reference” and “note to self”, when needing to change language branch on the current context (HTTP request or in a scheduled job) in EPiServer: EPiServer.BaseLibrary.Context.Current["EPiServer:ContentLanguage"] = new...

  • Syndicated blog - Posted on: Feb 29, 2012

    A look at some statistics from the EPiServer developer community, based on the Partners list and EPiServer World data. Could "biggest partner" be more than just the number of certified developers?

  • Syndicated blog - Posted on: Feb 29, 2012

    (If this post seems out of context, return to introduction post and hopefully it will make more sense) How do users comment? So, from the last post we currently know that some sort of user wants to comment upon an article. Since the previous...

  • Syndicated blog - Posted on: Feb 28, 2012

    If you add an EPiServer Property control to the PageLists ItemTemplate it handles CurrentPage as expected, you can also get the CurrentPage by the binding expression: Lets say you have an user control (.ascx) in the ItemTemplate instead, then the...

  • Syndicated blog - Posted on: Feb 28, 2012

    TinyMCE has a habit of removing empty attributes for many HTML elements, and for various reasons this might not always be what you want. For instance, today a customer ran into an issue where the value attribute of a element was removed if it was...

  • Syndicated blog - Posted on: Feb 27, 2012

    In this series of post I’m going to discuss how me and my fellow team mates (Karl Ahlin, Anna Lantz, Jonathan Larsson, Oskar Bejbom, Mathias Kunto and Joachim Widén) handled a requirement to review text found in EPiServer pages. There won’t be too...

  • Syndicated blog - Posted on: Feb 27, 2012

    I am currently upgrading a site to run under EPiServer CMS 6 R2 One thing that struck me was that I got zero results back when using code that earlier had been tested and worked. The code below works fine in CMS 6.0: DataFactory.Instance.FindPages...