robinturner: (Default)
[personal profile] robinturner
Check 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?"

Date: 2002-02-26 03:27 pm (UTC)
From: [identity profile] ex-fauxpas266.livejournal.com
I don't know HOW to make sure my pages are viewable on anything other than IE or Netscape.

And Microsoft may be evil but I really really do prefer IE, I mean as long as I'm going to be using this operating system.

Date: 2002-02-26 03:28 pm (UTC)
From: [identity profile] ex-fauxpas266.livejournal.com
By the way, my site (http://anna.sloucher.net) was up for about two years before I learned that it wasn't viewable on IE running on a Mac OS.

Web standards

Date: 2002-02-26 03:49 pm (UTC)
From: [identity profile] solri.livejournal.com
Go to W3C (http://www.w3c.org) and donwnload Tidy, a program which will check your pages for web standards and, if you want, alter them accordingly.

Date: 2002-02-26 03:52 pm (UTC)
From: [identity profile] solri.livejournal.com
it wasn't viewable on IE running on a Mac OS.

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?

Date: 2002-02-26 03:56 pm (UTC)
From: [identity profile] ex-fauxpas266.livejournal.com
WordPad.

I'd use pen and paper if I could. I am remarkably minimalist when it comes to writing HTML.

Re: Web standards

Date: 2002-02-26 03:57 pm (UTC)
From: [identity profile] ex-fauxpas266.livejournal.com
Cool, thanks!

I've never heard you complain about my site, though, so I've always assumed that it was compatible with your browser. Heh.

Date: 2002-02-26 04:54 pm (UTC)
From: [identity profile] solri.livejournal.com
WordPad

That's pretty cool.

Re: Web standards

Date: 2002-02-26 04:56 pm (UTC)
From: [identity profile] solri.livejournal.com
Yes, it views OK in Konqueror, which is what I normally use.

Date: 2002-02-26 06:57 pm (UTC)
From: [identity profile] ex-fauxpas266.livejournal.com
I'm glad I have your approval! Hehe.

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*

Re: Web standards

Date: 2002-02-27 12:28 am (UTC)
From: [identity profile] arya.livejournal.com
I use Konqueror, Mozilla for Linux and Mozilla for Mac, and IE for Mac. If there's anything I hate, it's cocksmokers who shit html out their asses with Frontpage and M$ Word. Grrr.

Pardon my language, but nothing gets me angrier than Microshite... arrrgh. And I just watched Jay & Silent Bob on dvd, so that's adding to my vulgarity factor :)

Date: 2002-02-27 01:57 am (UTC)
From: [identity profile] solri.livejournal.com
Very true. I've had a lot of grief from having to put things on the web that people have written in MS Word - it's not just that the "Save as HTML" function produces garbage, it's that the Word .doc format itself contains a large amount of garbage, plus the fact that word processors in general tend to encourage visual rather than logical layout; in other words, word processor users tend to increase font size and bold something to make a subheading, rather than marking it as a subheading. This means that even when you get a decent HTML conversion (e.g. using wvWare) you still end up with a load of DIV or, worse, FONT tags, instead of, say H3, which was what you wanted.

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).

Re: Web standards

Date: 2002-02-27 02:17 am (UTC)
From: [identity profile] solri.livejournal.com
Conversely I love it when I come across a page with nice clean HTML, thoughtful use of CSS and tasteful overall design. I was trawling through various philosopher's homepages and noticed how rare it was to find an academic philosopher who is computer-literate. Delia Graff (http://instruct1.cit.cornell.edu/research/graff) is a refreshing exception (actually has LaTeX and emacs links on one of her pages).