November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Hi, I just wanted to tell you all that we have released the EPiServer Composer 3.2.5 Release candidate. As you already know; Composer is the new name for the X3 product. This version is compatible with EPiServer CMS R2 Service pack 1. The final...
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...
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...
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...
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...
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...
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...
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...