I decided that it was high time I started writing pages in XHTML, so went to the W3C website to look for a tutorial. However, while clicking around, I got distracted by the HTML quiz. To my shame, I only scored 15/20! In my defence, I can say that of the questions I got wrong,
Update: Scored 20/20 on the XHTML quiz!
- one was about making a page open in a new window, which is something I consider to be almost as bad as popups;
- one was about table layout, which I always handle in CSS;
- the other three were about forms, which I always do with CGI.pm.
Update: Scored 20/20 on the XHTML quiz!
no subject
Date: 2003-10-05 05:39 pm (UTC)Not that I use that tag anymore; in fact, I'm trying to phase it out.
no subject
Date: 2003-10-06 01:15 am (UTC)<br /> instead of <br>??
What is CGI.pm?
I myself find that typing html is usually faster, esp if you have a good text editor with macros.
no subject
Date: 2003-10-06 03:27 am (UTC)I also prefer to write my HTML raw - I usually use Quanta. Occasionally I write in something else, like LyX, and export as HTML (particularly useful if I also want another format, like PostScript or PDF).
CGI.pm is a Perl module which makes writing things like online forms a lot easier. For example, here's a line to make and process a textfield:
no subject
Date: 2003-10-06 03:44 am (UTC)And I've messed up 'code' and 'xmp' tags... shame on me...
no subject
Date: 2003-10-06 07:14 am (UTC)no subject
Date: 2003-10-06 10:15 pm (UTC)Have you tried PHP? C-like structure with a pinch of perl and javascript thrown it. But it is very very good.
BTW, I'm a friend of
no subject
Date: 2003-10-07 12:53 am (UTC)PHP looks good, I've just never had time to learn it.