Move from subversion to mercurial
May 08, 2013 - Converting a subversion repository into mercurial.
I am a systems developer working in Gothenburg, Sweden.
This is my technology playground to test out new things I'm interested in.
May 08, 2013 - Converting a subversion repository into mercurial.
March 28, 2013 - Cherry picking (aka grafting) in mercurial.
October 04, 2012 - Concluding my first weeks of using git-svn
September 18, 2012 - Trying out ILMerge
September 11, 2012 - This is a trick to find all columns of a specific type in a database.
August 08, 2012 - Ransomware is a scary type of malware that restricts computer access by demanding a ransom be payed before function is, or isn't, granted agian. I ran into one of these the other day and here is how i got rid of it.
May 22, 2012 - Using anonymous objects as key-value pair lists
April 06, 2012 - Time to restart my blog again
October 31, 2010 - I create a simple Webforms MVP based form and also go through some of the advantages when using the MVP pattern compared to regular webforms.
October 03, 2010 - I've been working a while on a simple blogpost on using Webforms MVP, but it seems putting togeather a blogpost takes alot more effort that i originally expected. I'm hoping to get it finished soon though if i can get some spare time to spend on it.
August 07, 2010 - Yesterday, I spent a couple of hours debugging a problem with MVC forms posting not working right. I had a few MVC pages with a webforms masterpage. The masterpage had a form tag (which is pretty common in webforms masterpages). However, this caused the problem I had with the MVC pages. Apparantly you can't nest forms. This made every first form in the MVC pages post to the index action, even if another action was specified, but the rest of the forms posted like they should. This is something to think about when you're mixing webforms and MVC pages with a common webforms masterpage.
July 30, 2010 - I've just created this website using ASP.NET MVC 2 and Blueprint Css. This is the first time i've tried using blueprint, but so far i like it. It makes getting a basic design going alot easier.