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: Feb 14, 2014

    Over the last 4-5 projects my team has been working with EPiServer 7 and 7.5 using ASP.NET MVC. We’ve ended up creating some useful methods and helpers that we used in all those projects, that we’ve found to be very valueable and time saving. This...

  • Posted on: Feb 14, 2014
    Rating:

    A question has been raised among editors if there is a best practice on how to organize the blocks in the folder structure. Unfortunately there is no simple answer on that question, so I will show some examples of possible ways to organize the...

  • Syndicated blog - Posted on: Feb 14, 2014

    I quite often get questions on how we deal with testing and inversion of control in my current web forms project running on EPiServer CMS 6. I wrote an article about it when I first started working with it, and … Continue reading →

  • Syndicated blog - Posted on: Feb 14, 2014

    I was using a regular EPiServer template to generate an email template, which an email service could download and send to subscribers. The template had some dynamic links, e.g. unsubscribe and preferences links. These are defined with tokens in th...

  • Posted on: Feb 13, 2014
    Rating:

    The time has finally come for developers to prove their development skills in EPiServer Commerce! Development of the first certification exam for EPiServer Commerce is underway and next week we will announce how EPiServer developers will have the...

  • Syndicated blog - Posted on: Feb 13, 2014

    Dynamic image scaling is an often sought after feature for interface designers and content editors. Whilst not natively supporting this feature; EPiServer 7.5 CMS contains a neat hidden feature (Thanks @athraen for the heads up) that allows a...

  • Syndicated blog - Posted on: Feb 13, 2014

    Really, this should be an easy one, and if someone would like to sneak it into Ektron 9.1, please feel free. For the longest time, when you set up your templates (PageBuilder or not), you give it a nice descriptive name and can even describe your...

  • Syndicated blog - Posted on: Feb 13, 2014

    I was starting to build JavaScript module which manipulates XML DOM. For testing purposes I needed some module which creates browser like document object model and the best module I found was JSDOM. Unfortunately installing it might be tricky. I...