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: Apr 12, 2011
    Rating:

    When you add a file in EPiServer using the versioning provider you will find that the file is named to a Guid in Windows file system. So finding a particular file could be troublesome. One way of getting the connection between file name and Guid...

  • Syndicated blog - Posted on: Apr 12, 2011

    URL structures are an important part of SEO. Its very important that our sites do not appear to serve duplicate content. However there is one feature of EPiServer that can do exactly that, namely when using language branches in the URL and viewing...

  • Syndicated blog - Posted on: Apr 12, 2011

    URL structures are an important part of SEO. Its very important that our sites do not appear to serve duplicate content. However there is one feature of EPiServer that can do exactly that, namely when using language branches in the URL and viewing...

  • Syndicated blog - Posted on: Apr 11, 2011

    With ETF 1.1 came some breaking changes affecting ETF UI controls that mimic the appearance of EPiServer's page type property controls.

  • Syndicated blog - Posted on: Apr 11, 2011

    EPiServer has announced the well sought after NuGet feed. In this post we’ll take a look at how to create a NuGet package for ETF (if you want to know how this could be done using a module installer take a look at this post). This post assumes tha...

  • Posted on: Apr 11, 2011
    Rating:

    The debugging symbols for the second release of EPiServer CMS, Community, Mail, Composer and Commerce have now been published on http://symbols.episerver.com/ . Let me show you how to set up a few common debuggers to automatically download symbols...

  • Posted on: Apr 11, 2011
    Rating:

    You may wish to check that the current Http request matches an EPiServer Visitor Group from code, such as from a page or control template. Method #1 using EPiServer.Personalization.VisitorGroups; var match = EPiServer. Security. PrincipalInfo....

  • Syndicated blog - Posted on: Apr 11, 2011

    In a previous post I’ve described a way to automatically organize EPiServer pages in various types of structures. I’ve made this code downloadable from GitHub. We’ve also, in the second part of this series of posts, seen how to use this...