Could someone explain the advantages of having validated HTML coding?

This is a discussion on "Could someone explain the advantages of having validated HTML coding?" within the Web Page Design section. This forum, and the thread "Could someone explain the advantages of having validated HTML coding? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 2nd, 2006, 08:25
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 157
Blog Entries: 2
Thanks: 0
Thanked 3 Times in 3 Posts
Could someone explain the advantages of having validated HTML coding?

Could someone explain the advantages of having validated HTML coding?

Thanks a bunch

CPS
Reply With Quote

  #2 (permalink)  
Old Aug 2nd, 2006, 10:39
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Could someone explain the advantages of having validated HTML coding?

1) You get a nice green 'approval' page on W3C validation...



(W3C even had to make some "work-arounds" to get their own pages to validate, so I feel much better about mine)
Reply With Quote
  #3 (permalink)  
Old Aug 2nd, 2006, 10:44
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 157
Blog Entries: 2
Thanks: 0
Thanked 3 Times in 3 Posts
Re: Could someone explain the advantages of having validated HTML coding?

Is that it?
Reply With Quote
  #4 (permalink)  
Old Aug 2nd, 2006, 10:46
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Could someone explain the advantages of having validated HTML coding?

Well, checking it's also good for finding faults in your code which might stop bits working as they should.
Reply With Quote
  #5 (permalink)  
Old Aug 2nd, 2006, 10:46
Junior Member
Join Date: Jun 2006
Location: Sheffield, UK
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Could someone explain the advantages of having validated HTML coding?

I don't know very much about it, but the top and bottom of it from what i've gathered is accessibility across browsers.

I think i saw someone else mention that more clients are hearing about validated pages and so demanding them, so it'll also keep your client happy.

I'm sure someone else will explain more......
Reply With Quote
  #6 (permalink)  
Old Aug 2nd, 2006, 13:54
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,739
Blog Entries: 1
Thanks: 0
Thanked 17 Times in 17 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Could someone explain the advantages of having validated HTML coding?

Valid code is leaner, meaner, increases your search engine rankings, is easier to read/modify and it makes you feel all warm and gooey inside. The point is to make the code as easy for people and computers alike to read and parse. The better your source the better your results. Think of a bloated table layout vs a sexy css/xhtml strict layout. sure you may say a few kilobytes don't mean anything but then add up say 5 kb times 1,000 page loads and you start to see an increase. Not tomention it takes the browser longer to read through and render non valid code than it does valid code.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 2nd, 2006 at 13:56.
Reply With Quote
  #7 (permalink)  
Old Aug 2nd, 2006, 14:58
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Could someone explain the advantages of having validated HTML coding?

"cross browser compatibility" is the main reason and even then it can often fail. It can help fix invalid code for the specified doctype. Your doctype is what determines cross browser compatibility more then just validating in general.

The w3c validation doesn't insure accessibility with users. Doesn't protect against bloated code. Really has nothing to do with SEO. And doesn't care if anyone can read the code you just validated. Certaintly doesn't have anything to do with structured markup because it could care less if you ever use headers, paragraphs and lists or if they were used in the correct context.

Validation is basically a backup to catch and correct mistakes that could or could not have ill effects when displayed. It's just a tool like anything else.

I do find it funny when people claim to be validated and accessible yet when you check their CSS code there are hundreds of warnings. The warnings are typically more important toward accessibility then the errors, but people won't spend the extra 10 minutes to correct them.

To summarize....

Validated code should not concern clients because it's meaningless to their agenda. Validation is a designers tool and nothing more. If you see people on here constantly saying "VALIDATE YOUR CODE".. it's just to insure the person has eliminated some of the basic errors that could be causing the problem at hand.
Reply With Quote
  #8 (permalink)  
Old Aug 2nd, 2006, 17:45
Up'n'Coming Member
Join Date: Jul 2006
Location: Dallasish Texas
Age: 41
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to PixelLuv Send a message via Yahoo to PixelLuv
Re: Could someone explain the advantages of having validated HTML coding?

if your page isn't validating you do need to know why and make informed decisions. but the main driver for your site should be the usability and readability. the markup is just that. facilitation of design.


~Pxl
Reply With Quote
  #9 (permalink)  
Old Aug 2nd, 2006, 17:48
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 157
Blog Entries: 2
Thanks: 0
Thanked 3 Times in 3 Posts
Re: Could someone explain the advantages of having validated HTML coding?

thanks guys
Reply With Quote
  #10 (permalink)  
Old Aug 3rd, 2006, 02:07
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,281
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Could someone explain the advantages of having validated HTML coding?

Incorrect HTML code can cause display problems that turn away visitors and hurt search engine ranking.
Browser display problems: Even the simplest errors can cause big problems - particularly in browsers like Netscape and Opera. These browsers follow HTML standards very closely. Although Internet Explorer may ignore a problem like a missing closing TABLE tag, Netscape ignores the entire table and all its contents.
Screen readers (a technology used by many people with vision problems) are basically simple text browsers. They often have problems with HTML code errors... particularly missing attributes.
Search engine spiders are also basic text browsers. While an advanced browser like Internet Explorer 6 or Netscape 7 may not care if you forget to close some quotation marks inside a tag, a search engine spider does!
Coding errors may hide large amounts of your page content from search engines... even though human visitors see the content with no problem. That is, if they can find it.
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #11 (permalink)  
Old Aug 3rd, 2006, 09:58
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Could someone explain the advantages of having validated HTML coding?

Look here for more info.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #12 (permalink)  
Old Aug 3rd, 2006, 12:59
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,739
Blog Entries: 1
Thanks: 0
Thanked 17 Times in 17 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Could someone explain the advantages of having validated HTML coding?

I think my post was misunderstood but that is probably due to my inability to correctly form sentences and master my control of the english language. I never meant to imply Validation was an end all, or a requirement by any means. I apologize for being a picky nose face and I have slapped myself. In my defence I did state that at http://www.webforumz.com/42685-post5.html so

So Hah!
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 3rd, 2006 at 13:15.
Reply With Quote
Reply

Tags
could, someone, explain, advantages, having, validated, html, coding

Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any advantages to frames? milly Web Page Design 5 Oct 15th, 2007 12:19
I don't know why this page isn't validated, help TheSealPortalTeam Web Page Design 3 Aug 21st, 2007 11:59
New to coding (HTML & CSS) looking for experience nashultz07 Job Opportunities 0 Jul 25th, 2007 03:47
Dummy needs help with html coding roadrunnerad Web Page Design 5 Nov 5th, 2005 06:08


All times are GMT. The time now is 21:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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