#1 2008-05-15 17:23:24
- SoraCross
- Member

- Registered: 2007-02-09
- Posts: 136
- I've been thanked 0 times.
-
W3 Validation: Good or bad?
So I think that W3 validation is good. I always like to have my site validated in both HTML and CSS. This is because it makes my site look more professional, and also because I find that validation is a good buzzword to use when discussing websites.
I managed to talk my sister who is opening her own e-business into letting me do a site for her by showing her how many errors her website templet had (a ton) and how many mine had and than telling her about how some websites might not work properly on some browsers if you have errors.
I also find that having a valid site actually does reduce a lot of errors your site will have in other browsers. I had an error on my site where the sidebar went past the content boarder and keep going until the end of the page in IE7, but once I got my site validated the error went away.
So what are your thoughts about this subject?
SoraCross Development
"A website dedicated to bringing you high quality games and web designs."
[Review]
Offline
#2 2008-05-16 09:51:18
- Ryan_steyn
- Member

- From: South Africa, Port Elizabeth
- Registered: 2006-08-23
- Posts: 1726
- I've been thanked 28 times.
-

Re: W3 Validation: Good or bad?
At one point my new site (not new anymore
) was 100% valid with the exception of one url which had a ? in it. It was a nice feeling but the reality is that it just makes life more complicated, i built (re-developed from prior attempts) a cms with php/mysql and a whack of javascript, and when it comes to pulling that info out of the database onto your page one finds that an array of errors pop up that cant be helped, for example, many of my pages have tags in them that are in caps and img tags that dont close (Steven_AS actually sorted that one out for me). But it didnt affect my rankings at all.
As a matter of fact, even though my site is buggy and invalid it is still on the up n up. I think that if you were going to spend hours on perfecting code for your site it would be best spent perfecting your css so that your content and images load in A) an order that gives people something to focus on while the rest is loading B) keeps your page content close to the top of your source so that spiders etc can get to it as they get to the page, that way by the time the bot ascertains that its going through crap it really will be going through crap and not just skimming the top of your content.
Do bare in mind though, it is just good practice to keep your website as valid (clean code) as possible, in no way am i saying it must be ignored - imagine the name you will get once your clients hire different people to work on their sites and find out that the reason their site isnt ranking isnt because their product sucks but because you laid 1000's of lines of spaghetti code in its rear.
you guys know who you are ---- > wheres the point finger thingy?
--- fortunately people who do that find it hard to stick around SR
---
"Humans are by far the most fascinating creatures, in a universe with no boundaries and a world with so much unfound wonder we are the only entities capable of creating boredom"
Offline
#3 2008-05-16 10:12:49
- Nic
- Administrator

- Registered: 2006-07-07
- Posts: 1672
- I've been thanked 58 times.
-

Re: W3 Validation: Good or bad?
i think it's good to some extend
i like to know my site's not overloaded with uslees or broken code, that it displays properly in all browsers, etc
if i had unlimited time and resources, i'd make sure all my site were valid
but since i don't i just check them for big errors, and try to clean it up as much as possible without spending too much effort that could be best used elsewhere
Reward Your Visitors and Keep Them Coming Back By Giving Them Books For Free
Offline
#4 2008-05-16 11:12:39
- Steven_A_S
- Member

- From: San Antonio, TX
- Registered: 2006-08-07
- Posts: 458
- I've been thanked 21 times.
-
Re: W3 Validation: Good or bad?
Having come from a programming background where compilers/interpreters are less tolerant of mistakes, I may have become a little obsessive about coding; so I try to clean up any coding errors I come across. I believe it to be a good practice to keep up even if it's not required, but I've backed off from harassing others who don't. I do suggest people at least try to clean up the big errors though.
Offline
#5 2008-05-16 11:13:27
- Northie
- Moderator

- From: Yorkshire, UK
- Registered: 2006-08-19
- Posts: 2614
- I've been thanked 63 times.
-

Re: W3 Validation: Good or bad?
Validation is becoming a buzzword
My sites are built to valid xHTML - this means that it's fairly extensible for my own needs
However, I am more concerned with profitability.
I know enough about web stuff to be able to test in IE 5.5, IE6, IE7, FF1.5, FF2, FF3B, safari and netscape
Web metrics tell me which of those are actually in use by my target audience, and i go for 90% coverage
xHTML isn't a problem for me, it's javascript and CSS
CSS does have specs, bugs and standards, but as the CSS acid test shows CSS must be hacked in order for it to work cross-browser
I have no problem with hacking CSS to make it work cross browser and would rather a site that functions than a site that validates.
Remember that the average joe who looks at sites doesn't even know what validation is, let alone cares about it
think of the $$$$$$$$$$$$$ - it's all that matters
When you go back to your family you can take your business hat off, but while you've got it on you've got to remember it's only ever about the money, and spending two weeks making something validate that already works is wasting time and in this industry time IS money
Now taking free-lance inquiries; Please contact me for more details
Internet Marketing Books
Promote Yourself on Site Reference!
Offline
#6 2008-05-18 09:02:38
- griffinsbridge
- Member

- From: York, England
- Registered: 2005-11-04
- Posts: 595
- I've been thanked 11 times.
-
Re: W3 Validation: Good or bad?
Im with Northie on this one.
it's all about the benjimins!
if errors are stopping people from viewing any of my sites (and therefore stopping them from giving me their money) then I'll fix it using validation to help find the errors
other than that, i couldn't give a monkeys.
As for xHTML, maybe Im way behind the times on this one, but that still doesn't concern me. All mine are HTML, thats it, no x.
I use some of the standards (lowercase tags etc) but thats only for my own convenience. granted, xHTML is important for mobile viewing, but Im not even concerned with that.
If it doesn't increase my profits, i'll find something better to do with my time.
So many pages, so little time.
Offline
#7 2008-05-19 02:17:47
- Northie
- Moderator

- From: Yorkshire, UK
- Registered: 2006-08-19
- Posts: 2614
- I've been thanked 63 times.
-

Re: W3 Validation: Good or bad?
I've had another thought
The W3C specs and standards are there mainly for those developing user-agents (browsers).
The browsers choose which parts to implement and how to implement them (although now that they are official standards it should be all parts in a uniform way).
This means that web authors are now writing code for the browsers - NOT the W3C.
The W3C may say you have invalid code - but that's not the point, the point is your code works in the browsers.
Also, browsers need to gracefully degrade when they find code that they don't understand - leading the way to hacks
When browsers follow the full specs in a uniform manner then code authors will be writing hack-free W3C valid code
Now taking free-lance inquiries; Please contact me for more details
Internet Marketing Books
Promote Yourself on Site Reference!
Offline
#8 2008-05-19 15:16:26
- MarkCCDC
- Moderator

- From: Deland, FL
- Registered: 2005-10-25
- Posts: 1270
- I've been thanked 20 times.
-

Re: W3 Validation: Good or bad?
I personally prefer all my code to validate, and will spend the time fixing errors and warnings.
Why?
Well, besides the obvious, I am proud of my work and like to be able to say "Yes, all the code I wrote conforms to accepted and published standards."
Means nothing for money, unless its an issue like mentioned above.
Offline
#9 2008-05-19 19:48:32
- ColoEagle
- Administrator

- From: Colorado, USA
- Registered: 2006-02-15
- Posts: 2125
- I've been thanked 86 times.
-

Re: W3 Validation: Good or bad?
Im with Steven and Mark. When it comes to my own stuff I am extremely tough on myself and will go the extra time/steps to have valid code.
With Northie regarding valid CSS. I like my css to be valid as well but am less stringent on myself as cross-browser presentation here is more important to me than having valid CSS code.
I have backed off some in pointing out code errors to others as I take into consideration the type of site and where these people want to go. There are those (no offense intended to anyone) that are more concerned about making a quick fortune rather than a long-term substantial income.
Then there are those that really just don't care anything about code, cross browser friendliness or accessibility. As long as it works in IE they are happy. In the run, it is these people that will lose out. Like Northie mentioned, You should insure your site is functional with 90% or better of your visitors.
Writing valid code, x/html and css, really isn't that difficult. You don't have to become an expert at both, you just have to be willing to put in a little time to learn how the two work together and get a decent intermediate understanding of both.
The only way to discover the limits of the possible is to go beyond them into the impossible
Attention designers and webmasters - "The Beauty of CSS"
Valid Web Designs tutorials on HTML, XHTML and CSS
Home Security Systems
Offline
#10 2008-08-14 16:54:59
- basketlady
- Member

- From: Oklahoma
- Registered: 2007-03-13
- Posts: 87
- I've been thanked 1 times.
-
Re: W3 Validation: Good or bad?
Could someone remind me? Where do we go to check our code???
Thanks!
Basket Lady
Offline
#11 2008-08-14 21:27:04
- matte
- Administrator

- From: you know you want a caricature
- Registered: 2004-11-08
- Posts: 3322
- I've been thanked 29 times.
-

Re: W3 Validation: Good or bad?
there is a firefox plugin that you can use called html validator
Laurie keeps one with him at all times 
How to choose a web host
Get an amazing caricature
Support OBAMA? Get a Tshirt
Get an avatar or mascot for your blog, Facebook or forum use
Offline
#12 2008-08-14 22:58:24
- laurie_m
- Member

- From: Bega, Sapphire Coast Australia
- Registered: 2005-08-18
- Posts: 1415
- I've been thanked 35 times.
-

Re: W3 Validation: Good or bad?
Oh matte! Now you're pulling our legs!
As a matter of fact, basketlady, when I first saw your post an hour or so ago, I had a quick look and found your home page to validate perfectly. Well, I said to myself "Why does this lady need a validation tool?" Then I saw several warnings on another page.
Doesn't matter, though. Your pages work OK, don't they?
Anyway, if you want to validate your code, one way is to install the HTML Tidy plugin for Forefox, just like matte says.
Trouble is, basketlady, next thing we know, you'll have all sorts of questions about appeasing this confounded plugin that keeps complaining, quite unnecessarily, about your website.
Now, I'd reckon that with a basic website, such as yours, unless you are having trouble with consistent display in IE or some such, that you forget the silly old validators and their silly little game. Just get on with life and be happy.
And whatever you do, don't put one of those silly looking W3C validation icons at the bottom of the page. "Why," you ask. Because it's silly.
Besy wishes,
Laurie.
John McDouall Stuart - Explorations in Australia
First Expedition Second Expedition Third Expedition Fourth Expedition
Offline
#13 2008-08-15 02:41:30
- allenion
- Member

- From: west yorkshire
- Registered: 2007-10-09
- Posts: 87
- I've been thanked 2 times.
-

Re: W3 Validation: Good or bad?
to validate I use http://validator.w3.org/
Offline
#14 2008-08-15 09:30:26
- Steven_A_S
- Member

- From: San Antonio, TX
- Registered: 2006-08-07
- Posts: 458
- I've been thanked 21 times.
-
Re: W3 Validation: Good or bad?
You can get the FireFox plugin here: https://addons.mozilla.org/en-US/firefo … sions/1843
Use version 1.2.0b7 if you're using FF3, or version 1.05 if you're using FF2
Offline
#15 2008-08-15 11:52:18
- basketlady
- Member

- From: Oklahoma
- Registered: 2007-03-13
- Posts: 87
- I've been thanked 1 times.
-
Re: W3 Validation: Good or bad?
ROFL! Laurie you crack me up! Thanks for your kind words - wish I could take credit :-D But now, it's the great people here that shared their knowledge. (Oh yes, and you are correct, I'd be posting all kinds of strange questions, hehe)
Thanks guys for the websites!
Basket Lady
Offline
#16 2008-08-18 13:53:32
- fragos
- New member

- From: Fresno CA
- Registered: 2007-11-25
- Posts: 7
- I've been thanked 0 times.
-
Re: W3 Validation: Good or bad?
I can't believe this subject is being discussed. Bad code is just to risky as well as it makes the creator look very amateur or worse yet lazy. Different browsers don't work consistently with perfect code -- God only knows what they will do with bad code. Validating code is just the start. You need to test on multiple browsers and window dimensions. I also use a couple of web SEO validators to help with content keyword relevancy. The ones I use most are http://raven-seo-tools.com/seo-analyzer/ and http://www.seoworkers.com/tools/analyzer.html.
Offline
#17 2008-08-19 02:48:17
- Northie
- Moderator

- From: Yorkshire, UK
- Registered: 2006-08-19
- Posts: 2614
- I've been thanked 63 times.
-

Re: W3 Validation: Good or bad?
fragos wrote:
I can't believe this subject is being discussed. Bad code is just to risky as well as it makes the creator look very amateur or worse yet lazy.
At what point did invalid code become bad code?
valid code may work for some browsers, but to ensure that the page works on all browsers the developers must introduce bugs into the code - this is far from lazy.
And, if we rephrase an eariler comment of mine - no one cares about valid code*
Spoiler:
*by 'no one' I mean site visitors, those that come you your site and buy things from you. they don't know how the web works and they don't care
fragos wrote:
Different browsers don't work consistently with perfect code -- God only knows what they will do with bad code.
They work as expected, or the bugs introduced by the developer fix the bugs in the browser
fragos wrote:
Validating code is just the start.
No, testing for validation is an optional step that comes towards the end of development. Most of the time all one needs to do in order to make a page validate is to change the dtd.
This post - http://forums.site-reference.com/topic/ … irks-Mode/ - may be of some interest
fragos wrote:
You need to test on multiple browsers and window dimensions.
I agree with you here
Bottom line - it's about the money. If you get a return so much higher for having valid code that it negates the effort you put in then that's great. In my experience I don't see that. I very rarely see much difference when it comes to returns when comparing clean and messy code - cleanly codes sites tend to do better but this is because the organisation that create the code has a better idea of what's going on - ie the reasons are elsewhere and not to do with the code
Now taking free-lance inquiries; Please contact me for more details
Internet Marketing Books
Promote Yourself on Site Reference!
Offline
#18 2008-08-20 01:37:25
- Web-Wise-Wizard
- New member

- From: Liverpool, UK
- Registered: 2006-03-22
- Posts: 7
- I've been thanked 0 times.
-
Re: W3 Validation: Good or bad?
I am a self-confessed validation addict and I validate to W3c 'HTML Strict', W3c CSS and W3c Link checking.
In addition, I also validate my pages to conform to W3c 'WCAG 2.0 Accessibility Guidelines'. I believe this is most important to Google and since I started doing this my site, without any other form of promotion, has built up to PR5 on the index page and PR4 or PR3 on all other pages. The site has also built up to serving approximately 800,000 subject pages a year to human visitors. I just love Google.
If anyone is interested I wrote a page on the subject of validation which can be viewed here:
http://www.web-wise-wizard.com/html-tut … sting.html
I personally would recommend that any serious web author should learn the techniques involved in learning to validate their work. In my opinion, the investment in time should pay dividends.
Last edited by Web-Wise-Wizard (2008-08-20 01:42:21)
Web-Wise-Wizard
"I haven't failed, I've found 10,000 ways that don't work" -Thomas Edison (probably talking about web authoring).
Offline
#19 2008-08-20 09:21:02
- Steven_A_S
- Member

- From: San Antonio, TX
- Registered: 2006-08-07
- Posts: 458
- I've been thanked 21 times.
-
Re: W3 Validation: Good or bad?
Wiz,
I validate my pages too, for my own peace of mind. But to get an idea how important validation is to Google, just test their pages. You'll find that they obviously don't concern themselves with validating their own pages, I doubt they pay much more attention to how valid ours are.
Offline
#20 2008-08-20 10:14:10
- Web-Wise-Wizard
- New member

- From: Liverpool, UK
- Registered: 2006-03-22
- Posts: 7
- I've been thanked 0 times.
-
Re: W3 Validation: Good or bad?
Hi Steven,
Nice site and full marks for the validation you do.
Your comment about Google's pages not validating is well founded but I do not think they practice what they preach. A case of the left hand not bothering to coordinate it's actions with the right hand.
I also agree that I did not see a great change in Google's attitude to my site until my pages started conforming to WCAG2 Accessibility Guidelines. However, once all my pages met these accessibility guidelines then every page on the site achieved it's own independant Google page ranking, a minimum of PR3 and my Web traffic started increasing in a big way.
The only problem is that your x/HTML validation has to meet 'Strict' standards (not transitional) but I have validated your Home page and you are not very far away at all. Try the following link:
http://valet.webthing.com/access/htnorm … slt=listed
The number of warnings you have is minimal in comparison to the number of errors I had when I started validating to WCAG2 Accessibility Guidelines.
Web-Wise-Wizard
"I haven't failed, I've found 10,000 ways that don't work" -Thomas Edison (probably talking about web authoring).
Offline
| Never |
- Sponsored Results
|
|