Blog Archive » March 2007

Dear Microsoft, IE7 sucks

March 20, 2007

Dear Microsoft, Please, just stop making software altogether. Stick to games or something where you're not directly involving me, as a web developer, in your madness. You've proven again and again that you are not very good at making software. How many years did you spend developing this new Vista OS? How many billions of dollars were spent? This IE7 monstrosity is...

11 Comments

Django Apache vhost

Updated: March 11, 2007March 4, 2007

I thought someone else may need a complete working example, all in one chunk of code: < VirtualHost 127.0 . 0.1 > ServerName mysite < Location /> SetHandler python - program PythonHandler django . core . handlers . modpython PythonPath " [ '/Users/destiney/django' ] + sys.path " SetEnv ...