Mozilla's Rise In Market Share Reveals Poor Code
As Mozilla continues to rise in popularity and gain market share, some websites are being revealed as poorly coded or not up to date. Even well established and respected companies are missing the point. Take the San Diego Business Journal as a prime example. Works in IE, and even seems to be updated daily. In Mozilla however, the homepage will not even load.
Does this represent new opportunities for web developers to go "fix up" these naively IE only websites? Yup. Is there a good chance that the same decision makers will choose another web development firm which lacks the ability and/or foresight to build a cross platform website? Yup.
Note: All of my emails to the newspaper about this problem have gone into a black hole. I have to assume they know about this problems and either don't understand it or don't care about it.

With the latest Preview Release of Firefox, I've noticed that it autodiscovers RSS feeds, flagging pages containing RSS alternatives in the lower right corner of the page as this example snapshot of Slashdot shows. As I've been browsing around the web, it's been interesting and surprising to see some of the sites that have RSS alternatives. It's also been interesting to see which sites (including alot of Blogs) have RSS enabled, but don't have the proper code in the head of the page to flag the content for browsers such as Firefox to detect.
Am I talking about you? Well here's all you have to add to your HTML head to make your RSS feed autodetectable:
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.sumoc.com/blog/rss.cfm?mode=full" />