Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

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.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 2nd, 2006, 09:25
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Aug 2nd, 2006, 11: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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 2nd, 2006, 11:44
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
Thanked 3 Times in 3 Posts
Re: Could someone explain the advantages of having validated HTML coding?

Is that it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 2nd, 2006, 11: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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 2nd, 2006, 11: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......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 2nd, 2006, 14:54
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 2nd, 2006 at 14:56.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 2nd, 2006, 15: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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Aug 2nd, 2006, 18:45
Up'n'Coming Member
Join Date: Jul 2006
Location: Dallasish Texas
Age: 41
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Aug 2nd, 2006, 18:48
Reputable Member
Join Date: Jan 2006
Location: Spalding, Lincs
Posts: 160
Blog Entries: 2
Thanks: 2
Thanked 3 Times in 3 Posts
Re: Could someone explain the advantages of having validated HTML coding?

thanks guys
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Aug 3rd, 2006, 03:07
SuperMember

SuperMember
Join Date: Nov 2005
Location: here
Age: 27
Posts: 1,532
Thanks: 1
Thanked 11 Times in 11 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Aug 3rd, 2006, 10:58
minute44's Avatar
Most Reputable Member

SuperMember
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,361
Blog Entries: 3
Thanks: 0
Thanked 1 Time in 1 Post
Re: Could someone explain the advantages of having validated HTML coding?

Look here for more info.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Aug 3rd, 2006, 13:59
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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!
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Aug 3rd, 2006 at 14:15.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 13:19
I don't know why this page isn't validated, help TheSealPortalTeam Web Page Design 3 Aug 21st, 2007 12:59
New to coding (HTML & CSS) looking for experience nashultz07 Job Opportunities 0 Jul 25th, 2007 04:47
Dummy needs help with html coding roadrunnerad Web Page Design 5 Nov 5th, 2005 07:08


All times are GMT. The time now is 09:38.