Login

Erik Nordin´s Blog Posts

Dec
02

EPiServer:PageList with SelectedItemTemplate

This is a quick guide how to extend EPiServer:PageList with a SelectedItemTemplate. This is a good start if you want to try to extend it with a SeparatorTemplate or something more spectacular. 1. Create a class I. e. PageList. cs, a recommendation... [Read full article]

0 Comments

Oct
14

Add property to multiple page types

How fun is it when you realize that you have to add a property to 20 different page types? Been there done that. So today when I realized that I had to do it again I wrote an admin plugin instead. With this plugin you can create a new property just... [Read full article]

0 Comments

Sep
09

Extension Methods in .NET 3

I really love Extension methods released in . NET 3. Here are two simple, but useful examples: This method will add a default text to your textbox, the text will be removed when the user focus the textbox, and if if it's emtpy onblur, the default... [Read full article]

0 Comments

Jul
18

Implementing the FCKEditor

One of our customers really needed an editor that would work for FireFox when they are Mac-users, so I tried to implement the FCKEditor which EPiServer has an howto about: http://world. episerver.... [Read full article]

0 Comments

Jun
27

Using XForms to store information

At the moment I’m adding some functionallity to vinsprit. se, so that a visitor can add products, that aren’t in the regular assortment, to a cart and by a simple click send this cart by fax to the closest Systembolag. A pretty nice feature. The... [Read full article]

0 Comments

EPiTrace logger