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: Aug 05, 2010

    I’m currently working on a gadget who’s target audience is EPiServer CMS Editors. I thought therefore that it would probably be a good idea to make it internationalizable so editors can view the gadget in localized languages. The obvious way to do...

  • Syndicated blog - Posted on: Aug 04, 2010

    The PropertyControlClassFactory class makes it easy to map EPiServer properties to custom property controls to modify how properties are rendered.

  • Syndicated blog - Posted on: Aug 03, 2010

    Nu is a new package management system for .NET which basically wraps RubyGems. I think this is pretty cool and shows some great potential so I decided to give it a try and added gems for Page Type Builder and EPiAbstractions . Getting Nu To get...

  • Syndicated blog - Posted on: Aug 03, 2010

    Nu is a new package management system for .NET which basically wraps RubyGems. I think this is pretty cool and shows some great potential so I decided to give it a try and added gems for Page Type Builder and EPiAbstractions . Getting Nu To get...

  • Syndicated blog - Posted on: Aug 02, 2010

    Today seems to be one of those days where you pick up really simple bits of information that you’re surprised you never knew before (see Erik’s post about sending mail in a development environment for example)…… My little snippet comes from a...

  • Posted on: Jul 31, 2010

    Imagine that we have a service that’s responsible for fetching some pagedata. The following interface and class is used 1: public interface IPageLoadService 2: { 3: PageData Load( int id); 4: } 1: public class PageLoadService : IPageLoadService 2:...

  • Posted on: Jul 30, 2010

    A colleague asked me why all the properties that are to be mapped with PageTypeBuilder has to be virtual. This is sort of interesting and everyone that’s using PTB might not be aware of the reason so I thought that that merits a quick post about i...

  • Posted on: Jul 30, 2010

    It very often I see EPiServer sites using the CacheManager.RuntimeCache or ASP.NET runtime cache to store “hard to get objects” in - this will not update cached objects on remote site on a web farm. To get the remote events to update caches on all...