Category Archives: Programming

Geek supreme!

The power of streams

A while ago at work, a customer asked that we add an export of a specific table in his database to his website. It wasn’t a difficult export, just get every row in the database and output it in a … Continue reading

Posted in PHP | Leave a comment

PHP’s SoapServer and generating WSDL files

Since PHP5, doing stuff with Soap became way easier. SoapServer and SoapClient where added, giving pretty much everybody the ability to create a simple SOAP provider and consumer. But, as always, there is a but. And the ‘but’ in this … Continue reading

Posted in PHP, Programming, Web | Tagged , , | 1 Comment

Life Changes

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 … Continue reading

Posted in Computing, My life, Programming | 4 Comments

Tricking browsers that are storing passwords

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 … Continue reading

Posted in PHP, Programming, The Internet | 4 Comments