Validation!

Associate
Joined
26 Jan 2006
Posts
1,502
What you guys use?

Also whats the tick with those W3C logos around? People just put them there or there is some dynamic validation and the logo is like a "check".

Thanks!
 
drak3 said:
What you guys use?

Also whats the tick with those W3C logos around? People just put them there or there is some dynamic validation and the logo is like a "check".

Thanks!

is it just me that sees the W3C logo and thinks that it makes the site look really amaturish?

For validation i use the firefox developer toolbars built in validation tools.

Ive just validated the HTML for this reply page and got seven errors! Handy for editting CSS on the fly as well, its really helping me learn it as i can see what effects changing the code has!
 
MNuTz said:
is it just me that sees the W3C logo and thinks that it makes the site look really amaturish?

Depends on the logos used to be honest and if they fit within the site design

MNuTz said:
For validation i use the firefox developer toolbars built in validation tools.

Ive just validated the HTML for this reply page and got seven errors! Handy for editting CSS on the fly as well, its really helping me learn it as i can see what effects changing the code has!

Yep me too and agree it's great for learning
 
paulsheffII said:

i like this one -
notvalidxe1.png
:D
 
I use the Firefox Tidy Extension as part of a set of debugging tools while developing (web-dev/firebug/operator). If it's valid, I know I can rule out that as a reason for any rendering errors. I never add any 'Validated' marks on any work I do, because it's always valid* - as it should be - there's no reason I'd want to add anything that's like saying "Wow, look at me! My car has round wheels, not square ones" :D.

*excusing harmless markup like proprietary attributes
 
I stopped applying them long ago.

Because at the end of the day no one cares, and those that do will do it themselves rather than click an ugly, poxy button. ;)
 
I just use the online validation sites from the W3C for XHTML or CSS.

And you don' have to use their buttons. You could use a better button or just a link that fits in with your design.

I think the links are a good idea. It shows you've made an effort in the design and it generates awareness of web standards for other people.
 
I've only used them once and that was because the site was blue, orange, dark grey and light grey and the 'steal' ones suited. :D

It's another selling point for your services, I know I know there's bigger things to think about, but clients like a bit of baloney. :D
 
Its good to validate, really pointless to put buttons on the site to show its valid, but sometimes its nice, i stuck some nice little buttons on the bottom of my latest website, they fit with the design and I couldnt think of anything else to put there, it rounds the design off nicely.
 
Back
Top Bottom