For my first post I figured I’d write about the W3C validation. I was reading on a forum today where the question “Should I put the W3C validation image on my site?” Most of the responders, as do I, agree that image is horrifyingly ugly. However the question of should you validate came up. It is true that many of your clients don’t care if it validates as long as it works. It was also brought up that huge companies such as Yahoo! do not validate their code.
My opinion, I believe validation should be done, however may not always be plausible. Unfortunatly, Firefox and Internet Explorer render CSS and XHTML very differently. What is built in and works in Firefox, will not always work in IE. Some hacks are necessary to achieve the same affect. Now IE 6+ does not even have support for XHTML. I like to code using XHTML. Unfortunately for me, it will not render in IE 6+.
The problem with this, my clients, as I’m sure your’s, will want the site to return in all browsers. Even if it validates, it really does them little good if a user is returning a blank site in their browser. IE has frustrated me for years because of its CSS and XHTML rendering abilities. Basically, it has none. So it makes you question, is validation worth it? W3C has created certain rules and guidelines to ensure your website will render properly in all browsers. Apparently, Microsoft did not get this memo when creating IE 6+.
However, being a code nazi as I am, I cannot stand code heavy pages that looks like they just threw a bunch of tables together, used Photoshop to cut up the layout, and slapped it together with some tape. I think it is the absolute worse thing a web developer can do. Personally I like super light pages with just enough code to put it together. Granted, creating a true CSS website is not exactly easy to do, it has caught on in the recent years. I was fortunate enough to discover the ideas of Dave Shae and his project on CSS Zen Garden early on in my career. I actually had the opportunity to work with Dave, unfortunately I did not.
Ever since discovering CSS Zen Garden, it has inspired me to create websites in a whole new light. Granted he is for validating your code. And I by no means am against it. I believe it should be done with the exception of certain instances that it is not in the site’s best interest. I think there are many benefits to it besides being able to brag that your site is W3C compliant. Google likes it better, your code to content ration is a lot lower, giving the impression to the search engines spiders that your site has tons of information, design images are where they belong, in the stylesheet and not in the page itself, leaving only the necessary images on the physical page, not to mention, the code is so much easier to work with and readable.
Many in the forum believe that it should be “assumed” that the developer created the site and validated it. From my experience, many developers probably have no idea what the W3C is, or what their validation means. Looking at a lot of theses sites, sure the layout might be nice, but the same site can be done with pure CSS. I’ve been told by many developers “OH you can’t do a pure CSS page with this layout!” Yet creativity has proven time after time, that I can take any design you give me, and I will create an entirely code light pure CSS page with it. So it can be done. But in my recent years, I have not validated as much as I should be doing. However I still believe that all sites should be as compliant as possible, and that it is an important thing to do. Why call a kid a “noobie” just because he takes the time to validate his work. Granted I wouldn’t put the image on my site, but I feel atleast he is headed in the right direction with his web development career.































































