Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
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 ...
28
Jun 2004
Backup script
The current shell server i am using returns bogus output for commands like df. Mind the negative value for 1-k blocks. t...
26
Jun 2004
Get all the languages a visitor accepts
Code: php/languages.txt
25
Jun 2004
A Unix daemon
Today i’ve written a daemon that communicates with the Netsize SMS Gateway. The daemon sources are available for d...
← Prev page
Next page →