I'm really surprised that many webmasters do not understand fully THE HUGE point here, really surprised.

The point IS NOT if search engines care W3C validation or if customers care W3C validation (they have probably no idea).

Maybe webmasters are too much focused in the job in the profession and into please customers… this is legit of course… but we all sometimes forget that at stake there is also internet and technology development to be considered for the future. We all care in the immediate in the short period of time of the small thing of the detail of the result but not of the WHOLE PICTURES.
W3C exist since years but regretfully few people see there the HUGE VALUE in W3C

Internet should be a better place for everyone starting from WEBSMASTERS that always complain about website with strange behaviors, about layout that do not look same in all browsers, about code soups done in the past (most in 90’) if there is the need of a restyling of an old website…. Plus one million bugs around.
Why we have to face all that?
It is because the marketing reason (not the tech reason) as the war between browsers have forced people to use the worst browser ever IE the winner was not the best tech but the best marketing, legit or not.
Netscape was far much better and more developed but lost.

Because of this only NOW after 10 years we are coming out to see finally in the market good browsers like Firefox or Opera and only now we see IE8 covering at least many bugs revealing the fact that they are far behind the line….
CSS2 exist since years do you realize that? JavaScript same thing… where IE5 IE6 IE7 have been? Sleeping?

Only NOW after 10 years we all talk about the separation about markup and graphic about XHTML and CSS but this was already the main plan of W3C …. we all lost years of internet development due to stupid commercial wars and due to careless of webmasters.
I always make W3C complain website and I explain to my customer the add value of this. It not cost more nor do I spend more time writing a code instead of another. I also complained with big boys like Amazon (but there are many others) that offer widget to be copied in a webpage and their code is not valid, unless you change it. It is so hard follow the same line?
Beside I prefer to buy HP products because they support W3C.

I do hope that in future search engine will consider the W3C validation much more then the present link juice because without a common and clear code we all are loosing time and resources thinking to the code instead of contents and creativity.

http://www.youtube.com/watch?v=Jz318MPz_SY

http://www.youtube.com/watch?v=M2JlLktl5Eg

Recommended Answers

All 5 Replies

The problem is that HTML/XHTML is really a horrible and bloated markup language. Most of the larger websites (Google being the main one) that forgo valid HTML do so because the browser will still render it just the same but they save on bandwidth (referring to omitting end tags). Go toss the w3c validator at the Google homepage and take a look at the result.

Until the large players join in and support valid (X)HTML or invent a new markup language it's just not going to happen

sure thing.... large player role is the most important!

if you note I do not say xhtml css is the best.... whatever is the language the important thing is to be standard!

The idea is that your page will not need revision every time they come out with a new browser or version.

The Google page (and the Yahoo page) will not validate because the ads require noncompliant code.

I would hate to see a "W3C complain" website.

I would hate to see a "W3C complain" website.

I think the OP would have typed complian, (meant to be compliant) but the spell checker 'fixed it'

:P
Oh I hope they meant compliant, another 'complaint' site aaaaaarrrrrrrrrrrggggggh

Member Avatar for MHLut

I think that as a web developer (counting web designing as front-end web developing here) it's important to know how to create code that W3C validates, it often looks better and it decreases the change of incomplete or 'stray' code, it's also a sign that you know what you're doing and deliver quality code

CSS is not easy though, during my traineeship at a web development company I learnt several techniques to make CSS that gives good results that work in all browsers WITHOUT hacks, one thing here includes not using horizontal margins, not using them works better than using them... but W3C would validate them in correctly even when they trouble e.g. IE6-compatibility since left and right margins are officially approved ways of styling, no matter how each browsers renders them

corrrect code does not always mean correct output, so I don't think the W3C-standards should be valued as the ultimate 'rule' in web developing, but it's a good guideline. However, I'd rather not see it overrule the quality of the contents of a website, since I'm searching for a topic and not for the way it's coded.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.