Bad code! No biscuit!
Technology 05/20/2004 |Codepoet, while discussing ways to quickly edit and preview HTML and CSS code, pointed out a program called HyperEdit, which contains a “live preview” pane to show the rendered code as you type it out. It sounded interesting, so I went to check it out…and cringed.
One of the first things on the page is this screenshot:
<
First — the <center> tag, which is deprecated in current HTML.
Next — the <font> tag — also deprecated.
Next — the use of <i>Fast.</i> rather than the more semantically correct <em>Fast.</em>.
Last — the two closing tags that are both missing their final > character.
Sorry, guys, but if I’m seeing four cringeworthy examples of bad HTML code within the first couple seconds of visiting your page, you could have a program that makes BBEdit look like Microsoft FrontPage and I wouldn’t be able to take it seriously.
But maybe that’s just me.
iTunes: “Tourniquet (Prosthetic Dance)” by Marilyn Manson from the album Remix and Repent (1997, 4:10).
[See also: Longhorn gets Scoblelized | Tag Intersections | TypeKey broken? | This is a test… | A visual I didn’t need… ]
3 Responses to “Bad code! No biscuit!”
Leave a Reply







May 20th, 2004 at 10:05 pm
Looks like they took your advice to heart..
May 20th, 2004 at 10:11 pm
HA! Rock on…good for them! And thanks for the heads-up!
May 21st, 2004 at 12:25 am
Maybe it’s just me, but are they still using the (non-existant) HTML3 standard? I learned off of it six years ago and have been using the same basics ever since (with the exception of the font tag, which I rarely ever used). Why bother making a new program that codes to a dead standard when you could make a new program to codes to the new standard that works mostly cross-platform and cross-version?