<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Detect Internet Explorer using jQuery</title>
	<atom:link href="http://www.mygeekpal.com/642/detect-internet-explorer-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekpal.com/642/detect-internet-explorer-using-jquery/</link>
	<description>Techy tips and recipes  from your geek pal</description>
	<lastBuildDate>Sun, 01 Aug 2010 23:28:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jQueryGlobe</title>
		<link>http://www.mygeekpal.com/642/detect-internet-explorer-using-jquery/comment-page-1/#comment-907</link>
		<dc:creator>jQueryGlobe</dc:creator>
		<pubDate>Mon, 02 Nov 2009 20:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygeekpal.com/?p=642#comment-907</guid>
		<description>You don`t need to use &quot;each&quot;, so better would be - 
if ($.browser.msie &amp;&amp; $.browser.version.substr(0,1) == 6) {
...
}

Btw, latest version of jQuery (1.3.2) has issue with jQuery.browser.version detection, it reports wrong IE versions on some corrupted IE userAgent strings - http://blog.orite.com.au/tag/ie8/</description>
		<content:encoded><![CDATA[<p>You don`t need to use &#8220;each&#8221;, so better would be &#8211;<br />
if ($.browser.msie &amp;&amp; $.browser.version.substr(0,1) == 6) {<br />
&#8230;<br />
}</p>
<p>Btw, latest version of jQuery (1.3.2) has issue with jQuery.browser.version detection, it reports wrong IE versions on some corrupted IE userAgent strings &#8211; <a href="http://blog.orite.com.au/tag/ie8/" rel="nofollow">http://blog.orite.com.au/tag/ie8/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detect Internet Explorer 6 using JavaScript &#124; Web Development &#124; MyGeekPal</title>
		<link>http://www.mygeekpal.com/642/detect-internet-explorer-using-jquery/comment-page-1/#comment-905</link>
		<dc:creator>Detect Internet Explorer 6 using JavaScript &#124; Web Development &#124; MyGeekPal</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mygeekpal.com/?p=642#comment-905</guid>
		<description>[...] You can also detect Internet Explorer using jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] You can also detect Internet Explorer using jQuery [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
