<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tristan Botly &#187; internet explorer 6</title>
	<atom:link href="http://www.tristanbotly.com/tag/internet-explorer-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tristanbotly.com</link>
	<description>A digital project manager and Wordpress advocate living in Bangkok</description>
	<lastBuildDate>Tue, 08 Jun 2010 03:52:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JQuery &#8211; Simple IE 6 Detection</title>
		<link>http://www.tristanbotly.com/jquery-simple-ie-6-detection/</link>
		<comments>http://www.tristanbotly.com/jquery-simple-ie-6-detection/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:48:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[tech-titbit]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.tristanbotly.com/jquery-simple-ie-6-detection/</guid>
		<description><![CDATA[A simple way to detect whether the web browser you are using is IE 6, this way allows any version of IE 6 to be picked up.
I&#8217;m sure there is a clearer way to do this so please feel free to improve but this certainly works.

$(document).ready(function() {
        ie6catch [...]]]></description>
			<content:encoded><![CDATA[<p>A simple way to detect whether the web browser you are using is IE 6, this way allows any version of IE 6 to be picked up.</p>
<p>I&#8217;m sure there is a clearer way to do this so please feel free to improve but this certainly works.</p>
<p><code><br />
$(document).ready(function() {</p>
<p>        ie6catch = $.browser.msie + $.browser.version;<br />
	if (ie6catch.indexOf("true6") == -1) {<br />
                   alert("This is not Internet Explorer 6");<br />
        }<br />
});<br />
</code></p>
<a href="http://www.google.com/reader/link?url=http://www.tristanbotly.com/jquery-simple-ie-6-detection/&title=JQuery+-+Simple+IE+6+Detection&snippet=A+simple+way+to+detect+whether+the+web+browser+you+are+using+is+IE+6%2C+this+way+allows+any+version+of+IE+6+to+be+picked+up.%0D%0A%0D%0AI%27...&srcURL=http://www.tristanbotly.com&srcTitle=Tristan Botly" target="_blank" ><img align="right" alt="Buzz it!" src="http://www.tristanbotly.com/wp-content/plugins/buzz-it/images/buzz-icon.png" border="0" style="border: 0px;" /></a><br clear="all" />]]></content:encoded>
			<wfw:commentRss>http://www.tristanbotly.com/jquery-simple-ie-6-detection/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

