Go to content

Go to employees

Go to search

Arve Systad blog

Arve has been developing with .NET since 2008 and EPiServer since 2010. Besides programming, he has a passion for usability and front-end design.

Arve Systad
 

Epinova.PermanentLinkKeeper updated

Epinova.PermanentLinkKeeper was released a while back, and has been running fine in several production environments since then. As with all software, however, it wasn't flawless.

Tags

Friendly URL's everywhere

Some times you want to render pages or controls outside the regular EPiServer page context. In my case, I was rendering an .ascx -file in an IHttpHandler and outputting it asynchronously through Javascript - which caused some trouble with friendly...

Epinova.PermanentLinkKeeper released

Whenever you move a page or rename it's UrlSegment property, external links to your page break. This is not a good thing, neither for your users, nor for search engines that find those links. There is now an easy to use solution to this.

MIME-type issues with certain files in VPP

Handling files in the VPP folders usually works fine out of the box. While troubleshooting a MIME type problem, I discovered something I thought I'd share as it was a frustrating debugging session and the solution is quite...interesting.

Creating a consistent look in EPiServer plugins

There are loads and loads of plugins for EPiServer out there on the internets. We've got places like CodeResort, CodePlex and probably a few others that collectively supply us developers with vast amounts of tools and easy solutions. Sad thing,...