It's heartbreaking for a geek, but the truth is that people don't care. Even after they know. As simple as that. Yup, I know how extremely irritating that is, but it's really the truth. Normal people are like that. Why? Because they're like that. And a geek is a geek is a geek. Simple
LEVEL UP ! !A web site that forces its visitors to access it a certain way? mmm, that's not going to be very popular... (see above) It's like opening a restaurant that only lets people in through a door that is 1 meter by 1 meter: Most people simply will go to a restaurant that has a door that is 2 meters by 2 meters.
Indeed they are HTML Nazis! LOL
Actually I think 4.01 compliant code can potentially be fatter than non-compliant code. For example, if you have this in your source code:
<i>aaa<b>aaa</i>aaa</b>, the validator will mark it as an error, right? To fix that, you would need to rewrite that into:
<i>aaa</i><i><b>aaa</b></i><b>aaa</b>to obtain the exact same effect. Correct? So, what does the W3C say? "
the fatter code is going to look great in... Netscape 4!"
And if you take into consideration that the vast majority of computers that have Netscape 4 installed are really really old 486/Pentium1/II computers that more than likely have an 11"-15" screen set at 640x480 or 800x600, it truly becomes a waste of time because it's going to look wrong anyway. So why bother?
The librarians at my college are complete uber-idiots, let me tell you. There are about 10 Micron boxes from 1998 (4 GB hd, 300Mhz PII, 13" screen at 640x480 w. 256 colors) that have Windows 98, IE 5, office 97, and Netscape 4. You can't really expect any website to look great in those hellish computers. They could easily be running firefox 1.0.4 and OpenOffice 1.1.3 at 800x600 with 16 bit color. But they're idiots so they won't do any better (as long as they're paid, they're not gonna change). The other side of the library is sweet though. (10 dell computers with Pentium 4's,
LEVEL UP ! !, office 2003, and 16" trinitron screens).
Note that I've never used HTML validators and my site still looks almost perfectly identical in both browsers. In fact the only thing that is noticeably different is the collapsible intro table (when collapsed). The difference is so small, that I definitely don't feel it's worth it to break my head to try to make it look identical...
mmm, I don't mind it that much. In fact, I used to have a large zip file as an option on the pics page, for those who didn't want to suffer downloading each image one at a time. But I deleted it because it was too much trouble having to re-upload it every time I added new images. Plus this saves a little bandwidth.
Lines? I would prefer to see that in kilobytes =P
Don't forget to include the filesize of the gigantic CSS file(s) that all CSS-only websites use. Browsers need that file to display the page so it should not be omitted from the filesize count.
Beware though, if you are going to use CSS extensively. Make sure your CSS files are within the same DNS address. If you, for example, have a website at pfy.spyro24uk.com that uses css from css.spyro24uk.com, it is quite easy for the CSS file to fail to download ocassionally because of a DNS timeout, and the browser will try to display the page even without the CSS file. Do you know what
that looks like? Makes you feel it's the early 90's. If you want to see it in person... go to msn.com, open the source code, delete all "
with the replace function, then save it and open. Looks like HTML 1.0
An html error-checking program and an html validator are very different things. The error-checking program checks for any coding mistakes that are just plain wrong. And the validator also forces you to re-write your code based on the rules of the W3C, with the idea that your site will look as good as it can in all browsers, even though the code will be fatter and harder to manage, and you will have to re-validate it every time you make any large changes. Html error-checking programs are nice tools, but validators are teh devil.
eep, that's too much Microsoft for me, I'd die if I were forced to try that,
Are you sure that's going to work? I would guess that the Windows file protection system would automatically re-add all the critical missing files. Not so in Win95/98/Me though.
Wouldn't it be much easier to just delete the NTLDR program?