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
  • Syndicated blog - Posted on: Apr 17, 2012

    When upgrading a project from .Net 3.5 to 4.0, it seems the ScriptHandlerFactory entry is removed from the section in Web.config. Here's how to solve this problem.

  • Syndicated blog - Posted on: Apr 17, 2012

    In case you need a way to find the folder on the file system where your application runs when HttpContext is not available, you can use: string applicationPhysicalPath =  HostingEnvironment.ApplicationPhysicalPath; This is useful for instance when...

  • Syndicated blog - Posted on: Apr 17, 2012

    While upgrading a large site to CMS 6, I discovered a strange "feature" in the dashboard gadget handling. This is a small blog post on how you fix it if others run into the same problem.

  • Syndicated blog - Posted on: Apr 17, 2012

    Want to show a personalized message of gratitude to those users who spend a long time on your site? Now you can with the TimeOnSiteCriterion for the EPiServer Personalization/Visitor Group framework Technically – this is a straightforward...

  • Syndicated blog - Posted on: Apr 16, 2012

    Geo facets, a method for search-as-you-type and several other powerful new methods in the .NET API. It’s been a while since I last blogged about Truffler . We’ve been kind of busy with sales, supporting customers and building some really cool new...

  • Syndicated blog - Posted on: Apr 12, 2012

    I’ve been dealing with more of EPiServer’s security and access control functionality recently. See my recent post about creating an attribute based framework for managing security at the property level as a example. When it comes to enterprise lev...

  • Syndicated blog - Posted on: Apr 11, 2012

    I get a lot of questions concerning WebParts used with EPiServer. The most common question is how to use the PropertyXhtmlString and text editor (TinyMCE) in a WebPart. I'll provide examples using both WebControl and UserControl. WebControl public...

  • Syndicated blog - Posted on: Apr 11, 2012

    If you have problems with xforms read Paul Smiths blogpost: Problems with XForms when upgrading to CMS 6 R2