<?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>Overly Caffeinated &#187; nbsp</title>
	<atom:link href="http://overlycaffeinated.com/tag/nbsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://overlycaffeinated.com</link>
	<description>Blogging about jQuery, PHP, Magento, etc.</description>
	<lastBuildDate>Sat, 17 Sep 2011 18:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Use jQuery To Detect What Browser Your Users Are Using</title>
		<link>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/</link>
		<comments>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 08:00:41 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mozilla browser]]></category>
		<category><![CDATA[msie browser]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[version 6]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/?p=174</guid>
		<description><![CDATA[jQuery has the ability to identify what browser your users are using to visit your site.  It may be more useful to use CSS conditional comments to detect a browser, jQuery makes it very easy: if( $.browser.safari ) { &#160;&#160;alert('You are using Safari'); } else if( $.browser.msie &#038;&#038; $.browser.version > 6 ) { &#160;&#160;alert('You are [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/use-jquery-to-detect-what-browser-your-users-are-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put Your Twitter Feed On Your Website Using jQuery</title>
		<link>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/</link>
		<comments>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:00:01 +0000</pubDate>
		<dc:creator>joshpennington</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[div id]]></category>
		<category><![CDATA[div tag]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[libs]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[share thoughts]]></category>
		<category><![CDATA[text javascript]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.learnjquerynow.com/2009/09/10/put-your-twitter-feed-on-your-website-using-jquery/</guid>
		<description><![CDATA[Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers. Luckily you can do this very easily in jQuery with the Tweetable plug in. It is [...]]]></description>
		<wfw:commentRss>http://overlycaffeinated.com/2009/09/put-your-twitter-feed-on-your-website-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

