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: Mar 13, 2013

    I was given the task to import pages from EPiServer 4.6 to a new EPiServer 7 site. Access was limited and I had no possibility to modify the code or configuration of the 4.6 project. I went for a solution where an export package was used. First I...

  • Posted on: Mar 13, 2013
    Rating:

    Avoiding Duplicate Content I think everyone loves the Simple Address feature in EPiServer CMS to easily set up friendly URLs.  If you haven't come across it, Simple Address lets you set a simple URL that will come after the site domain.  This is...

  • Syndicated blog - Posted on: Mar 11, 2013

    Here is how you can use Web API in an EPiServer CMS 7 MVC project with dependency injection in the API controllers.

  • Syndicated blog - Posted on: Mar 11, 2013

    .csharpcode, .csharpcode pre{ font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/}.csharpcode pre { margin: 0em; }.csharpcode .rem { color: #008000; }.csharpcod...

  • Syndicated blog - Posted on: Mar 11, 2013

    How to render content areas without using the built in functionality in EPiServer. And how to maintain some sort of on-page-editing functionality. Content areas is a great new feature in EPiServer 7. One reason for that is of course the obvious on...

  • Syndicated blog - Posted on: Mar 08, 2013

    After my upgrade of Stockholm Pride to EPiServer 7 CMS (blog post coming soon) I wanted the project to be a bit more shiny with some Code Managed Page Types. I forked Erik Nordin’s utility to create classes for PageTypeBuilder in an existing...

  • Syndicated blog - Posted on: Mar 07, 2013

    Example unit tests for the MVC version of the EPiServer 7 Alloy templates available for download. During the development of the ASP.NET MVC templates for EPiServer 7 I created a number of tests, or executable specifications, in a separate project....

  • Syndicated blog - Posted on: Mar 07, 2013

    Usually there are lot of background jobs in EPiServer installation with enterprise scale. Using standard user interface for overviewing scheduled jobs is not so convenient. You have to navigate to each job’s details page to look for scheduling tab...