Archive for April, 2008

Validating xHTML 1.0 Strict and SVG

Thursday, April 3rd, 2008

Yesterday I started with some inline svg in a xhtml webpage. And it proved to be a great challenge to make the damn thing valid. I tried multiple solutions and finally I found the following blogpost. There are 2 solutions according to :ism:

(more…)

Importing Java libraries in Netbeans on Linux

Tuesday, April 1st, 2008

When I found myself re-adding libraries in Netbeans again, I felt that I needed a quicker way to so. I have plenty of java libraries installed on my machine and it’s turning into a real hassle to set them up each time I clean out my Netbeans configuration folder.

So, that is why I created this script.

It is somewhat meant to be used on Gentoo. But it can be used on other distros too.

(more…)