Software developer @ Skaele
For a project I was working on, I needed to create an EML file from the standard MailMessage class which exists in the System.Net.Mail namespace. I came…
JqGrid is an ajax enabled jQuery plugin for showing and editing data in a grid. I’ve been using jqGrid extensively throughout my projects, and created an Html Helper to ease the implementation in ASP.NET MVC. Because of my experience with jqGrid…
iDeal is the leading online payment platform in the Netherlands. Last year when working on bidfortickets.nl I had to create an API to interact with our iDeal provider (Rabobank) to handle all online payments. I noticed that a lot of examples existed out there especially for PHP, but nothing…
The team I’m currently working with uses Perforce as their versioning system. Personally I prefer Git over Perforce, but Perforce has a great merging/diff tool called P4Merge. Fortunately you can install P4Merge separately without the rest of the system. I mainly use the…
I’ve been working with IIS express for some time now, but only as an integrated webserver in Visual Studio. Today I stumbled upon a feature of IIS Express I didn’t know existed. You can start IIS express from the commandline and host a webapplication on…