Notes

Welcome to my homepage. I'm finally finished with uni [but busy with work, so can't spend any time on it... look out for when it changes as it'll be cool...] It now uses JavaScript, CSS, HTMLv4, XML, Perl and CGI...

This page serves four purposes: A personal bookmarks file, a place to share links with friends, (hopefully) a useful and diverse collection of links to resources and most importantly, a good place to play with web programming and publishing :)

This page is generated by a perl script from an XML document . This is massaged into a template created in Macromedia Fireworks which handles the javascript rollovers etc. The end result is a series of pages generated for each section in the XML file.

HTML: The Definitive Guide, Chuck Musciano & Bill Kennedy, 3rd Edition, O'Reilly. is a good book. Other XML and Perl stuff on the web is sort of useful.

If you find any broken links, have any questions or something that you think may be of interest to me, feel free to email me at madmick@yoyo.cc.monash.edu.au

Some simple XML hints:

Tempting as it may be, don't use attributes of tags to store everything. (Nearly) all the text on the page should be visible if you removed all the tags. Only information related to markup should appear in tags.

I find a <q>...</q> is a hell of a lot more useful than &quot; and also has the benefit that the tags pair up and can be rewritten to &quot; or whatever you like.

For browsing pleasure, I suggest using Opera