Forum Moderators: open
If nothing else, I feel like I accomplished something. And if not that, then at least I'm providing a backlink to w3c.
Now I just have to go fix the stuff I broke on other parts of the site so I could validate on one page.
:D
later.
It does feel good to see the blue page!
Now to get my other sites with embeded .swf files to validate I will be happier. (having lot's of trouble)
Louise :)
If only I could get my clients to appreciate that the sites I design for them validate
... or the boss.
I was long of the opinion, "Everyone can see the damn thing, and even *insert huge company here* doesn't validate, so why bother?"
I see now why people like it so much. It's the warm fuzzy of being 'interoperable' the blue page was worth it.
Fortunately most of my site is run by include files, so it's not THAT big of a problem.
The only frustrating thing is that I use a couple of applications (such as message boards) which don't validate, so now I have to sort through their code. Nobody told these guys about separating the application and presentation, it's all over the place :P
Once I'm done that I bet I'll have a devil of a time with the CSS since CSS is the proverbial rug that I swept everything under.
Oh well, at least I'll have that accomplished feeling to look forward to.
The only frustrating thing is that I use a couple of applications (such as message boards) which don't validate...
This is precisely my problem. I want all my pages to validate and in fact I check all the code that I write to make sure that it does... but I have two external objects on every one of my pages and the code for each doesn't validate.
If I want to use the objects I am not allowed to alter the code. So the only alternative left seems to be that I could get rid of the two objects - but it would mean that my website would lose functionality.
Is there any way I can surround the objects with some code, so that I don't have to make a copy of each page, manually remove the objects, run the new copy through the validator and then post the original not-quite-validated page online?
I have always amended such code to make it validate without changing the fuctionality of it, like adding an alt attribute to an external counter graphic, and so on. I think that such changes do come under "fair usage" of the code. I think that by saying "don't change the code" they mean to not fiddle with the format of the information that queries their server. The same thing would apply to banner ads and other such "externally supplied" content.