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
  • Posted on: Aug 30, 2012
    Rating:

    This blog post is a quick reference on how to define page types in code in EPiServer 7 CMS.   Updated to EPiServer 7 CMS on 14.01.2013 This blog post was originally written for a preview version of EPiServer 7 CMS, but is now updated to the final...

  • Posted on: Aug 28, 2012
    Rating:

    Have made a plugin that copy files and folders between 2 VPP folders that are of different type. The code is pretty straight forward, and thinks its strange that the buildt in copy / paste from the explorer view from episerver don’t support this. ...

  • Syndicated blog - Posted on: Aug 27, 2012

    A customer had an URL to a page file, but couldn’t locate the page where the file was stored. And somehow the search in EPiServer didn’t give any hits on the file, so started digging around in the database and found the column ExternalFolderID in...

  • Posted on: Aug 24, 2012
    Rating:

    Based on EPiServer CMS 6 R2 and the Alloy Technologies Templates Recently I was working with a customer who wanted a nice Video-based Page Type.  In their own search they came across some of the video pages on episerver.com for a few of our...

  • Syndicated blog - Posted on: Aug 24, 2012

    I’ve blogged previously on why you’d want to create your “IDataFactory” and how decorators can help you keep your code clean. In this post I’ll expand on that subject. A tale of five children A given node contains five children. Two of these (in...

  • Syndicated blog - Posted on: Aug 22, 2012

    With the DI support coming in EPiServer 7 SM sooner or later is going to try and resolve a dependency and fail to do so. Most likely this is due to a container configuration issue and this is where the StructureMapDependencyResolver that ships wit...

  • Syndicated blog - Posted on: Aug 22, 2012

    I’m one of those developers that think that debugging an application is a great way of gaining knowledge about its inner workings, not just for finding problems but also for educational purposes. Elasticsearch is one of my favorite open source...

  • Posted on: Aug 22, 2012
    Rating:

    A number of clients have asked, over the years, for a way to use ActiveDirectory as their membership provider in Commerce.  This can be done fairly easily.  The issue in the past has been that the user object in Commerce uses a GUID whereas a...