473,545 Members | 2,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Jul 20 '05 #1
162 7078
Gazing into my crystal ball I observed ep*****@myexcel .com (Isaac Grover)
writing in news:40******** ******@news.cen tennialpr.net:
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
Jul 20 '05 #2
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.adaptivepat h.com/publications/essays/archives/000266.php>

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

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

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

Matthias

Jul 20 '05 #3
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/
Jul 20 '05 #4
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
Jul 20 '05 #5
Adrienne wrote:
Gazing into my crystal ball I observed ep*****@myexcel .com (Isaac
Grover) writing in news:40******** ******@news.cen tennialpr.net:

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
Jul 20 '05 #6
Adrienne wrote:
Gazing into my crystal ball I observed ep*****@myexcel .com (Isaac Grover)
writing in news:40******** ******@news.cen tennialpr.net:

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/
Jul 20 '05 #7
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
mailto:ka****@s onoptikon.de * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/
Jul 20 '05 #8
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"><s trong><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/
Jul 20 '05 #9
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/
Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2980
by: lawrence | last post by:
I'm trying to read up on the rfc's that govern form inputs. Much of what I'm reading is stuff I didn't know before and some of it is alarming. This one left with me questions: http://www.ietf.org/rfc/rfc1867.txt Is this (below) addressed to me as a web designer, or is this addressed to the makers of web browsers? Identifying the type of...
5
2809
by: Silvio | last post by:
Here's my update statement: UPDATE Item1 SET reviewloop = 1, currentreviewstate=5 WHERE itemid in (SELECT itemid FROM Item2) The thing is: the table Item2 DOES NOT HAVE a field called itemid. So, I should receive an error, right? Not so.Instead, every single record in Item1 was updated.
2
3892
by: Brent Taylor via AccessMonster.com | last post by:
HELP----DOES ANYONE HAVE A SIMPLE .mdb for MLM structure? Does anyone have an example database for multi-level marketing for a 3 Tier setup? Thank you, brenttaylor@actionimports.net
6
1780
by: Benjamin Day | last post by:
Does anyone ACTUALLY have the application updater block working? I've been beating my head against the wall on this one for about 3 days. It looks cool. It seems promising. I've even read this guy's blog entry about how to implement it (http://weblogs.asp.net/duncanma/articles/10221.aspx) and how breath takingly simple it is to actually...
3
2297
by: Mephistopheles | last post by:
>>"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message >>news >>:%23N6vQmpSFHA.3184@TK2MSFTNGP14.phx.gbl... >> Hi, >> I have a function already but I need to solve one problem that is why >>I >>> asked for a forum.
2
2311
by: Bruno Alexandre | last post by:
Hi guys, does anyone know where is the Website used in the MSDN "Lear ASP.NET 2.0 with Jeff Prosise" (http://msdn.microsoft.com/asp.net/beta2/multimedia/default.aspx) events? The website used is called "Contoso", but I can't find it in the MSDN site, so I can evaluate it with the webcasts. If anyone know here is it, or if anyone is...
4
1843
by: neoswf | last post by:
Hey Does anyone knows a powerfull and relaible HTML / JS / CSS Optimization tool ? right now im using stylePro for optimizing CSS and afterwords optimizng it using http://cdburnerxp.se/cssparse/css_optimiser.php. it really works after topStyle did the job. for HTML im using SpaceAgent. its nice but i think there is someyhing much more...
15
2562
by: Pucca | last post by:
I'm getting an error when I tried to use this BerConverter class in my C# code. Even though the Interent doc says that it runs on Win2000 sp4, I just thgouth I'll double check. Does anyone know if BerConverter is supported for Win2000 server? http://msdn2.microsoft.com/en-us/library/system.directoryservices.protocols.berconverter.decode.aspx...
0
1425
by: janithn | last post by:
rss- does anyone know how to embedd rss into my web template for a news site? basically im creating a news website and i want to use RSS to put in articles. Im using MS Frontpage. Does anyone know how to embbed a feed?
0
7487
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7420
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7934
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
4966
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.