Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

06 Feb 2005

Configuring Mutt for GPG

Today i generated a PGP (Pretty Good Privacy) key for my e-mail address. I also configured my mailclient, mutt, for use ...
02 Feb 2005

Elegantly generate SQL queries

Code: php/elegantsql.txt
28 Jan 2005

Bypassing URL file-access is disabled

For some odd reason this host has disabled URL file-access. So i needed something simple to bypass this problem: functio...
23 Jan 2005

Playing with XML and XSL

// add stuff to an xml document in php4 $doc = domxml_open_mem($xml); $root = $doc->document_element(); $inner = $doc...
20 Jan 2005

XSLT annoyances

Today i’ve finally made the switch. My code generates XML and then i translate it to XHTML with XSLT. However, if ...
29 Dec 2004

Basic download script

Code: php/download.txt
09 Dec 2004

Custom ordering with MySQL

As a follow up to Custom Ordering I discovered the nice Field function in MySQL. after it was mentionned on my favorite ...
08 Nov 2004

TetriNet spectator client

I present a Spectator (Applet) for TetriNet: JSpectator.zip.
18 Jul 2004

Custom ordering

Assume we have a fruits table. And we want to select all the fruits that have a red or orange or blue color. But we want...
16 Jul 2004

One login at a time

Today someone asked: “In other words, how do we prevent two users from using the same password to access the same ...