Forum Moderators: open
My question is: I assume this markup validation page is dynamically generated. But if it is not, then I have a decent inbound link to my site. True or not?
It also shows that you know how to write valid HTML (for the three surfers who care about that).
It shows some web-savvy users that you know what you are doing.
Not really. It says absolutely nothing about whether the content of your site is worth anyone's time. Ultimately, of cousre, that is the only thing that really matters.
There's no point in validation. If you just make sure you write valid code, you don't need to validate it. Otoh, validation is a nice and easy way to make sure that you do what you think you are doing. And you really don't need to put the W3C logo on your pages if you don't want to.
/claus
If you just make sure you write valid code, you don't need to validate it.
There's a good point. But I didn't write any of the code on this site, I inherited it. Would you believe the number of missing tags if I told you? :) I'll start with 100, every page was missing </html>. Another couple of dozen missing </p> per page, missing </td></tr> and misplaced </center> on every single page. I shudder to think how many customers were lost because these pages didn't render properly.
validation is a nice and easy way to make sure that you do what you think you are doing.
It does make the job easier, especially as I tend to fudge a little and let the validator find the problems, then I just go fix them. Of course, not until I've at least made a good first effort to fix what I know is wrong.
And you really don't need to put the W3C logo on your pages if you don't want to.
Of course not. Originally I thought, maybe hoped that I had added some decent inbound links to my site - thus this thread. Since that isn't the case, and I've already tagged 50 or so pages - they are going to stay tagged.
The remainder of the site, the other 50 or so pages will be completely re-written with CSS, all the tables are coming out! I've already made a good start on the first of those pages, and it may take another week to get it 'just right'.
The few pages I coded a decade ago didn't prepare me for the task at hand, so I'm going thru a learning curve. But when I'm finished, those pages should be nothing but good spider food, decent code (maybe a little top heavy on the CSS), and I plan to tag them too. One reason: I can look at the site and see which pages still need work, and which ones don't. That's easier for me since my desk is slightly smaller than my keyboard and there's no place to keep notes around here. I also tend to believe more than a few of my customers will take notice, and perhaps in some small way they might realize we're doing something nice. We might even win a few NS customers back.