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
  • Posted on: Jun 07, 2010
    Rating:

    At the EPiServer Partner Summit in Malmø I held a presentation about Search Providers and Settings for Properties, which is new functionality in EPiServer CMS 6. I ran two code demos: Creating a custom search provider from scratch Adding settings ...

  • Posted on: Jun 06, 2010
    Rating:

    ( Head here for an introduction ) ( Head here for part one ) Now let’s look at the SaveClick method 1: protected void SaveClick( object sender, EventArgs e) 2: { 3: var newMainBody = NewMainBody.Text; 4:   5: newMainBody = newMainBody 6:...

  • Syndicated blog - Posted on: Jun 04, 2010

    Nyligen genomförde vi på Euroling ett frukostseminarium om sökning på intranätet tillsammans med vår partner Creuna. Fokus för seminariet var att inspirera och visa goda exempel på hur sökmotorn gör intranätet till ett mer effektivt kommunikations...

  • Syndicated blog - Posted on: Jun 04, 2010

    Lately I have been putting together some random extensions/modules/what ever you like to call it for Relate+, such as the Friendly URLs for Relate+ and the Contest Picker property . I thought it was about time to create a home for these modules an...

  • Syndicated blog - Posted on: Jun 04, 2010

    I attended EPiServer’s Partner Summit today and held a presentation titled “More object oriented development with Page Type Builder” with which I tried to give an introduction to what Page Type Builder is and how it can makes our lives as develope...

  • Syndicated blog - Posted on: Jun 04, 2010

    I attended EPiServer’s Partner Summit today and held a presentation titled “More object oriented development with Page Type Builder” with which I tried to give an introduction to what Page Type Builder is and how it can makes our lives as develope...

  • Syndicated blog - Posted on: Jun 02, 2010

    The new initialization system in EPiServer 6 can be used to execute logic in a specific order on startup. This post explains how to ensure your startup modules are executed after the DataFactory has been initialized properly.

  • Syndicated blog - Posted on: Jun 02, 2010

    When adding Page Type Builder to an EPiServer project you may run into security exceptions because the assemblies aren't fully trusted. Luckily, fixing it is quick and painless!