A blog about computer stuff
-
My very simple Caching Reverse Proxy ASP.NET MVC Web Application
I've published an early version of a thing I put together called Cloud Accelerator on GitHub.
Published
-
Google Analytics Enhanced Ecommerce Features with Tag Manager
The Enhanced Ecommerce Features in Google Analytics are pretty cool. So are the features of Google Tag Manager.
Published
-
PowerShell errors when using Episerver Visual Studio Extension
Trying to install a new Alloy MVC Site in one of my machine's Visual Studio 2013 threw error alerts.
Published
-
Working with your own forms in Episerver and MVC
Custom forms is a common thing to have in a site's templates.
Published
-
OWIN OIDC authentication on older Episerver sites
Many have been looking forward to the built-in support for Federated Security in Episerver CMS which is currently Beta released. In a recent case there was no time to wait and I came up with a workaround that could be used in older Epi versions as well.
Published
-
Episerver start page language based on visitor's IP
Got tasked with determining and showing start page language based on visitor's IP on a Episerver 7.13 Web Forms site.
Published
-
XML Sitemap from Episerver Scheduled Job
A quick post on how to write a valid sitemap.xml file to disk. I used this approach in a scheduled job for Episerver.
Published
-
Partial Routing with Episerver 7 and Web Forms
Saw this post on Episerver World about routing and friendly URLs and in that case external data. I had done something similar so I simplified and extracted into an Alloy project.
Published
-
DropDownList Category Picker in Episerver 7
A client needed the editors to be able to select one category from a SELECT box. I knew there were some built-in controls to make things like this easy in Epi CMS 7.
Published
-
One way to import pages from Episerver 4 to 7
I was given the task to import pages from Episerver 4.6 to a new Episerver 7 site. Access was limited and I had no possibility to modify the code or configuration of the 4.6 project. I went for a solution where an export package was used.
Published