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: Apr 08, 2013

    When working with large EPiServer websites having hundreds of tousands of visitors each month, you will want to make sure that you get as little downtime as possible while deploying your new releases; especially if the website’s content is of …...

  • Syndicated blog - Posted on: Apr 08, 2013

    In PageTypeBuilder for EPiServer CMS 6 we had a lovely feature called PageTypeResolver which could be used to find the Id of a PageType based on your implementation of TypedPageData. All you needed to do is run PageTypeResolver.Instance.GetPageTyp...

  • Posted on: Apr 05, 2013
    Rating:

    Introduction Let's spend a few moments to talk about a few different ways how to implement cross cutting concerns type of functionality like logging, caching, auditing etc while keeping a high code quality. Each has it's own pros and cons which...

  • Posted on: Apr 05, 2013
    Rating:

    Creating an admin plugin is easy. But making it look good and  blend in  with the core components isn’t documented at all. In this blog post I will try to shed some light on how to achieve the EPiServer built in look and feel. Initial setup After...

  • Syndicated blog - Posted on: Apr 04, 2013

    A client of mine needed help with converting a site from Escenic to EPiServer. I knew absolutely nothing about Escenic, but after some research on the Internet, I found out that Escenic can export articles and related information using XML files. ...

  • Syndicated blog - Posted on: Apr 04, 2013

    After an upgrade of a customer site from EPiServer 5 to EPiServer 6 all scheduled jobs stopped working in all environments. When debugging the scheduling service (in a command prompt run "EPiServer.SchedulerSvc.exe DEBUG" in the service directory)...

  • Syndicated blog - Posted on: Apr 04, 2013

    I often have to describe the logical components of EPiServer CMS to clients and customers. It always feel like I end up recreating a logical architecture diagram on each occasion. The best place to keep something so that you never lose it, is in a...

  • Syndicated blog - Posted on: Apr 04, 2013

    This post is mostly a reminder to myself about how to achieve this. The task In addition to marking a page as changed, the customer wanted the editors to be able to show the users a description of what is new/updated. The customer also wanted user...