Login

Blog entries posted during 2008

Jul
09

Using Ajax in EPiServer CMS 5

Posted by: Mari Jørgensen

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

Posted by: Mari Jørgensen

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

Posted by: Mari Jørgensen

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

Posted by: Mari Jørgensen

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

Mar
02

Replacing Property Rendering Using Adapters

Posted by: Mari Jørgensen

My colleague, Steve, wrote an excellent post on how the new property architecture in CMS 5 allows us take control of the property rendering. This post is a followup, illustrating the same example as Steve did, but this time using Controls Adapters.... [Read full article]

0 Comments

Feb
21

EPiServer CMS 5 SP1 - Hotfix 1 is available

Posted by: Mari Jørgensen

A lot of you Norwegian developers (and editors) are probably aware of the bug referred to as "the norwegian date problem", officially known as #8099 - Error while parsing a date in Norwegian format. If you have selected Norwegian as your user... [Read full article]

0 Comments

Feb
13

Reflect user language in custom properties and plugins

Posted by: Mari Jørgensen

If you are creating custom properties and plugins, you propably want your labels and text to reflect the language that the user has selected as his/hers personal language.   This can be solved by using a custom Translate method similar to... [Read full article]

0 Comments

Jan
22

Upgrading Your CMS Site

Posted by: Mari Jørgensen

Now that EPiServer SP1 is available, you might want to use the EPiServer CMS Manager to upgrade your site. Keeping that in mind, here is something nice to know. When upgrading you might recieve this error message: 1. In the sites bin folder, ... [Read full article]

0 Comments

Jan
18

Hiding Category Tab

Posted by: Mari Jørgensen

Ever wanted to hide the default Categories tab in editmode? Well, with EPiServer CMS 5 and the EditPanel LoadPage event, you can! public class Global : EPiServer. Global { protected void Application_Start(Object sender, EventArgs e) { ... [Read full article]

0 Comments

Jan
15

Configuring Enterprise Sites

Posted by: Mari Jørgensen

The other day I was setting up my first EPiServer CMS 5 Enterprise site, using the following technical note as a guide. I had some trouble getting *internal links to work - *internal meaning links within the same EPiServer database, but on another... [Read full article]

0 Comments

EPiTrace logger