November Happy Hour will be moved to Thursday December 5th.

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: Sep 01, 2009

    If you don't specify what type of EPiServer property a code property should map to using the Type property on the PageTypeProperty attribute Page Type Builder will try to figure it out for you. The default mappings are as follows: Code property ty...

  • Syndicated blog - Posted on: Aug 31, 2009

    I’m writing an account registering control. This control needs to show the user how to register for a new account. But when modifying this control the pages editors must be able to see the hole flow. So I went looking for a smart way to display th...

  • Syndicated blog - Posted on: Aug 31, 2009

    I just had a conversation with my friend and former colleague Rickard ( @VirUZI ) where he informed me that a hotfix has been released for EPiServer Community that fixes a bug we’ve both run into. I said thanks but also that I already knew thanks ...

  • Syndicated blog - Posted on: Aug 31, 2009

    In many situations we need to find out what ID a page type has. One such example is when programmatically creating a new PageData object. The code usually looks something like this: int pageTypeID = ??? PageData newPage = DataFactory.Instance.GetD...

  • Syndicated blog - Posted on: Aug 26, 2009

    As you may have noticed over the last month, Joel Abrahamsson has created a module to EPiServer called PageTypeBuilder. In a short explanation PageTypeBuilder brings joy into developing with EPiServer! No more need for ranting around in admin mode...

  • Syndicated blog - Posted on: Aug 25, 2009

    In the this part we’ll finish the Bananas site by allowing some pages to have a specific menu name and adding meta descriptions to all pages. In the process we’ll see an example of how we can work with interfaces and an advanced example of using...

  • Syndicated blog - Posted on: Aug 25, 2009

    In this tutorial I’ll demonstrate how to build a simple but fully functional site using EPiServer CMS and Page Type Builder . In doing so I’ll show basic usage of Page Type Builder as well as some advanced usages. The example project To illustrate...

  • Syndicated blog - Posted on: Aug 25, 2009

    In this part we’ll look at more advanced ways to access property values in page type classes and how that enables us to create page types that encapsulate application logic. Objective In previous parts of the tutorial we have created a sample...