Let's get rid of that Episerver license warning message in development shall we.
As an Episerver developer you will be creating properties on your Page/Block/Media models a lot, and it's generally a pain to type everything out again and again. So I've created some TAB TAB magic to make life easier.
Using ActionFilters and HttpModules to modify the MVC response HTML for 'securing' all links opening in a new tab.
Recently I worked on a project where we needed to enable "edit mode" preview for a custom document type. It seemed like it would be a trivial task, just set up a view and map the document type in the TemplateCoordinator. Turns out we need some UIDescriptor magic.