Login

Mari Jørgensen´s Blog Posts

Oct
15

Cache information in R2

I just noticed a new and quite neat feature in R2: In admin mode (admin/default. aspx) you now get separate cache information for each Page Provider. Here is a screenshot of my local site where I have the UKTop40 PageProvider installed. If you... [Read full article]

0 Comments

Jul
09

Using Ajax in EPiServer CMS 5

Here is a short description of  the minimal steps necessary in order to use Ajax in your EPiServer CMS 5 project. Note that in this case the Ajax controls where used in a custom property, i. e I haven't tested any possible issues related to the... [Read full article]

0 Comments

May
22

Overriding subscription email formatting

The SubscriptionMail class in the EPiServer. Personalization namespace is the default subscription handler in EPiServer CMS 5. Being a bit curious to how EPiServer generated the content of the subscription emails, I used . NET Reflector to... [Read full article]

0 Comments

Apr
22

Module Packaging

If you have installed the new demo package available on EPiServer World, you have already used the new module installation feature in the EPiServer CMS Manager. This feature is rather new, and IMHO one of the coolest things in EPiServer CMS 5. ... [Read full article]

0 Comments

Apr
04

Accessing CurrentPage from a static context

Ever needed access to the CurrentPage object inside a static method or property? As long as you have a valid HttpContext this code will do the trickPageBase pageBase = HttpContext. Current. Handler as PageBase; string pageName = pageBase.... [Read full article]

2 Comments

EPiTrace logger