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 31, 2010

    So with the release of EPiServer 6 and all it’s advancements comes the news that spell checking is handled by your browser, great news if your using Firefox, a shambles if your not. How did the decision to disable spell checking for IE ever get ou...

  • Posted on: Mar 31, 2010

    If you’re using an appender layout like this: 1: layout type ="log4net.Layout.PatternLayout" > 2: conversionPattern value ="%date %level [%thread] %type.%method - %message%n" /> 3: layout > The conversion pattern is: %date %level [%thread]...

  • Posted on: Mar 30, 2010

    Since I started to write this post Joel Abrahamsson has written a great introduction to what IoC is which rendered the beginning part of my post more or less redundant. So if you’re not familiar with terms like DI (dependency injection) and IoC...

  • Syndicated blog - Posted on: Mar 28, 2010

    I’ve done a little spring cleaning, updating all EPiServer posts to now use EPiServer CMS 6, and making sure the code still works. I’ve also added the code for ShareIt and SlideShare Dynamic Content to EPiCode, and updated EPiCode.Extensions....

  • Syndicated blog - Posted on: Mar 27, 2010

    Letting browsers cache files is a great way to improve your page load speed but also to reduce your bandwidth usage and ultimately save some money. It’s a win-win situation! Yslow recomends that files are cached at least 2 days, Googles Page Speed...

  • Posted on: Mar 26, 2010

    Searching the Internet for EPiServer's VirtualPathUnifiedProvider, I didn't find much information. So here I'm going to show you some basic examples how you can use it in your EPiserver projects. VirtualPathUnifiedProvider inherits from asp.net...

  • Posted on: Mar 26, 2010

      This won’t be a very long blog post. I just wanted to recommend a nice code formatting plugin for windows live writer it’s created by Leo Vildosola and you can find it here .

  • Posted on: Mar 26, 2010

    I have been building some quite complex admin mode plugins, and have come across a few tips that I think I should share. I may accumulate more tips, and if I do so then I’ll add them to this post :) Inherit from EPiServer.UI.SystemPageBase to get...