Links page
I’ve finally linked to *links page*. When you get to the page and view the source, you will see very simply javascript only. That’s because the page is rendered from MSXML DOM object using xml and xslt combination. I was going to do that on the server, but my web hosting company doesn’t provide xslt module on PHP yet and probably won’t install it ever. I could use xml object instead, but I’d rather want to use xslt template.






Update 1 : Windows 2000 does not seem to have Msxml.DOMDocument 5.0 version in the system folder and that caused a js err not to display content property. I had to use Msxml.DOMDocument 3.0 instead. Sorry about that for Windows 2000 users.
Update 2 : I haven’t noticed that my comment form was broken, but this should have been fixed by now.