Login

Erik Nordin´s Blog Posts

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

Jun
25

MultiPage Property to EPiServer 5

I know there is a great MultiPage Property on EPiCode, but sometimes I want to use a bit more simple MultiPage picker, and not be able to choose to link documents and other pages etc. So when I had some spare time a few weeks ago, I wrote my own... [Read full article]

0 Comments

EPiTrace logger