Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Does anyone pay attention to standards?

 
Thread Tools Search this Thread
Old 04-23-2004, 08:06 AM   #1
Default Does anyone pay attention to standards?


Hi everyone,

Just out of curiosity I recently pointed one of my hand-typed pages at the W3
Validator, and my hand-typed code was just ripped to shreds. Then I pointed
some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my
surprise none of them passed.

Doesn't anyone care anymore, or are the standards more-or-less looked at as
guidlines for web design?

Isaac

Are you losing $14,200.00 per year without your knowledge?
http://bigmoneyandfreetime.web1000.com


Isaac Grover
  Reply With Quote
Old 04-23-2004, 08:16 AM   #2
Adrienne
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Gazing into my crystal ball I observed (Isaac Grover)
writing in news::

> Hi everyone,
>
> Just out of curiosity I recently pointed one of my hand-typed pages at
> the W3 Validator, and my hand-typed code was just ripped to shreds.
> Then I pointed some major sites (microsoft.com, cnn.com, etc.) at the
> W3 Validator; to my surprise none of them passed.
>
> Doesn't anyone care anymore, or are the standards more-or-less looked
> at as guidlines for web design?
>


In my experience, clean markup, clean CSS and clean code leads to better
results in search engines. Why? Because search engines are machines, have
no eyes, no ears, hands, etc., so they have to look for logical, valid
markup.

--
Adrienne Boswell
Please respond to the group so others can share
http://www.arbpen.com


Adrienne
  Reply With Quote
Old 04-23-2004, 08:24 AM   #3
Matthias Gutfeldt
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Isaac Grover wrote:
> Hi everyone,
>
> Just out of curiosity I recently pointed one of my hand-typed pages at the W3
> Validator, and my hand-typed code was just ripped to shreds. Then I pointed
> some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my
> surprise none of them passed.
>
> Doesn't anyone care anymore, or are the standards more-or-less looked at as
> guidlines for web design?


Hehehe. Where have you been these last couple years, it's such an old topic!

W3C-compliant code is actually gaining popularity, due to some solid
promotional work by the W3C and other organisations, and due to the fact
that browsers are finally catching up with the standards.

But there are still a lot of people that seem to take pride in coding to
individual browser bugs instead of coding to reliable, stable standards.
I have no idea why they do that, there's no benefit to it (except that
they can make their clients pay for "updates" to "fix" the code when it
no longer works).

Here's a couple links about the benefits of web standards:

The Business Value of Web Standards
<http://www.adaptivepath.com/publications/essays/archives/000266.php>

What are the advantages of using web standards?
<http://webstandards.org/learn/faq/#p3>

The Business Benefits of Web Standards
<http://devedge.netscape.com/viewsource/2003/why-web-standards/>

The benefits of Web Standards to your visitors, your clients and you!
<http://www.maxdesign.com.au/presentation/benefits/>



Matthias



Matthias Gutfeldt
  Reply With Quote
Old 04-23-2004, 08:46 AM   #4
Barry Pearson
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Isaac Grover wrote:
> Hi everyone,
>
> Just out of curiosity I recently pointed one of my hand-typed pages
> at the W3 Validator, and my hand-typed code was just ripped to
> shreds. Then I pointed some major sites (microsoft.com, cnn.com,
> etc.) at the W3 Validator; to my surprise none of them passed.
>
> Doesn't anyone care anymore, or are the standards more-or-less looked
> at as guidlines for web design?


Are you asking what people actually do, or what they should do? The answer are
probably different!

See:
http://www.ub.uib.no/elpub/2001/h/413001/
It describes some 2001 research using a robot to validate many pages found on
the web. Fewer than 1% validated as they were. If a Transitional DOCTYPE was
assumed for those without a DOCTYPE, the proportion was still less than 3%.
The paper (125 pages) categorises the problems.

I think the websites of members of W3C have similar issues. But I believe the
proportion that validate rises year by year.

I validate my pages, but more as a check of whether I am getting things right
than in the expectation that it will make a lot of difference to my audience.
They are almost certainly using browsers that can tolerate invalidate pages,
because of the above. (I use Dreamweaver, which reduces the number of possible
errors).

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/




Barry Pearson
  Reply With Quote
Old 04-23-2004, 09:43 AM   #5
Philipp Lenssen
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Isaac Grover wrote:

>
> Just out of curiosity I recently pointed one of my hand-typed pages
> at the W3 Validator, and my hand-typed code was just ripped to
> shreds. Then I pointed some major sites (microsoft.com, cnn.com,
> etc.) at the W3 Validator; to my surprise none of them passed.
>
> Doesn't anyone care anymore, or are the standards more-or-less looked
> at as guidlines for web design?
>


"Anymore"? Who ever cared for web standards? Aside from some HTML
freaks like us. In any case, if you don't do it out of selfishness
(e.g. to better maintain your sources), don't do it at all. If
Microsoft gets it wrong, don't follow unless you feel it saves your
time to have crappy HTML. Most websites do, you are correct.

--
Google Blogoscoped
http://blog.outer-court.com


Philipp Lenssen
  Reply With Quote
Old 04-23-2004, 09:44 AM   #6
Philipp Lenssen
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Adrienne wrote:

> Gazing into my crystal ball I observed (Isaac
> Grover) writing in news::
>


>
> In my experience, clean markup, clean CSS and clean code leads to
> better results in search engines. Why? Because search engines are
> machines, have no eyes, no ears, hands, etc., so they have to look
> for logical, valid markup.


No search engine would ever care for valid markup.
This is not to say totally broken links are helpful.
Accessibility, especially the what-to-do-with-blind-people or
what-to-do-with-javascript-disabled-browsers approaches help SEs a lot.

--
Google Blogoscoped
http://blog.outer-court.com


Philipp Lenssen
  Reply With Quote
Old 04-23-2004, 09:51 AM   #7
Ulujain
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Adrienne wrote:

> Gazing into my crystal ball I observed (Isaac Grover)
> writing in news::
>
>
>>Hi everyone,
>>
>>Just out of curiosity I recently pointed one of my hand-typed pages at
>>the W3 Validator, and my hand-typed code was just ripped to shreds.
>>Then I pointed some major sites (microsoft.com, cnn.com, etc.) at the
>>W3 Validator; to my surprise none of them passed.
>>
>>Doesn't anyone care anymore, or are the standards more-or-less looked
>>at as guidlines for web design?
>>

>
>
> In my experience, clean markup, clean CSS and clean code leads to better
> results in search engines. Why? Because search engines are machines, have
> no eyes, no ears, hands, etc., so they have to look for logical, valid
> markup.
>


Search engines usually index whatever their robots send back to them.
The engines themselves don't look for anything.

'Later
Peter

--
Peter aka Ulujain - Computing for Fun!
http://www.ulujain.org/


Ulujain
  Reply With Quote
Old 04-23-2004, 10:02 AM   #8
Werner Partner
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Isaac Grover schrieb:

> Hi everyone,
>
> Just out of curiosity I recently pointed one of my hand-typed pages at the W3
> Validator, and my hand-typed code was just ripped to shreds. Then I pointed
> some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my
> surprise none of them passed.
>
> Doesn't anyone care anymore, or are the standards more-or-less looked at as
> guidlines for web design?


Some weeks ago someone noticed that my pages are not valid, so I looked
it up and checked what is to be done. As I use a "standard frane"
programmed by php, I made this valid, and so _all_ my pages are valid.

Maybe that here ore there is something wrong, but if you find it I will
repair it

Werner


--
-----------------------------------------------------------
Werner Partner * Tel +49 2366 886606 * Fax: 886608
private.php?do=newpm&u= * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/


Werner Partner
  Reply With Quote
Old 04-23-2004, 10:46 AM   #9
Brian
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Adrienne wrote:
>
> In my experience, clean markup, clean CSS and clean code
> leads to better results in search engines.


That has certainly not been my experience. I did a new site for a
restaurant, using valid html 4.01 strict. It shows up 4th in Google for
"TS McHugh's" at the moment (it's been bouncing around a lot lately).
The old site is # 1 at the moment. It has dreadful markup like the
following for its header:

<td width="260" valign="top"><strong><font face="Times New Roman"
color="#FFFFCC"><big><em><big>T.S.McHugh's</big></em></big></font><font
face="Verdana"><small><small>

The new site is not new. It's been up since October.

In Yahoo, the new site doesn't show up on any of the 4 result pages.
Ditto for Lycos, HotBot, and Webcrawler.

I'm afraid better better markup doesn't necessarily lead to better
search results. What should get good results[1] is text content that can
be indexed and inbound links.

[1]I say "should" because even that hasn't helped in my case. Google
reports a handful of inbound links for the new site, while, for the old
site, it reports none. And that's been the case for several weeks.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/


Brian
  Reply With Quote
Old 04-23-2004, 11:16 AM   #10
Mark Tranchant
 
Posts: n/a
Default Re: Does anyone pay attention to standards?
Brian wrote:

> Adrienne wrote:
>>
>> In my experience, clean markup, clean CSS and clean code
>> leads to better results in search engines.

>
> That has certainly not been my experience. I did a new site for a
> restaurant, using valid html 4.01 strict. It shows up 4th in Google for
> "TS McHugh's" at the moment (it's been bouncing around a lot lately).
> The old site is # 1 at the moment. It has dreadful markup like the
> following for its header:


<snip>

....as a counter-example, my relatively new page:

http://tranchant.plus.com/notes/multiviews

comes up second behind apache.org in a global Google search for
"multiviews", top for "php multiviews" and top on a UK search for
"multiviews". The page is only 9 days old.

So there's certainly no *disadvantage* to using decent markup, and there
seems to be no substitute for text content.

--
Mark.
http://tranchant.plus.com/


Mark Tranchant
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD shrink newbe question. Can it change video standards? Mike DVD Video 1 08-28-2007 01:43 AM
Attention music lovers: Zak DVD Video 0 06-16-2006 06:40 PM
Blu-Ray vs. HD DVD: Why high-def video hardware standards are irrelevant. Allan DVD Video 1 05-10-2005 04:29 PM
ATTENTION AARON BURROUGH of violate@qwest.net! hornypervert@webtv.net DVD Video 1 08-24-2004 04:30 AM
Video Standards Converter Den DVD Video 2 04-05-2004 12:02 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46