Go to content

Go to employees

Go to search

Blog entries posted during 2011

 

Find recently changed pages

How to find the most recently changed pages in EPiServer.

Tags:


Implementing a custom membership provider for EPiServer, part 2

A walkthrough of the basics involved in implementing a custom membership provider for EPiServer. Part 2 of 2.


Implementing a custom membership provider for EPiServer, part 1

A walkthrough of the basics involved in implementing a custom membership provider for EPiServer. Part 1 of 2.


17 easy steps for setting up xdt transformations in your web projects

So, what is xdt used for? Xdt is a way to generate the correct .config (or other xml-files) when you have different servers you need to deploy your web project to. This way you do no longer have to manually keep track of changes made to the...

Tags:


Epinova.CRMFramework version 1 released

For the last couple of years I’ve worked with several customers who wanted to integrate their websites with Microsoft Dynamics CRM 4.0. There are several frameworks available for doing just that, but I never found one that I was 100% satisfied wit...

Tags:


New features for the Meridium.FolderBrowserProperty

I have togheter with Håkon Nordli at NorgesGruppen, made som new features for the Meridium.FolderBrowserProperty. The property itself lets you choose a folder from the filearchive in EPiServer. Our expansion lets you choose multiple folders using...


Handling EPiServer users and roles - reference list

Handling users and roles are very common tasks in EPiServer and .NET projects in general. Here's a reference list of various useful membership related operations done in code.


Nettstedet ditt er snart ulovlig

Førre veke vitja Netlife Research og Epinova Stavanger med det som formål å ikkje berre servere god frukost, men å gje nyttige tips i utforming av brukarvenlege og tilgjengelege nettsider.


Problems with dashboard

Have you ever had problems with the Dashboard giving you 404 in EPiServer before? That is probably because you have forgotten to configure  the IIS correctly


How to instantiate a WCF service client.

Never instanciate a WCF service client with an empty BasicHttpBinding contructor. This will disable you from being able to configure your service through web.config.

Tags:


Cleaning up the web

Since the launch of the first iPhone in 2007, the market for smart phones - and recently also tablets - has grown rapidly. More and more users now browse the web daily on these small, portable devices. As with everything else in this industry, us...


IIS loopback problem when using Windows Authentication

A website configured with Windows Authentication in IIS caused HTTP 401.1 errors when browsing to it from the local machine. The problem was caused by a security feature in .NET 3.5 SP1.


EPiServer vNext Falcon Seminar

I’ve been spending the last couple of days in the beautiful city of Stockholm in order to attend the EPiServer vNext Falcon Seminar and meet up with the Swedish developers we see every day at Twitter and EPiServer World.

Tags:


Create your own Copy Page Event

  I got into a case where I needed a copy page event, something EPiServer does not provide as a page event. I was making a changelog functionality that read a text-property from all the existing versions of a page, and listed it out as an overview...


Outgoing mails blocked by antivirus software

If your app is having trouble sending mail, your antivirus software may be to blame.


Norsk oversettelse av Microsoft Product Reaction Cards

Metode til brukertesting omtalt i "Measuring Desirability: New methods for evaluating desirability in a usability lab setting"


The power of integrating your EPiServer website and your CRM system

What Customer Relationship Management can mean to your business and the rationale for my integration between EPiServer and Microsoft CRM.

Tags:


Fixing the width of the Context Menu in IE7

Here is a very quick tip to fix the problem with the Context Menu in EPiServer expanding over the whole width of the webpage when using IE7:

Tags:


Possible security issues when caching

I ran into this problem while I was working on an EPiServer solution at work some time ago. The website had a control that generated links for different language branches in the solution. The control read a query string parameter from the current...

Tags:


Working with PageObjects

  In my current EPiServer project we needed some sort of comment functionality on an article. After some thought of how to do this, we decided that PageObjects probably was the best solution for our needs. I will not describe all the steps to...