Take the community feedback survey now.

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: Feb 25, 2011

    In CMS6 R2 we have added some new events to the DynamicDataStore class. Now there are three methods to attach event handlers that are called when Save, Delete or DeleteAll is called on a store instance: public static void RegisterItemSavedEventHan...

  • Posted on: Feb 25, 2011

    On the morning train to work, I played around with the DDS, and made a couple of extension methods to fix something I’ve been irritated about for a while. The “typed” find method in the DDS takes the name of a property, and the value the property...

  • Posted on: Feb 25, 2011

    Itera.Media is a module that uses a virtual path provider to save and serve scaled images. But it uses a file share to store the scaled images. But after I have been a DDS geek, I ported this function to use the DDS as the store. The concept is...

  • Posted on: Feb 25, 2011

    There are several ways of implementing these kinds of functions. But I have started to like Dynamic Data Store a lot, and are using it in all sorts of ways. There are some issues regarding these methods that should be considered. I think that you...

  • Syndicated blog - Posted on: Feb 23, 2011

    Insight into the development of the next version of ImageVault.

  • Syndicated blog - Posted on: Feb 21, 2011

    As you may be aware of, testing and EPiServer (and specifically combining the two) is something that is quite dear to me. There are some hurdles to come over when (unit) testing basically anything before DDS. But this has already been covered in...

  • Syndicated blog - Posted on: Feb 21, 2011

    In this post I will present how to create initial version of edit control for Guid property, which was introduced in previous posts. Writing custom properties: #1 Custom value type Writing custom properties: #2 Default value Writing custom...

  • Posted on: Feb 21, 2011

    The new EPiServer Full Text Search is fully integrated into the RelatePlus package. All content created is added to the search index, including the content’s access rights . That means access control filtering can be done by the indexing service...