Mikkel Høgh
Coding the web since 1999
Home
About this blog
Tags
Django
22
Oct 2010
35% response time improvement from switching to uWSGI/nginx
As part of refreshing the Reveal IT website, I have moved it from mod_wsgi running on Apache HTTPD to uWSGI running on n...
09
Sep 2010
Protecting your users from phishing with Apache rules and HSTS
HTTP Strict Transport Security or HSTS is a new security feature in browsers that enables you tell the browser “always u...
07
Jun 2010
Presenting Django Password Required
Have you ever wanted to password-protect your Django-site, without requiring user registration, do you find HTTP Basic A...
15
Oct 2009
New blog, same as the old one...
So, I finally did it. I’ve long wanted to do something about this blog, to try and push a better design on it and ...
13
Nov 2008
Book Meme
“Variables in JavaScript are fundamentally the same as object properties” From “JavaScript – The Defi...