Validation is Your Friend
It constantly amazes me that so many mobile web sites fail validation. And it’s not just new sites, even some of the biggest names in the industry have mobile pages that have been failing for years when validated by the W3C’s online validator. Probably a third of all the sites I look at don’t validate. The most common problems are: “Naked” ampersands in text and URLs (XML based markup requires that all ampersands be represented by the appropriate html entity). … Continue reading