January 10, 2003 – 7:17 am
The Macintosh crowd is all abuzz about the new Apple web browser, called Safari. It’s apparently based on the KHTML rendering engine, and has a few bugs. The problem is, this makes Yet Another Browser that web designers have to worry about, because Safari has it’s own unique set of bugs different from other existing browsers. Mark Pilgrim asks should Safari be intentionally buggy?
My answer would have to be, “Yes. [...]
December 27, 2002 – 11:58 am
In response to Mark Pilgrim’s “Pushing the envelope” post, Hans Nowak complains that sometimes semantically correct HTML elements don’t “look good”. So, he tends to use <pre> instead of <code> to designate code fragments in web pages.
The answer, of course, is to just use CSS to make <code> act more like <pre>. [...]
By Dougal
|
Posted in Uncategorized
|
Also tagged Web
|
November 26, 2002 – 10:05 am
So I spent a few minutes modifying my template to give my blog better semantics. I use header elements for blog entry titles, the date & author are in a <cite> element, the menu uses lists and header elements. I cleaned up the CSS to the point that there aren’t even any warnings any more.
So of course Netscape 4 didn’t see the styles anymore. Oh well. At least it saw a fairly well-structured document. So then I investigated a littler more and figured out that NS4 was choking on the Simplified Box Model Hack. [...]
October 31, 2002 – 7:34 am
I spent a few minutes digging through my HTML and my blogging software source, and this page now validates:

It still looks like poo in Netscape 4, but if you’re using an 8 year old browser, you should probably expect most modern pages to look like poo. [...]
August 1, 2002 – 12:21 pm
There’s a geeky little contest going on over at consolationchamps.com. Write a haiku about CSS guru Eric Meyer, win a copy of his book. . [...]
Yeah, yeah…. No updates in a while. I’ve been in the zone at work, and haven’t had time to get online from home.
Over the last week or so, I’ve spent a lot of time hacking my way through some SOAP::Lite and XMLRPC::Lite voodoo. After converting one of my perl libraries into a proper module, I was able to implement an XML-RPC server in about 7 lines of code (20 lines, if you include blank lines, comments, and some unnecessary stuff). [...]
I’m on a mission, and I need your help.
I want to collect links to essays about Netscape 4 suckage. I already have a few (see below), but I’m sure there must be tons more out there. But! I don’t want just any old blather. I want well written articles with technical details, preferably by professional (or semi-pro) web designers.
If you know of articles like this (or have written one yourself), please add a comment here with the URL. . [...]