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: Apr 01, 2010
    Rating:

    Further to my previous post, and thank you all for so many views, I now have a solution for enabling the Google spell checker on the tinyMCE editor: Add the two dlls in the zip below to your project Copy the required lines from the web.config in t...

  • Syndicated blog - Posted on: Apr 01, 2010

    Recently I spoke to a client who had recently migrated to EPiServer from another CMS. They'd noticed that the number of internal broken links was going up rather than down after the migration. I thought that this was strange as EPiServer maintains...

  • Posted on: Mar 31, 2010
    Rating:

    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
    Rating:

    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
    Rating:

    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
    Rating:

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