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: Mar 25, 2009

    I recently posted some example code on how to create an EPiServer Composer page programatically so this is the natural follow up. Some very basic code on how to update an existing EPiServer Composer function programmatically. // Get the...

  • Posted on: Mar 25, 2009
    Rating:

    I needed to show the pagetree for my users and tried out several dynamic ajax based and jquery based treeviews. I liked the “dynatree” best and I want to share a simple implementation. In this case I will place the control in the public...

  • Syndicated blog - Posted on: Mar 25, 2009

    I'm still fairly new to EPiServer , so I'm going through the process of a great many rookie errors whilst taking over a site from someone with vastly more knowledge of the product than me. One issue I had recently was when I was creating a new sta...

  • Posted on: Mar 23, 2009
    Rating:

    If you are having trouble installing the Visual Studio Tools for EPiServer CMS this could be the solution for you. I ran into the same problem myself today so I thought I should give you an hint how you could solve the problem. I do not know why...

  • Syndicated blog - Posted on: Mar 23, 2009

    An XML sitemap is a great way to help crawlers such as Google, MSN Search, Yahoo and ASK.com to crawl your site and also allow you to tell them how important pages on your site are relative to each other. Luckily there is a great module for creati...

  • Posted on: Mar 22, 2009
    Rating:

    Technorati-taggar: Search , PageTextIndexDB This is an easy example to find pages from a seachword into a pagedatacollection in EPiServer PageTextIndex database. Header for “using”: --- using System; using System.Collections.Generic; using...

  • Syndicated blog - Posted on: Mar 22, 2009

    Have any of you used categories to categorized the content of the site? I guess not. When the category structure contains more than 20 element it gets almost impossible to navigate and use the category tree. My guess is that most of you uses the...

  • Posted on: Mar 21, 2009
    Rating:

    Technorati-taggar: Workflow , WFF Yes, I know, this is easy. Perhaps there’s someone who likes simple tasks as well ;-) {EpiServer Version: 5 R2 and Visual Studio 2008} I’ve earlier done some side event interactions with EPiServer, eg. when saving...