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.
|
|
|
|
|
![]() |
||
Could someone explain the advantages of having validated HTML coding?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Could someone explain the advantages of having validated HTML coding?
Could someone explain the advantages of having validated HTML coding?
Thanks a bunch CPS
Last Blog Entry: The Eagle Has Landed - Young Internet Alliance is Formed! (Feb 20th, 2008)
|
|
|
|
#2
|
|||
|
|||
|
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) |
|
#3
|
|||
|
|||
|
Re: Could someone explain the advantages of having validated HTML coding?
Is that it?
Last Blog Entry: The Eagle Has Landed - Young Internet Alliance is Formed! (Feb 20th, 2008)
|
|
#4
|
|||
|
|||
|
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.
|
|
#5
|
|||
|
|||
|
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...... |
|
#6
|
|||
|
|||
|
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 13:56. |
|
#7
|
|||
|
|||
|
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. |
|
#8
|
|||
|
|||
|
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 |
|
#9
|
|||
|
|||
|
Re: Could someone explain the advantages of having validated HTML coding?
thanks guys
Last Blog Entry: The Eagle Has Landed - Young Internet Alliance is Formed! (Feb 20th, 2008)
|
|
#10
|
||||
|
||||
|
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.
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
|
|
#11
|
||||
|
||||
|
Re: Could someone explain the advantages of having validated HTML coding?
Look here for more info.
Last Blog Entry: Giving them what they paid for: A (sort of) Follow-up (Today)
|
|
#12
|
|||
|
|||
|
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.
So Hah!
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Aug 3rd, 2006 at 13:15. |
![]() |
| Tags |
| could, someone, explain, advantages, having, validated, html, coding |
| Thread Tools | |
|
|
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 |