Archive for the ‘Programming’ Category

Life Changes

Sunday, October 11th, 2009

A bunch of things changed in my life recently. Some big changes, other small. The first of these, is the half year internship at GeoTax I started on september first. At GeoTax, they develop software to help municipalities execute a bunch of Dutch laws. My job there is that of ...

Tricking browsers that are storing passwords

Saturday, February 9th, 2008

For a system that I'm working on that I plan to, at some point, release as open source product, I am going to implement a system so that, to get the specific pages, you need to enter your password even if you are logged in. If you do, you will ...

Error reporting

Saturday, December 29th, 2007

This has been a draft for a while, so things are probally outdated but I'm still wondering about this, so here goes... I have been doing a lot more PHP lately then I have in a long while and that, plus the prospect of a pretty big project I will hopefully ...

Know what to use where

Thursday, January 11th, 2007

Making something in PHP isn't hard. Things get harder when it needs to be secure and when speed becomes relevant. But what to do when things really have to be at there absolute fastest? What if every µsecond counts? What if a single extra CPU cycle needed to run your ...