Try our conversational search powered by Generative AI!

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: Oct 12, 2014

    Cross cutting concerns should be handled in an unobtrusive way, i.e. implemented in a way they don’t require any modifications to your original features. One way to achieve this is by using Aspect Oriented Programming, more specifically using Cast...

  • Syndicated blog - Posted on: Oct 12, 2014

    I noticed that customers usually do not want to enter Keywords for SEO, as it is too much work. I won’t go into the discussion whether it’s necessary to have them on you page or not, but this might help them. When I was coding this, I had the id t...

  • Syndicated blog - Posted on: Oct 11, 2014

    While back I blogged about Indexing Blocks with EPiServer Search, this is one of my most read posts, and I use it a lot myself. But I got tired of copying the code every time, so I decided to make it more generic. I created an attribute called...

  • Syndicated blog - Posted on: Oct 10, 2014

    Install the EPIServer Visual Studio Extension One of the oldest way is using Deployment Center, but I like to use Visual Studio.  So first of all download and install EPiServer CMS Visual Studio Extension We will use it to set up new project. Crea...

  • Syndicated blog - Posted on: Oct 10, 2014

    Install the EPIServer Visual Studio Extension One of the oldest way is using Deployment Center, but I like to use Visual Studio.  So first of all download and install EPiServer CMS Visual Studio Extension We will use it to set up new project. Crea...

  • Syndicated blog - Posted on: Oct 09, 2014

    In EPiServer 7 (and newer versions) developers can easlily validate input from editors and display a message. There are 3 different severities: ValidationErrorSeverity.Info ValidationErrorSeverity.Warning ValidationErrorSeverity.Error (Page cannot...

  • Syndicated blog - Posted on: Oct 08, 2014

    Set the playground After you have successfully followed Ted’s tutorial on how to create a site using almost nothing else than Visual Studio. Next thing what is in your work queue is to add EPiServer Community functionality on top of this. Add...

  • Syndicated blog - Posted on: Oct 08, 2014

    When working with EPiServer Commerce you will see that all products, variants and categories automatically will receive a block in the Information tab called "SeoInformation". In several of our projects we don't want to display this block, we'd...