Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
18
Oct 2005
a little hint for writing and testing a script
I noticed that most people think Vim sucks and they constantly perform the following keystrokes :wq perl somefile.pl vim...
12
Oct 2005
Odd behaviour with arrays
A while ago i was really stumbled by the behaviour of a server. This problem solved itself after the sysadmin noticed th...
01
Sep 2005
Image scroller
// +————————————————————————— // | // | // | A javascript picture scroller // +————————————————————————— var i = 0; var ...
29
Aug 2005
Currency convertor
I discovered that the European Central Bank (ECB) has a page with Euro foreign exchange rates. I thought it would be a n...
20
Aug 2005
Telnet server
A telnet server that writes the content of a file to it’s clients: banner.txt.
20
Aug 2005
Tests if $host is a proxy server
Code: php/proxytester.txt
29
Jul 2005
Generating JavaScript strings
Well, I’ve always experienced the generating JavaScript strings with PHP as a PITA. An example, which requires you...
25
Jul 2005
value-of in an attribute
There were days that i did not like XSL because it seemed to be impossible to insert a value inside an attribute. For ex...
24
Jul 2005
Read from STDIN without echoing the input back
Today i was looking for a way to read passwords from a PHP-CLI script. So it was important the password didn’t app...
10
Jul 2005
Scriptable browser
Last couple of days i have been trying out Simple Test. It allowed me stop stop echo and print_r variables all over the ...
← Prev page
Next page →