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: Oct 31, 2012

    This article provides an overview of the new Alloy example website available for EPiServer CMS 7. It’s intended for developers interested in a high-level description of some of the concepts used.

  • Syndicated blog - Posted on: Oct 29, 2012

    Recently I had the opportunity to attend the EPiServer Developer Training, which is an excellent start to using EPiServer as a developer.  I left the training confident that I could […]

  • Syndicated blog - Posted on: Oct 26, 2012

    Yesterday I attended EPiServer Meetup. Almost the entire Meetup was dedicated to JavaScript and the Dojo framework. EPiServer showed us some Dojo core concepts and how Dojo is integrated with EPiServer CMS 7. Thanks for a pleasant time and great...

  • Posted on: Oct 24, 2012
    star star star star star

    Over the last few months EPiServer Find has become my new favorite weapon of choice for many, many coding challenges. It’s so easy – yet so powerful. And as a search geek I love this new way of juggling information around. One of the latest projec...

  • Posted on: Oct 24, 2012
    star star star star star

    In my previous blog post about updates to typed models in EPiServer 7 I mentioned that we have added the possibility to select renderer for properties, pretty much the same way as you can assign renderers for blocks and pages. Let’s look a bit mor...

  • Posted on: Oct 23, 2012
    star star star star star

    EPiServer 7 comes with typed models for pages and blocks, this post is about what happens when we synchronize the code with the database (and not about how you define the model). All of this is documented in some way or form in the SDK and there a...

  • Posted on: Oct 22, 2012
    star star star star star

    In this second blog post in the series about how to extend the user interface in EPiServer 7 we will look how to add a component using the JavaScript framework Dojo. There are two parts needed to create a Dojo-based component. The first is a serve...

  • Posted on: Oct 22, 2012
    star star star star star

    In the previous couple of minor releases I added some functionality to automatically render dynamic content correctly in presentation view, I had several requests from Developers for this ability. The implementation ended up becoming more complex...