- 2020-04-04
One of the most common support questions I get regarding the Contentful .NET SDK is. Why are some of my items null? Sometimes it's assets,...
- 2019-03-26
In Contentful you model relationships between different pieces of content using something called references. The concept is very much like most any other CMS I've...
- 2019-02-07
A while ago Contentful released a new feature called Rich Text which is a new field type that allows you to create rich text content....
- 2018-12-03
It's been a while since I blogged on my own site. The past few years I've been publishing my posts over at the Contentful blog,...
- 2016-09-14
I have always been a fan of simplicity when it comes to js frameworks. I guess that's one of the reasons that Aurelia appeals to...
- 2016-09-06
I finally took some time and re-built my blog. Previously I was hosting the blog in azure and was using Mads Kristensens excellent mini blog...
- 2016-05-20
I was setting up an EPiServer website in Azure the other day when I ran into an issue. Whenever I tried to access edit mode...
- 2016-05-14
A difference between using a headless CMS and a traditional one is that you do not have the same control over the editing experience of...
- 2016-05-06
In a previous blogpost i confessed my newfound love for Contentful. A headless CMS that exposes content through simple restful json APIs. I got so...
- 2016-04-18
Recently I’ve been toying around with Contentful. A CMS with a fresh new approach to content management. The CMSs I’ve been working with in the...
- 2015-09-30
I recently wrote an application where users had a need for some very specific searches. We decided to implement these searches as a query to...
- 2015-04-19
I’ve been working quite alot on database-intensive applications lately and have been setting up a simple repository pattern with structuremap that I thought might be...
- 2015-04-12
I’ve been using several different ways of highlighting code on this blog over the years. Since I re-launched it about a year ago I use...
- 2014-09-16
The new Inversion of Control pattern introduced with EPiServer 7 is, in my opinion, one of the best new features of EPiServer CMS. Anywhere in...
- 2014-09-03
Have you ever tried running an EPiServer MVC website with the latest version of the ASP.NET MVC Framework and latest versions of all the nuget...
- 2014-06-29
In a quite recent blog post by Per Bjurström of EPiServer he wrote about a new database version for EPiServer CMS where they actually include...
- 2014-06-05
Lately I’ve been working with streamlining a clients deployment process for several different EPi-sites. The CI server of choice is TeamCity and we decided to...
- 2014-05-28
I had a strange experience when upgrading a clients site from EPiServer 7 to EPiServer 7.5. Suddenly the site performed noticeably worse with loading times...
- 2014-05-20
I normally use jQuery validation any chance I get when it comes to validation, but sometimes you find yourself in situations where this isn’t the...
- 2014-05-10
Creating custom page properties in EPiServer has undergone some changes in the latest version of the CMS. No more ASP.NET server side controls. Instead you...
- 2014-05-01
One of the biggest changes in EPiServer 7 to 7.5 is without doubt the new system for handling assets and media. The old VPP folders...
- 2014-04-21
Google Search Appliance is an excellent search engine in most ways. It’s fast, it’s relatively simple, it’s feature rich and it supports most (if not...
- 2014-04-19
So I was considering building a blog engine. I even started a few times but I was never really happy with the result. I built...