There's been quite a bit of chatter in the Irish blogosphere over the last couple of weeks in relation to web standards.
Unfortunately not even Google seem to give a damn about standards compliance. The main page of Google.ie has 47 errors, including no DOCTYPE!
Google Uses Bad Markup
Categories:
11 Comments
Rate This Blog
Categories
- Cinema (103)
- Domains & Hosting (18)
- General (108)
- Harry Potter (17)
- Linguistics (28)
- Podcasting (21)
- Techie :: Techno :: (627)
- Thoughts :: Pensieri :: (238)
- Work :: Lavoro :: (96)
- accessibility (16)
- adsense (2)
- adwords (14)
- amazon (8)
- apache (4)
- apple (27)
- audio (2)
- barcamp (6)
- blacknight (47)
- blogging (55)
- books (12)
- cool (77)
- copyright (4)
- data retention (1)
- design (12)
- ebay (12)
- ecommerce (55)
- events (10)
- gaming (2)
- google (26)
- humour (74)
- iedr (8)
- iia (25)
- interviews (3)
- jaiku (3)
- linksys (4)
- marketing (26)
- microsoft (9)
- movabletype (11)
- paypal (3)
- philately (4)
- phones (2)
- photography (24)
- rant (8)
- ripe (6)
- security (7)
- seo (20)
- skycon (4)
- technoratifeedback (3)
- travel (12)
- tv (1)
- twitter (7)
- weird (4)
- wordpress (7)
- yahoo (2)
Monthly Archives
- October 2008 (2)
- September 2008 (14)
- August 2008 (29)
- July 2008 (24)
- June 2008 (19)
- May 2008 (36)
- April 2008 (43)
- March 2008 (41)
- February 2008 (51)
- January 2008 (35)
- December 2007 (22)
- November 2007 (21)
- October 2007 (42)
- September 2007 (71)
- August 2007 (61)
- July 2007 (39)
- June 2007 (37)
- May 2007 (41)
- April 2007 (39)
- March 2007 (63)
- February 2007 (47)
- January 2007 (82)
- December 2006 (25)
- November 2006 (34)
- October 2006 (28)
- September 2006 (36)
- August 2006 (40)
- July 2006 (31)
- June 2006 (45)
- May 2006 (47)
- April 2006 (40)
- March 2006 (39)
- February 2006 (54)
- January 2006 (63)
- December 2005 (38)
- November 2005 (61)
- October 2005 (68)
- September 2005 (46)
- August 2005 (54)
- July 2005 (85)
- June 2005 (25)
- May 2005 (20)
- April 2005 (18)
- March 2005 (19)
- February 2005 (13)
- January 2005 (15)
- December 2004 (9)
- November 2004 (14)
- October 2004 (13)
- September 2004 (11)
- August 2004 (23)
- July 2004 (7)
- June 2004 (1)
- May 2004 (1)
- April 2004 (2)
- March 2004 (5)
- February 2004 (2)
- January 2004 (10)
- December 2003 (8)
- November 2003 (4)
OpenID accepted here
Learn more about OpenID
Search
About this Entry
This page contains a single entry by Michele Neylon published on November 13, 2006 6:50 PM.
Reviewme - Earn Money Blogging was the previous entry in this blog.
Are Bus Eireann Mad? is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.

I think the thing over the Golden Spider entrants has been a bit ridiculous to be honest. While web standards are important, they are no the be all and end all that some people have made out over the past couple of weeks. Personally I find working towards an improved user experience to be more of a worthwhile venture.
Anthony
That maybe true to a point, however some of last year's winners were completely unviewable in Firefox, which hardly improved anyone's experience
I remember seeing an article about that. Apparently, the HTML was chosen very specifically in order to be compact and to look the same in as many browsers as possible.
I believe it would be possible to rewrite in a standards-based way, and be more compact, but I don't think Google would care for hints on how to write their code ;-)
http://www.google.com has 63 errors! and it's not exactly the most complex webpage the world has ever seen!
It's possible to be standards compliant and browser compatible.
As I mentioned over on the forums, the extra size of the document if it were valid would cost Google money considering the bandwidth.
I know an extra byte is nothing to any of us, but with that much traffic it all adds up.
Being unviewable in certain browsers is obviously a big issue but people being over zealous in terms of full validation gets on my nerves.
'sfunny cause it's true.
I used to be one of those bigots. If it wasn't W3C compliant, then it wasn't going near my server.
Then I needed the money, and realised that as long as it works, the client will be happy. If it's 100% correct code, then I'm happy as well, but at least if the client is happy I'll get paid and be satisfied to move on.
100% compliance is for people that have the time for it. If you're not being paid top-dollar to produce your code, then the client is not going to get top-quality.
We do our best with the time that is allotted to us, but sometimes we just don't have enough time to do /the/ best.
As for google - they obviously have the time and resources to do it correctly, but have chosen not to. I'm sure they have some compelling reasons for this, or they would have corrected it long ago (they have some pretty smart people working there).
I'm sorry, but not having a DOCTYPE is unforgivable.
It's the most basic of basics.
I know it's hard to be standards compliant and work in all the popular browsers. sometimes I too run out of time and have to leave one or two validation errors in there.
But I do strive for validation, as much as possible.
Have heard before that one of the reasons Google chooses not to keep the main page standards complient to save in size.
I have no idea now many hits google gets a day, but I'm betting it's in the billions. The few bytes for a multiplied by a a few billion quickly adds up.
Should have read "The few bytes for a DOCTYPE", but Wordpress complained about the angled brackets :)
As someone already said, yep, this is a bandwidth thing. Every browser around will deal with the Google page, so why go adding unnecessary bytes? Note that they're not too generous with line-breaks, either. (You see the same thing with some SOAP libraries; everything that can be left out without causing chaos is).
I think this is a sensible decision on their part, actually, considering that their market can use the site anyway.