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: Dec 29, 2009

    I just followed the few basic steps suggested by Cristian, did a bit of basic trouble-shooting and voila – an updated version of the QuickWatchGadget is ready for CMS 6 RC1 (And hopefully also for the final release). It’s an easy install – just...

  • Posted on: Dec 28, 2009
    Rating:

    Rather than enumerating every change between preview 2 and the release candidate we downloaded a few of the winning gadgets and made the required changes to make them work on the RC version. This is the list of changes. Please feel invited to shar...

  • Syndicated blog - Posted on: Dec 26, 2009

    One of the most frequently and eagerly used programming constructs of the Microsoft.Net Framework is Enum. There are several interesting features that make it very compelling to use to for all kinds of dropdowns and checklists: The bounds factor –...

  • Syndicated blog - Posted on: Dec 24, 2009

    This is the last part of Create an EPiServer site from scratch. We’ve come a long way, almost finishing our site! What we have left is doing some testing and deploying it to our production server. Client side performance testing When doing...

  • Posted on: Dec 23, 2009
    Rating:

    EPiServer CMS 6 RC1 supports upgrading from EPiServer CMS 5 R2, we have tested a couple of internal customers like EPiServer World and external customers that donated a copy of their site to us. The upgrade process does a few notable things: XForm...

  • Syndicated blog - Posted on: Dec 23, 2009

    I got a question in the mail today how to get started with EPiServer CMS as a developer. Here are my tips: Register at world.episerver.com with your work email address. Start by downloading and installing "EPiServer CMS 5 R2 SP2"...

  • Posted on: Dec 23, 2009
    Rating:

    For fun I tried to make a url rewriter that could translate generic query parameters to be part of the path. So if you had a page /newlist/  and used a query parameter to get to page 2 like this /newslist/?page=2 you would get that parameter as a...

  • Posted on: Dec 22, 2009
    Rating:

    Another new exciting feature in CMS 6 (RC onwards) is the joining of forces between CMS pages (PageData) and objects that can be stored in the Dynamic Data Store, a.k.a. Page Objects. Of course this can be handled manually by the programmer by...