Mark writes code
Tuesday, 9 February 2016
Django MySQL settings
›
Due to the fact that I couldn't find anywhere that actually spelled it out explicitly, here's the minimum you need in your settings....
Baby steps with Python and Django
›
I've neglected this blog lately, but I've decided to pick it up again. I've started a new project for my self in Python and I w...
Wednesday, 22 July 2015
Overcoming assembly binding problems with Web Roles running in Azure Cloud Services
›
I'd been having trouble getting a Web Role instance started in an Azure Cloud Service - the deployment would run successfully, but the a...
Thursday, 23 May 2013
Making sure Google Analytics is done before submitting a form
›
Want to track form submissions with Google Analytics, but losing the data because the form submits before the asynchronous GA code is done? ...
Tuesday, 18 December 2012
Securing web fonts in IIS 7
›
Need to prevent leaching or hot-linking of your web fonts in IIS 7? I found not just one but two posts outlining how to achieve this. To...
Monday, 12 November 2012
LINQ, Counts and Group By
›
After a particularly busy weekend full of late nights working remotely towards a looming deadline, I was having trouble with writing a LINQ ...
Thursday, 8 November 2012
Application level error handling
›
On the project I've been working on, we've been asked to log any exceptions that are thrown by the site. There are packages out the...
›
Home
View web version