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: Jun 19, 2009

    I recently came across a website for a hospital and noticed an error message that seemed familiar: The error message states: [Error: Property is contained in a page/control/template that does not have a current page.] Solution The solution/explana...

  • Syndicated blog - Posted on: Jun 18, 2009

    I’ve been working on a couple of things lately in EPiServer that I want to be able to easily re-use on other projects.  From my point of view that means just dropping DLLs in folders and letting EPiServer do as much of the work as possible.  One o...

  • Syndicated blog - Posted on: Jun 18, 2009

    EPiServer released EPiServer CMS 5 about 2 years ago but I was still surprised today when I noticed that it’s impossible to install EPiServer 4.x using the normal online installation with the installation manager provided by EPiServer. Avantime ha...

  • Syndicated blog - Posted on: Jun 16, 2009

    EPiServer Extension Methods part 1 From LinkItemCollection to PageDataCollection public static PageDataCollection ToPageDataCollection(this LinkItemCollection linkItemCollection) { var pageDataCollection = new PageDataCollection(); foreach (var...

  • Posted on: Jun 16, 2009

    For a while now you have been able to rate articles and blog posts, as well as see most viewed, most popular and a Tag Cloud for each. These items are standard CMS pages but with a custom made EPiServer Community Module hooked up, aka PageEntity....

  • Posted on: Jun 16, 2009

    I often find myself debugging sites that run on machines that have a lot of sites up and running. So when I need to attach my VS to the process I usually have at least three (often more) w3wp.exe processes running. A neat little command that my...

  • Syndicated blog - Posted on: Jun 16, 2009

    Fler och fler webbansvariga tycker det är viktigt att inte bara underlätta för besökare att hitta fram till en webbplats, utan även att besökaren ska hitta information väl framme på en webbplats. Populärt kallas detta enterprise SEO (eSEO).  Här...

  • Posted on: Jun 15, 2009

    If you’re an above average, EPiServer module installer developer you might have experienced writing a custom wizard for retrieving data. When doing so you take on a responsibility to handle cancellation, not only for your own script but for any...