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 19, 2013

    Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...

  • Syndicated blog - Posted on: Feb 19, 2013

    Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...

  • Syndicated blog - Posted on: Feb 18, 2013

    I recently posted a reply about Reducing database size at EPiServer World and thought I'd assemble some queries that come in handy when analyzing a database gone huge. Here's a query that will give you the biggest tables by row count. SELECT so.na...

  • Syndicated blog - Posted on: Feb 18, 2013

    With EPiServer 7 out in the wild, I thought it was about time to give our EPiSiteMap plugin a little update and enable it work with the latest version of EPiServer. The updates were fairly simple, we needed only to re-compile against the new versi...

  • Syndicated blog - Posted on: Feb 18, 2013

    I feel flattered, honored and proud that EPiServer has awarded me the status of EPiServer Most Valued Professional (EMVP). This came as a complete surprise to me, and I hope I can live up to the expectations and high standards that people will hav...

  • Syndicated blog - Posted on: Feb 18, 2013

    Recently I had a bug raised on an EPiServer build which described an error message I’d never seen before. When attempting to assigned new group rights to a particular branch

  • Posted on: Feb 18, 2013
    Rating:

    Last Friday I saw a request on the forums if it was possible to change the order of the media and the shared blocks components so that the media component would be the one shown by default. I responded that I did not know a god way but since there...

  • Syndicated blog - Posted on: Feb 18, 2013

    Let’s say I want to use the new (brilliant) ISelectionFactory to easily create a list of something for the editor to choose. The data the editor uses is fetched from EPiServers IContentRepository. Unfortunately this won’t work since the class is n...