<?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: Fixed that bar at the bottom like Facebook!</title>
	<atom:link href="http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/</link>
	<description>...spitting out some few regular expressions</description>
	<pubDate>Thu, 09 Sep 2010 13:12:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: simon</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-368</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-368</guid>
		<description>Im using the jixedbar on my site.. hope u guys put an addon like chatbox in facebook :)</description>
		<content:encoded><![CDATA[<p>Im using the jixedbar on my site.. hope u guys put an addon like chatbox in facebook <img src='http://ryan.rawswift.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Hack Facebook</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-364</link>
		<dc:creator>How to Hack Facebook</dc:creator>
		<pubDate>Sun, 08 Aug 2010 20:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-364</guid>
		<description>That's pretty awesome looking! I think these bars are defiantly the next frontier of web 2.0</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty awesome looking! I think these bars are defiantly the next frontier of web 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wasfurein</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-302</link>
		<dc:creator>Wasfurein</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-302</guid>
		<description>Wait, how do you do multiple tabs when you click one of the bottom bar buttons?</description>
		<content:encoded><![CDATA[<p>Wait, how do you do multiple tabs when you click one of the bottom bar buttons?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: facebook hacking</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-301</link>
		<dc:creator>facebook hacking</dc:creator>
		<pubDate>Mon, 24 May 2010 05:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-301</guid>
		<description>Hey This is great info, am into all this... cool stuff boy</description>
		<content:encoded><![CDATA[<p>Hey This is great info, am into all this&#8230; cool stuff boy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: facebook hacking</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-300</link>
		<dc:creator>facebook hacking</dc:creator>
		<pubDate>Mon, 24 May 2010 05:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-300</guid>
		<description>Howdy This is good info, am impressed... fine stuff man</description>
		<content:encoded><![CDATA[<p>Howdy This is good info, am impressed&#8230; fine stuff man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-298</link>
		<dc:creator>william</dc:creator>
		<pubDate>Fri, 21 May 2010 17:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-298</guid>
		<description>whoa... its cool! thanks a lot dude. this is what i've been looking for. Very generous of you.</description>
		<content:encoded><![CDATA[<p>whoa&#8230; its cool! thanks a lot dude. this is what i&#8217;ve been looking for. Very generous of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-296</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 16 May 2010 20:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-296</guid>
		<description>I strongly recommend you add stop() to the fadein/out effect.

			if (defaults.hoverOpaque) {
				$(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']); 
				$(this).bind("mouseenter", function(e){
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);
			    });
				$(this).bind("mouseleave", function(e){
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
			    });
			}			if (defaults.hoverOpaque) {
				$(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']); 
				$(this).bind("mouseenter", function(e){
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);
			    });
				$(this).bind("mouseleave", function(e){
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
			    });
			}</description>
		<content:encoded><![CDATA[<p>I strongly recommend you add stop() to the fadein/out effect.</p>
<p>			if (defaults.hoverOpaque) {<br />
				$(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);<br />
				$(this).bind(&#8221;mouseenter&#8221;, function(e){<br />
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);<br />
			    });<br />
				$(this).bind(&#8221;mouseleave&#8221;, function(e){<br />
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);<br />
			    });<br />
			}			if (defaults.hoverOpaque) {<br />
				$(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);<br />
				$(this).bind(&#8221;mouseenter&#8221;, function(e){<br />
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);<br />
			    });<br />
				$(this).bind(&#8221;mouseleave&#8221;, function(e){<br />
					$(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);<br />
			    });<br />
			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einfacher Sticky Footer - XHTMLforum</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-289</link>
		<dc:creator>Einfacher Sticky Footer - XHTMLforum</dc:creator>
		<pubDate>Tue, 20 Apr 2010 22:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-289</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoel</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-249</link>
		<dc:creator>zoel</dc:creator>
		<pubDate>Sun, 28 Mar 2010 16:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-249</guid>
		<description>thanx, this is very cute nav bar.</description>
		<content:encoded><![CDATA[<p>thanx, this is very cute nav bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pervert</title>
		<link>http://ryan.rawswift.com/2009/02/15/fixed-that-bar-at-the-bottom-like-facebook/comment-page-2/#comment-248</link>
		<dc:creator>pervert</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://ryan.rawswift.com/?p=278#comment-248</guid>
		<description>anyone please willing to spend 2 words to help us newbies on adding this into our webpages?

really appreciated.

thank you.</description>
		<content:encoded><![CDATA[<p>anyone please willing to spend 2 words to help us newbies on adding this into our webpages?</p>
<p>really appreciated.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
