Take the community feedback survey now.

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
  • Posted on: Mar 02, 2012

    Creating pages in EPiServer using PageTypeBuilder is pretty simple and very convenient. However sometimes I run into issue that forgetting to mark page type property as virtual (I suppose this is required for property access interception). Playing...

  • Syndicated blog - Posted on: Mar 02, 2012

    Creating pages in EPiServer using PageTypeBuilder is pretty simple and very convenient. However sometimes I run into issue that forgetting to mark page type property as virtual (I suppose this is required for property access interception).

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