<?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: jQuery &amp; IE</title>
	<atom:link href="http://nerdlife.net/jquery-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdlife.net/jquery-ie/</link>
	<description>*Insert Witty Subtitle Here*</description>
	<lastBuildDate>Sat, 14 Jan 2012 16:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://nerdlife.net/jquery-ie/comment-page-1/#comment-1028</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=168#comment-1028</guid>
		<description>Also, in case you&#039;re curious about the actual differences: http://www.quirksmode.org/dom/compatibility.html</description>
		<content:encoded><![CDATA[<p>Also, in case you&#8217;re curious about the actual differences: <a href="http://www.quirksmode.org/dom/compatibility.html" rel="nofollow">http://www.quirksmode.org/dom/compatibility.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://nerdlife.net/jquery-ie/comment-page-1/#comment-1027</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=168#comment-1027</guid>
		<description>NO. I spent all last summer writing javascript and I can assure you IE, Firefox, and Safari all implement it differently (though IE was by far the worst). If you ever want to control the caret position inside of an editable iframe, take my word for it and use flash/silverlight instead.</description>
		<content:encoded><![CDATA[<p>NO. I spent all last summer writing javascript and I can assure you IE, Firefox, and Safari all implement it differently (though IE was by far the worst). If you ever want to control the caret position inside of an editable iframe, take my word for it and use flash/silverlight instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Scritch</title>
		<link>http://nerdlife.net/jquery-ie/comment-page-1/#comment-1026</link>
		<dc:creator>Da Scritch</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://nerdlife.net/?p=168#comment-1026</guid>
		<description>Yep. That was completely stupid :

var b = navigator.userAgent.toLowerCase();

// Figure out what browser is being used
jQuery.browser = {
version: (b.match(/.+(?:rv&#124;it&#124;ra&#124;ie)[\/: ]([\d.]+)/) &#124;&#124; [])[1],
safari: /webkit/.test(b),
opera: /opera/.test(b),
msie: /msie/.test(b) &amp;&amp; !/opera/.test(b),
mozilla: /mozilla/.test(b) &amp;&amp; !/(compatible&#124;webkit)/.test(b)
};

Previously blogged in http://dascritch.net/blog.php/post/2007/07/05/818-javascript-comme-un-dialecte (French)</description>
		<content:encoded><![CDATA[<p>Yep. That was completely stupid :</p>
<p>var b = navigator.userAgent.toLowerCase();</p>
<p>// Figure out what browser is being used<br />
jQuery.browser = {<br />
version: (b.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],<br />
safari: /webkit/.test(b),<br />
opera: /opera/.test(b),<br />
msie: /msie/.test(b) &amp;&amp; !/opera/.test(b),<br />
mozilla: /mozilla/.test(b) &amp;&amp; !/(compatible|webkit)/.test(b)<br />
};</p>
<p>Previously blogged in <a href="http://dascritch.net/blog.php/post/2007/07/05/818-javascript-comme-un-dialecte" rel="nofollow">http://dascritch.net/blog.php/post/2007/07/05/818-javascript-comme-un-dialecte</a> (French)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

