This is totally evil
Tuesday, February 26th, 2002 02:57 pmCheck out this, yet another Microsoft "innovation", which only lets Internet Explorer 5.* view certain comments. Maybe I'm out of date, though, as I can't be bothered to follow the browser wars any more (as far as I'm concerned, if a site won't display properly in Konqueror - or lynx (!) - it isn't worth looking at).
I've noticed in my attempts to educate myself about Javascript, that there is a way to detect the browser that viewers are using (Konqueror has a nice alias feature to get round this - it can pretend it's Netscape or whatever). Is there any way I could use this to render my pages unviewable in Internet Explorer? OTOH, maybe I should be kinder and use the script to include comments like "I see you're using Internet Explorer. Do you realise what a sap you are?"
I've noticed in my attempts to educate myself about Javascript, that there is a way to detect the browser that viewers are using (Konqueror has a nice alias feature to get round this - it can pretend it's Netscape or whatever). Is there any way I could use this to render my pages unviewable in Internet Explorer? OTOH, maybe I should be kinder and use the script to include comments like "I see you're using Internet Explorer. Do you realise what a sap you are?"
no subject
Date: 2002-02-26 03:52 pm (UTC)How typical - MS produce a verison of their browser for the Mac, then make sure it won't work on pages produced by their software!
What do you use to write your pages, by the way?
no subject
Date: 2002-02-26 03:56 pm (UTC)I'd use pen and paper if I could. I am remarkably minimalist when it comes to writing HTML.
no subject
Date: 2002-02-26 04:54 pm (UTC)That's pretty cool.
no subject
Date: 2002-02-26 06:57 pm (UTC)I sometimes used to use the "Save As HTML" option on MS Word. It would insert very few tags into the HTML, which required minimal editing on my part. But the newer versions of MS Word insert an insane amount of IE-exclusive tags into the HTML. Like two-thirds of the code will be totally pointless GARBAGE! *hatred*
no subject
Date: 2002-02-27 01:57 am (UTC)One thing that kind of works is to open a Word document in OpenOffice, check the overall layout there, save it as HTML, run Tidy on it, then do any other tweaking necessary in a good text/HTML editor (I normally use Bluefish in Linux, and have used EZPad in Windows).