<?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>Best Web-Frameworks Blog &#187; JavaScript</title>
	<atom:link href="http://blog.bestwebframeworks.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bestwebframeworks.com</link>
	<description>The blog for the web framework matrix: Bestwebframeworks.com</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:33:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Detect browsers with jQuery</title>
		<link>http://blog.bestwebframeworks.com/detect-browsers-with-jquery/</link>
		<comments>http://blog.bestwebframeworks.com/detect-browsers-with-jquery/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 22:26:28 +0000</pubDate>
		<dc:creator>Bestwebframeworks</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Detect]]></category>
		<category><![CDATA[User-Agent]]></category>

		<guid isPermaLink="false">http://blog.bestwebframeworks.com/?p=1</guid>
		<description><![CDATA[If you want to detect browsers with jQuery it is really easy to manage with it. Although it isn’t relly accessible for users with disabled JavaScript. /* ===== Firefox ===== */ &#160; // Select Firefox if &#40;jQuery.browser.mozilla&#41; &#123; // do sth. &#125; &#160; // Select Firefox 1.5.x to 2.x if &#40;jQuery.browser.mozilla &#38;&#38; jQuery.browser.version.substr&#40;0, 3&#41; == [...]]]></description>
		<wfw:commentRss>http://blog.bestwebframeworks.com/detect-browsers-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
