<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.winsupersite.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx</link><description>It&amp;#39;s hard to know where to start with this one. I&amp;#39;m not sure if it&amp;#39;s the CTO, the company he represents, or the site he chose to publish his opinion on. But it all stinks from what I can tell . If there was a functioning market for web browsers</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11350</link><pubDate>Mon, 25 Feb 2008 17:19:30 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11350</guid><dc:creator>Waethorn</dc:creator><description>&lt;p&gt;&amp;quot;Interesting perspective for a Canadian.&amp;quot;&lt;/p&gt;
&lt;p&gt;you see, that's why the rest of the world hates America.&lt;/p&gt;
&lt;p&gt;&amp;quot;There's a reason Firefox is doing so well, and it clearly shows that Microsoft doesn't have a deathgrip on the browser market.&amp;quot;&lt;/p&gt;
&lt;p&gt;Oh ya, Firefox's marketshare is just glowing isn't it. &amp;nbsp;I guess when you compare it to Mac marketshare, it looks pretty good by comparison.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11350" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11320</link><pubDate>Sat, 23 Feb 2008 20:35:32 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11320</guid><dc:creator>lotsamystuff</dc:creator><description>&lt;p&gt;&amp;quot;what the rest of the collective loser crybabies want it to be, but will never make it so&amp;quot;&lt;/p&gt;
&lt;p&gt;Interesting perspective for a Canadian. Typical Micro-zealotry, though.&lt;/p&gt;
&lt;p&gt;Having said that, Paul's analysis is spot-on. There's a reason Firefox is doing so well, and it clearly shows that Microsoft doesn't have a deathgrip on the browser market. Thank goodness for that.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11320" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11312</link><pubDate>Sat, 23 Feb 2008 12:37:04 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11312</guid><dc:creator>lilserenity</dc:creator><description>&lt;p&gt;Waethorn,&lt;/p&gt;
&lt;p&gt;Thanks for the heads up, I'll have to have a closer look at Expression Web, I'm pretty certain that I may have been given a free copy at a developer conference last year by Microsoft... Now where is it?!&lt;/p&gt;
&lt;p&gt;I work in XHTML 1.1 exclusively as well, best to stick to the same standard across all sites, and it just makes for a much tidier site that is reliable to manipulate through the DOM. I tend to use jQuery a lot with ASP.net at work.&lt;/p&gt;
&lt;p&gt;I only wish I was able to drop IE 6 support. On the main site I maintain (about ~6,000 unique visitors a day) 35% of users are browsing with IE6 according to our analytics software for Feb 08 so far. However the recent push of IE7 on WIndows Update will hopefully start denting that.&lt;/p&gt;
&lt;p&gt;IE6 was at the time the best browser, in 2001 Netscape was hopeless (remember NN4 compatibility kludges....) and it's good Firefox cajoled MS into updating IE.&lt;/p&gt;
&lt;p&gt;FWIW, I'm using IE 7 to write this reply so I'm not a raving lunatic :) Ok I am but for other reasons!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11312" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11295</link><pubDate>Fri, 22 Feb 2008 14:58:33 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11295</guid><dc:creator>Waethorn</dc:creator><description>&lt;p&gt;&amp;quot;many designers do when they give up when IE breaks their CSS layouts.&amp;quot;&lt;/p&gt;
&lt;p&gt;They should honestly stop using XHTML 1.0T then. &amp;nbsp;it's not hard-locked to the standard - it's meant to be a transitional standard (hence the name), IE doesn't treat (read: render) it as strictly as 1.0S because it incorporates certain IE-specific tweaks in that rendering mode that also affect many CSS properties. &amp;nbsp;Posting a site and listing &amp;quot;XHTML Compliant&amp;quot; and only using 1.0T is a MISTAKE. &amp;nbsp;If you want better XHTML support, use XHTML 1.1 and CSS 2.1. &amp;nbsp;There's really no reason to use 1.0S either, since there are still many depracated tags and properties in that mode. &amp;nbsp;Using Expression Web in 1.1 mode (which is ONLY &amp;quot;Strict&amp;quot;) renders beautifully in IE7, Firefox 1.5+ and Opera alike. &amp;nbsp;I don't even support IE6 anymore because IE7 has been on Windows Update for ages now, and for security reasons, IE6 SHOULDN'T be supported. &amp;nbsp;I'm not saying IE6 was that bad for the time (XP SP2 gave it some much needed updates), but when it's successor is now just under 3 years old, there's no reason not to upgrade. &amp;nbsp;Besides, it's just easier to code in XHTML 1.1 because Expression Web doesn't even let you use depracated tags in a page when you validate it, so there's none of the old &amp;quot;garbage&amp;quot; leftover. &amp;nbsp;XHTML 1.1 is a slick standard.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11295" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11290</link><pubDate>Fri, 22 Feb 2008 08:11:24 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11290</guid><dc:creator>lilserenity</dc:creator><description>&lt;p&gt;*laughs*&lt;/p&gt;
&lt;p&gt;What's the saying about assumptions? :) I don't resort to tables but many designers do when they give up when IE breaks their CSS layouts.&lt;/p&gt;
&lt;p&gt;My tool is Notepad and I personally haven't laid a website out using tables since about 2002. But it's hard work and others do give up. This site itself seems to make a spurious use of tables itself.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11290" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11287</link><pubDate>Fri, 22 Feb 2008 06:09:43 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11287</guid><dc:creator>Waethorn</dc:creator><description>&lt;p&gt;&amp;quot;Internet Explorer doesn't stop this happening but it doesn't exactly help when many 'designers' give up and lay a site out using tables creating a nonsense reading order...&amp;quot;&lt;/p&gt;
&lt;p&gt;you should really update your tools - Expression Web in XHTML 1.1 mode shows tables as being depracated. &amp;nbsp;stop using Frontpage - it's also depracated.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11287" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11274</link><pubDate>Thu, 21 Feb 2008 23:42:10 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11274</guid><dc:creator>lilserenity</dc:creator><description>&lt;p&gt;Waethorn,&lt;/p&gt;
&lt;p&gt;I'm not a cry baby looser. I'm someone who works hard to deliver services via the web that are accessible to people of all abilities, some of those with disabilities whose lives are made easier because hard to reach services are now available on the web providing them with great benefits.&lt;/p&gt;
&lt;p&gt;Internet Explorer doesn't stop this happening but it doesn't exactly help when many 'designers' give up and lay a site out using tables creating a nonsense reading order...&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11274" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11268</link><pubDate>Thu, 21 Feb 2008 22:19:48 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11268</guid><dc:creator>Waethorn</dc:creator><description>&lt;p&gt;&amp;quot;Web standard and open web standard are not the same thing&amp;quot;&lt;/p&gt;
&lt;p&gt;ya, this is what it equates to:&lt;/p&gt;
&lt;p&gt;&amp;quot;web standard&amp;quot; - what the largest shareholding company makes up as the de-facto standard for all web specifications&lt;/p&gt;
&lt;p&gt;&amp;quot;open web standard&amp;quot; - what the rest of the collective loser crybabies want it to be, but will never make it so&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11268" width="1" height="1"&gt;</description></item><item><title>Daily Find #33 | TechToolBlog</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11266</link><pubDate>Thu, 21 Feb 2008 20:40:07 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11266</guid><dc:creator>Daily Find #33 | TechToolBlog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Daily Find #33 | TechToolBlog&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11266" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11248</link><pubDate>Thu, 21 Feb 2008 10:16:51 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11248</guid><dc:creator>notawindowsuser</dc:creator><description>&lt;p&gt;Web standard and open web standard are not the same thing, and IE is a lock-out/lock-in, and IE 8 is more of the same from Microsoft. &lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11248" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11223</link><pubDate>Wed, 20 Feb 2008 21:56:43 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11223</guid><dc:creator>DRWAM</dc:creator><description>&lt;p&gt;Waethorn's correct, all the companies that I use require IE for the 'cloud' apps. IE 7 now works with these apps, but it is the COMPANIES that are slow to adopt change. Change is needed for improvements and future progress. IE 6 was compatible with my software from the beginning, even when the company warned us that it is not recommended blah, blah, blah. They just were too lazy to test for a year! I use only IE on my Windows PC. Three [almost forgot Vista on my Mac] have nothing else but IE, and at work, it's only IE. Last week, my kid cried when there was no sound at the Noggin site with the newest FF and Flash. It was pathetic as IE worked flawlessly.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11223" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11219</link><pubDate>Wed, 20 Feb 2008 21:30:00 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11219</guid><dc:creator>Waethorn</dc:creator><description>&lt;p&gt;I like the comment that a Microsoft tech said on announcing IE8. &amp;nbsp;Paul, see if you can dig up the quote somewhere cuz I think I read it on here.&lt;/p&gt;
&lt;p&gt;The quote was something along the lines of: &amp;quot;IE[8] doesn't need to follow &amp;quot;web standards&amp;quot;, because IE IS the web standard&amp;quot;. &amp;nbsp;I agree. &amp;nbsp;When the majority of websites are designed around a specific browser (IE), that IS the standard. &amp;nbsp;It doesn't matter that a governing body says &amp;quot;this is what it should be&amp;quot;, because it just isn't. &amp;nbsp;The other browser developers should just adapt to Microsoft, not the other way around. &amp;nbsp;Paul, isn't this what you defended when you mentioned that &amp;quot;Microsoft has compromised Vista's security to appease its competitors&amp;quot;?&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11219" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11212</link><pubDate>Wed, 20 Feb 2008 20:43:58 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11212</guid><dc:creator>Dipsh t Admin</dc:creator><description>&lt;p&gt;This is pretty typical for the Opera CEO to say these things. &amp;nbsp;On several occasions he has slammed the Mozilla camp on various issues. &amp;nbsp;Mozilla's response was kind of like, &amp;quot;you know we're on the same side, right?&amp;quot;&lt;/p&gt;
&lt;p&gt;Since Operas numbers have been stagnant and Firefox has surged, it surely seems like sour grapes. &amp;nbsp;And he certainly sees what was once a major positive for Opera, standards compliance, is no longer going to be exclusive with the impending release of IE8.&lt;/p&gt;
&lt;p&gt;The simple fact that Firefox has such a relatively large market share when a perfectly functional browser is installed by default on 90%+ of the worlds computers certainly shows that the market is in fact functioning.&lt;/p&gt;
&lt;p&gt;I typed this in Firefox as a matter of disclosure.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11212" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11204</link><pubDate>Wed, 20 Feb 2008 20:12:57 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11204</guid><dc:creator>heran</dc:creator><description>&lt;p&gt;I have all the three browsers in my system (IE, FF, Opera). Each browser has its own advantage enough to keep them. I see Opera's &amp;quot;failure&amp;quot; on market is just about bad marketing. Many times I enter a site and there is adv tell me to switch to FF, but didn't see the same thing on opera.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11204" width="1" height="1"&gt;</description></item><item><title>re: Opera CTO: How to fix Microsoft's browser issues</title><link>http://community.winsupersite.com/blogs/paul/archive/2008/02/20/opera-cto-how-to-fix-microsoft-s-browser-issues.aspx#11200</link><pubDate>Wed, 20 Feb 2008 19:47:06 GMT</pubDate><guid isPermaLink="false">a5a28da7-a54a-49cb-8e3d-fb9e7f7597ae:11200</guid><dc:creator>lilserenity</dc:creator><description>&lt;p&gt;You know I agree. Opera lately has been presenting its case with a serious taint of sour grapes in their vitriol. Opera has done a lot of good for web standards but rather than promoting that, they seem to be getting rather fixated on kicking Microsoft.&lt;/p&gt;
&lt;p&gt;Now I am no fan of Internet Explorer (7 is bearable) due to its frankly awful standards support and the proposed IE 8 switching mode is something I have great reservations over. (Jeremy Keith explains this on A List Apart in the current edition) However I think Opera are doing this the wrong way and instead of presenting their case fairly, the opinion is beginning to regard their attitude as immature and petty.&lt;/p&gt;
&lt;p&gt;That said, IE does hold a monopoly at the moment (certainly it holds on average about 79% of the browser market on the websites I manage) but I don't think it's a stable position as it has a number of challengers in the form of Firefox, Safari and yes -- Opera.&lt;/p&gt;
&lt;p&gt;We should be pressing the IE 8 team to adopt standards by default rather than via opt in with sensible, logical and rational arguments, not hysterical knee jerk and one minute headline grabbing rantings.&lt;/p&gt;
&lt;p&gt;I would happily present this case considering the grief that Internet Explorer adds to developing valid and accessible websites. And let's not get on to the disaster that is Outlook 2007 using Word to render HTML e-mail. (No image alt tags?) But I refrain from spitting bile onto the pavement on a soap box to do so. I'll cater for everyone, IE users alike and push the need for web standards across the board.&lt;/p&gt;
&lt;p&gt;The problem is -- the end user has often no idea of how much grief goes into any design work to get it to work on a cross platform basis and so if a web developer does a good job and can create a consistent across platform and OS website with all the variations this presents; then why would a user be particularly compelled if their current browser seems to work just fine. That's why ~35-40% of users are still on IE6 because to them, the web isn't 'broken' and who would expect them to know.&lt;/p&gt;
&lt;p&gt;If Opera can't market their browser in a compelling way to attract new custom then they need to look at where they are going wrong, rather than blaming their competitors solely for their lackluster performance.&lt;/p&gt;
&lt;img src="http://community.winsupersite.com/aggbug.aspx?PostID=11200" width="1" height="1"&gt;</description></item></channel></rss>