<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Adam Kinney posts tagged with 'firefox'</title><description>Adam Kinney blog posts filtered by a specific tag</description><link>http://adamkinney.com/blog/tags/firefox/default.aspx</link><language>en-us</language><pubDate>Thu, 28 Aug 2008 09:11:07 GMT</pubDate><generator>Oxite</generator><item><title>Launched supporting Firefox</title><description>&lt;p&gt;&lt;a href="http://scobleizer.wordpress.com/2006/05/05/microsoft-doesnt-support-firefox/"&gt;Scoble brought up the issue&lt;/a&gt; of Firefox support not always making&amp;nbsp;it as a requirement for the launch of Microsoft websites.&amp;nbsp;He even&amp;nbsp;suggests automatic&amp;nbsp;low review scores for teams that ship without it.&amp;nbsp; Luckily with &lt;a href="http://on10.net"&gt;10&lt;/a&gt; we cleared the bar and launched with Firefox support (on the Mac as well), so hopefully no bad recommendations from Scoble :)&lt;/p&gt;&lt;p&gt;&amp;nbsp;But this isn&amp;#39;t just a &amp;quot;hey, we&amp;#39;re cool too&amp;quot; post.&amp;nbsp; I feel lucky to have joined Microsoft around this time, when they have started saying&amp;nbsp;&amp;quot;We care about standards and the web.&amp;quot;&amp;nbsp; I came as a Firefox guy, but now IE7 has taken its place as my browser of&amp;nbsp;choice.&amp;nbsp; I feel very lucky to be on a team where standards and working n the web is valued.&amp;nbsp; When we were planning goals for the 10 launch a few big ones were&amp;nbsp;XHTML validation, same browsing experience in IE and Firefox the same&amp;nbsp;media offered in different formats&amp;nbsp;(shelling out mp4s as well as wmvs, mp3s and wmas).&amp;nbsp; This is mirrored across&amp;nbsp;Microsoft with the&amp;nbsp;Windows Live efforts to compatibility, the release of&amp;nbsp;ASP.NET 2.0 (much better html output and css support), MIX06&amp;nbsp;and the IE7 update.&amp;nbsp; The ideas are catching on though, what&amp;#39;s that Scoble said before?&amp;nbsp; Its a like an aircraft carrier turning.&amp;nbsp; Not sure if its applicable, but I&amp;#39;ll be watching.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/128/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/128/default.aspx</comments><link>http://adamkinney.com/blog/128/default.aspx</link><pubDate>Sat, 06 May 2006 07:26:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/128/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>5</slash:comments><trackback:ping>http://adamkinney.com/blog/128/trackback/default.aspx</trackback:ping><category>Channel 10</category><category>Firefox</category></item><item><title>window.attachEvent and FireFox</title><description>&lt;p&gt;After reading &lt;a href="../user/Profile.aspx?UserID=1012"&gt;Rumen Stankov&lt;/a&gt;'s entry on &lt;a href="http://blogs.telerik.com/blogs/rumen_stankov/archive/2006/02/10/112.aspx"&gt;telerik controls running on ie7&lt;/a&gt; it reminded me of an interesting feature of &lt;a href="http://www.asp.net/default.aspx?tabindex=9&amp;amp;tabid=47"&gt;Atlas&lt;/a&gt;. He brought up the Object detection method of deciphering what Browser is running your script.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;// Good - the Object Detection Way. This is how it should be done.&lt;br /&gt;if (window.attachEvent)&lt;br /&gt;{&lt;br /&gt;window.attachEvent('onunload', dispose);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;// Bad. This is the most common IE client-side detection though.&lt;br /&gt;if (document.all)&lt;br /&gt;{&lt;br /&gt;window.attachEvent('onunload', dispose);&lt;br /&gt;}&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;What's interesting is, that if Atlas detects that you are running browsers other than IE it will include an additional file for compatibility. This .js file than adds a function to the window object called attachEvent which than wraps addEventListener.&lt;/p&gt;&lt;p&gt;This is great because now to attach events all you need to do is use the attachEvent function. But if you are using Atlas with your site, window.attachEvent is no longer IE only and therefore not useful as a function to be checked against for general browser detection. Something to think about, especially if you are planning on selling web controls.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/108/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/108/default.aspx</comments><link>http://adamkinney.com/blog/108/default.aspx</link><pubDate>Fri, 17 Feb 2006 01:00:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/108/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>7</slash:comments><trackback:ping>http://adamkinney.com/blog/108/trackback/default.aspx</trackback:ping><category>Atlas</category><category>Firefox</category></item></channel></rss>