Merry Xmas everyone 19 days ago Read More
Now that the year has come to an end, I just wanted to wish everyone a merry merry christmas.
I'll be off to Germany for some family days at the Vaterland, where I'm going to stuff my belly with s...
A mass validation shellscript 24 days ago Read More
I was looking for a CLI script that validates a whole site for me, but I couldn't find one that would work without installation issues. So I hacked together an example shell script that does the jo...
A quick look at XInclude and XLink 25 days ago Read More
Part of my current project is to transform thousands of static XML files, all interlinked and some of them referencing others as data subset that I need for the transformation. Time to have a quick...
XSLT and HTML 5 problems 29 days ago Read More
Sometimes I'm really getting annoyed about the lack of control that
XSLT sometimes gives about what target formats are supported and what
output it generates
I'm trying to utilize a canvas tag, and...
Onenaught on jQuery, testability and events 34 days ago Read More
Over at OneNaught Anup Shah gives some hints about how to utilize Events to make your jQuery plugins ready for unit testing.
Anup is one of the head developers at IVIS, a company that I was contrac...
Looking at free charts and stats APIs 34 days ago Read More
At the moment I am looking for a nice way to convert HTML tables into stats. I am thinking along the lines of SIFR, where flash replaces markup and displays dynamic data. But first I need something...
MySQL client output logging with tee 35 days ago Read More
James, the sys admin guy here at Opta, where I am working at the moment, brought this up, and it is one of those neat tricks that can make life very easy but I still didn't know about.A look in the...