Do you care if your web site is W3C compliant?
#1
Posted 11 December 2008 - 01:54 PM
When you finish a website, do you run it through a validator, W3C or otherwise?
What browsers do you test against?
Do you develop content to standards, or to the browsers that will render it? (Poll can only have the 1st 3 questions)
#2
Posted 11 December 2008 - 02:38 PM
My usual check for browsers is IE/Mozilla/Opera
#3
Posted 11 December 2008 - 06:37 PM
P.S. You need a "Multiple" section in area #3.
When you edit it (If you add that) please change my vote to that from the "Other" option.
#4
Posted 11 December 2008 - 06:45 PM
I validate, check in IE and Fx usually.
#5
Posted 11 December 2008 - 07:28 PM
#6
Posted 11 December 2008 - 10:17 PM
Quote
To some extent. I make sure everything validates when I make an app or site, but it's not like I lose sleep over an image that's missing an alt attribute either.
Quote
When developing, yes. Not just on the markup either.
Quote
It's developed using Firefox (Gecko), then I test against the current-ish versions of IE (6 and up -- Trident), as well as other major engine (KHTML & WebKit). There's just no excuse these days for the people that only test using IE (2 votes like that, heh).
Thankfully the grossly incompetent (those who are only testing against IE) are quickly finding themselves out of a job these days.
This post has been edited by crahak: 12 December 2008 - 01:24 PM
#7
Posted 11 December 2008 - 10:55 PM
#8
Posted 11 December 2008 - 11:05 PM
(it's also part of what I do for a living, ASP.NET FTW!)
#9
Posted 11 December 2008 - 11:16 PM
At the extreme when I need to support an insanely large variety of users, platforms and browsers, I'll go through the following process.
Define my base layout using mostly CSS1 level properties and the most widely supported CSS2 properties using the XHTML 1.0 Strict doctype. This insures that I can validate strictly against the doctype using the W3C validators. And yes, I correct every single possible error that validator throws at me. So far, there's only been a single property that I cannot validate that goes against the doctype is the autocomplete attribute (IE specific) on input fields.
Once I'm W3C valid, I make sure that browsing the site without flash will display the images instead and that no functionality is lost if javascript is off. Basically, I try to develop so the site works without both and I use flash and javascript as augmentors to the overall functionality and feel for the site.
I finalise it all by checking the site in as many browsers as possible (which I'm always expanding). I have seven virtual machines that I run just for that purpose.
One Windows XP Virtual Machine with : Internet Explorer 8, FireFox 3, Opera 10, Chrome 1
One Windows XP Virtual Machine with : Internet Explorer 7, FireFox 2, Opera 9, Safari 3, Netscape Navigator 9
One Windows 2000 Virtual Machine with : Internet Explorer 6, FireFox 1, Opera 8, Netscape 8
One Windows 2000 Virtual Machine with : Opera 7, Netscape 7
One Windows 2000 Virtual Machine with : Opera 6, Netscape 6
One Windows 98 Virtual Machine with : Internet Explorer 5, Opera 5, Netscape Communicator 4
One Windows 98 Virtual Machine with : Opera 4, Netscape Navigator 3
One of the advantages of getting used to coding cross-platform like this is that it makes it easier to support special browsers like WebTV, smart phones, windows mobile, etc...
This post has been edited by jcarle: 11 December 2008 - 11:17 PM
#10
Posted 11 December 2008 - 11:37 PM
jcarle, on Dec 12 2008, 12:16 AM, said:
VERY good points indeed.
There's lots of ways to replace static images with flash (if it's detected) and text with images and all that, in case the browser doesn't support "fancy" things. I test with a fair amount of browsers just like you, inside VMs as well, but not quite as extensively: I've never seen a single hit on our web sites using Opera, and it's been years since we've seen IE 5.5 or less. Netscape? Years without a single hit too. No hit that I remember of from a Linux box either. Our visitors use mostly IE6 & 7, Firefox, and then there's the odd hit from Safari.
#11
Posted 12 December 2008 - 12:20 AM
#12
Posted 12 December 2008 - 12:31 AM
jcarle, on Dec 12 2008, 01:20 AM, said:
That's what I'm doing too. Albeit the lazy way, using swfobject
#14
Posted 12 December 2008 - 09:05 AM
#15
Posted 12 December 2008 - 09:11 AM
crahak, on Dec 12 2008, 12:05 AM, said:
(it's also part of what I do for a living, ASP.NET FTW!)
My problem is, most of what I'm working on are actual web apps (either ajax or actual older POS code, or webbrowser control stuff). I'd love to just do it via CSS, but sometimes (OK, a lot of times) it's not enough based on the customer environment. Ask jcarle, he knows a little of my personal hell
#16
Posted 12 December 2008 - 11:11 AM
jcarle, on Dec 11 2008, 10:20 PM, said:



Help
Back to top










