A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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, 2014

    This is my first blog post, but I’ll keep this short and sweet. Since we don’t have any docs showing how to run Commerce Manager R2 SP2 in a .NET 4 appPool, here’s a way to do it for those running this older version of Commerce. 1. Open the...

  • Posted on: Apr 11, 2014

    For a website we’re creating I had to create a route for customers who would sign in for the first time. This URL had to be simple and should contain a unique key for us to know which user was accessing the page. How and with what we created this...

  • Syndicated blog - Posted on: Apr 11, 2014

    I was working on open source library Geta Tags and wanted to improve editor user experience. Starting from EPiServer 7, EPiServer uses Dojo Toolkit for administrative interface. Searching for tutorials and articles on how to create Dojo widgets fo...

  • Posted on: Apr 10, 2014

    Today I got a question from a collegue that could not get a specific property template for a DateTime property to be used. The template resolver never selected this renderer for some reason, even if the tags was matching. Since I’ve seen other...

  • Syndicated blog - Posted on: Apr 10, 2014

    Product Information Management, in short called PIM, is important for driving consistency product information across digital channels. A PIM solution will make all product information available from a central point in a reliable, meaningful, and...

  • Posted on: Apr 10, 2014

    In EPiServer 7.5 if you upgrade to latest update through nuget ( starting from update-6 ) you might get a license error something like : Current version 7.6.0.0 is newer than required version 7.5.9999 Don’t worry, you don't need to "upgrade" your...

  • Syndicated blog - Posted on: Apr 10, 2014

    I encountered an annoying DiretoryNotFoundException while moving one of my existing EPiServer 7 hobby sites to a new server, and thought that a quick note about it would be in order. The exception was this; Could not find a part … Continue reading...

  • Posted on: Apr 08, 2014

    One of the things that bugs me when migrating between environments is to set up the TinyMCE settings. Wouldn’t it be great if we could just define it in code, like we do with our content types? It’s actually not that hard to accomplish. With this...