why validate websites

This is a discussion on "why validate websites" within the Web Page Design section. This forum, and the thread "why validate websites 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 7th, 2007, 17:34
Reputable Member
Join Date: Mar 2007
Location: Kenya
Age: 20
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
why validate websites

Why do I need to validate my website using w3c? Is that that necessary and what does it help with?
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 7th, 2007, 17:47
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

It make sure that you don't have any invalid mark-up. That's all. There are more important things to worry about.

Valid code is definitely part of the deal though. Valid code (usually) means that your code will be more accessible to more people, will render properly in most browsers and can potentially increase your search engine rankings. It is also important that your code is intelligently structured and as semantica as is possible. Simply using valid code will not deliver these results though; you need to go along with the whole web standards shebang. Semantic code, valid code, accessible code, separation on structure, presentation and behaviour. All of these things combined will help you to create a web experience that as many people as possible can enjoy with a good degree of consistency.

Pete.
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 7th, 2007, 17:47
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

There was a lengthy discussion about this already ... just a few threads down

Importance of Validation

Last edited by karinne; Aug 7th, 2007 at 18:04. Reason: link fixed
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 7th, 2007, 18:03
Reputable Member
Join Date: Mar 2007
Location: Kenya
Age: 20
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

Quote:
Originally Posted by karinne View Post
There was a lengthy discussion about this already ... just a few threads down

Importance of Validation
Page not found

Last edited by karinne; Aug 7th, 2007 at 18:04. Reason: link fixed
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 7th, 2007, 18:28
Reputable Member
Join Date: Mar 2007
Location: Kenya
Age: 20
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

I found it thanks. lol I'm now confused if to validate or not. I have never done it. I think I will validate one site and find out which the advantages and the dis. Thanks anyway. I think Pete convinced me that validating is a waste of time but I will give it a try.
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 7th, 2007, 18:30
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

To each his own ... I will not get into this again as I've stated my position in the mentioned thread but I find validating an integral part of what I do ... helps me eliminate stupid mistakes.
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 7th, 2007, 18:42
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

I said Validating was waste of my time. Valid code is essential. If you are confident that your can write perfectly valid code then by all means stop validating but don't stop writing valid code. That was my point. I was irritated that people seemed to treat validation as the key thing, when validation for its own sake is pointless. Concentrate on the code, make sure you validate not for the sake of good code but for your visitors and definitely don't do it for the special badge.

Pete.
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 7th, 2007, 20:11
Most Reputable Member
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

I am learning hand coding and I validate with great regularity to make sure I am close formating correctly. Besides I actually smile when something validates for me.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
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 7th, 2007, 20:17
Highly Reputable Member
Join Date: Apr 2007
Location: Kent, England
Age: 38
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

Yes, I think the validation tool is very useful when you are still learning, it can help you discover the reason why something isn't working as it should. I like to think of the validator as like someone marking my work. I think like Pete says, if you're confident that you can write valid code anyway, then the actual act of validating MIGHT not be necessary for you.
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 7th, 2007, 20:19
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

I used it a lot at first and think it's an excellent learning tool. Besides, I have similar tools on my HTML editors.

Pete.
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 7th, 2007, 22:04
Reputable Member
Join Date: Dec 2005
Location: U.S.A.
Posts: 155
Thanks: 0
Thanked 4 Times in 4 Posts
Re: why validate websites

Ok, I haven't seen the previous thread but have seen many like them, and they are usually a heated debate. I'll make one quick comment. It has been my experience that the validation issue usually comes down to the difference between web site developers and web site designers. To be proficient in both aspects is not an easy task. A designer is a different animal from a developer. Not to say that one can't be a little of both.

A Web Developer cares a great deal about validation. And most likely validates every page they create. They are more concerned with how the web site works then about how "pretty" it is. Not to say that a developer doesn't create aesthetically pleasing pages. But they place things like accessibility and usability first. Then work on making the page pleasing to the eye.

A Web Designer cares a great deal about what the site looks like, and that the message they are trying to convey by the use of colors and images is received by the viewer or user. They often do validate, but do not put the effort into it that a developer would. And again, this is not to say that a designer cannot be a great developer.

Hope that clears up the validation debate a little for ya.

And finally...My Disclaimer - These are my opinions based on my experience.

Scott
__________________
Web Design and Development
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 7th, 2007, 22:58
Reputable Member
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

To answer your question: Yes, you should validate your code. Especially if you are learning! That way, you can iron out any errors and avoid repeating them in future!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Aug 7th, 2007, 23:04
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

Validation is not important, validity is. Sometimes truly accessible code is not valid. It happens, not often I'll grant you, but it has been known.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Aug 13th, 2007, 01:09
Most Reputable Member
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

Quote:
Originally Posted by VanessaJW View Post
I think like Pete says, if you're confident that you can write valid code anyway, then the actual act of validating MIGHT not be necessary for you.
Confidence may be misplaced.

I'm confident of writing valid code: I know the general rules. But sometimes I make errors. Constant background validation alerts me when I make a mistake.

I just discovered that my javascript, which was generating extra (presentational) markup, was making my HTML invalid. I did not detect this, because the W3C validator checks the page without javascript transformations (and so does my background validator).

My error was to put <div>s inside a <dl>. They are not allowed there.

I suspect this mistake was the cause of an irregularly occurring, unpredictable browser rendering bug. Validation greatly reduces the need for bug-hunting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Aug 13th, 2007, 01:32
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

It's late mike, go to bed. There is a time for valid code, I don't know if that time is 2:10 AM. I may put a disclaimer on all future sites "Website only valid from 9AM til 5PM". But I may not.

Pete.

Last edited by pa007; Aug 13th, 2007 at 01:43.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Aug 13th, 2007, 01:41
Most Reputable Member
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why validate websites

Quote:
Originally Posted by pa007 View Post
It's late mike, go to bed. There is a time for valid code, I don't know if that time is 2:10 AM. I may put a discalaimer on all future sites "Website only valid from 9AM til 5PM". But I may not.

Pete.
Looks like I'm not the only one unable to sleep tonight!
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
validate

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
trying to validate css Phixon Web Page Design 12 Oct 2nd, 2007 20:44
Attempt to validate Phixon Web Page Design 11 Jul 24th, 2007 14:25
Why wont it Validate R8515198 Web Page Design 12 Jul 4th, 2007 17:01
Getting flash to validate? newoptical Flash & Multimedia Forum 3 Jun 29th, 2007 21:51
Why should I validate CSS? spinal007 Web Page Design 13 May 11th, 2007 14:24


All times are GMT. The time now is 06:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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