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: Nov 13, 2013

    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: Nov 13, 2013

    Rewrites tags, dates and pages. Supports the format /Templates/Blog.aspx?id=3&epslanguage=en&year=2012&month=5&page=2&tag=episerver namespace DV.UrlRewriters { using System; using System.Collections.Specialized; using System.Globalization; using...

  • Syndicated blog - Posted on: Nov 13, 2013

    So you've read Joels blogpost about Unified Search and want to try it out, great! It's actually — what I think — one of the cooler features of Find when it comes to actual search and not just querying for data. Too bad it's just for EPiServer 7,...

  • Posted on: Nov 12, 2013

    Why isn’t the page updated This is a question I’ve got from editors from time to time and usually the answer has been try Ctrl-R or Ctrl-F5 in the browser and see if that helps, which usually does the trick but one cannot expect all visitors of a...

  • Syndicated blog - Posted on: Nov 06, 2013

    If you're starting a new EPiServer 7 project designed to share credentials with another system, beware that the default algorithm has been changed.

  • Syndicated blog - Posted on: Nov 05, 2013

    Sometimes you need to customize how properties are rendered in EPiServer’s edit mode, particularly for content areas.

  • Syndicated blog - Posted on: Nov 05, 2013

    The ShareThis social sharing plugin has a rather annoying "feature" that injects a hashed link in text copied from your site. Get rid of that easily.

  • Syndicated blog - Posted on: Nov 04, 2013

    In EPiServer 7 Web Forms project I wanted to find all usages of a regular property. But I failed – “Usages of ‘RightContentArea ‘ were not found.”. (I am using Resharper for that.) It is very clear that when you … Continue reading →