<?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: Related Posts Slide Out Boxes with jQuery and CSS3</title>
	<atom:link href="http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:41:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: M.Tayyab</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-399755</link>
		<dc:creator>M.Tayyab</dc:creator>
		<pubDate>Mon, 16 Jan 2012 05:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-399755</guid>
		<description>Great</description>
		<content:encoded><![CDATA[<p>Great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swapnil</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-398910</link>
		<dc:creator>Swapnil</dc:creator>
		<pubDate>Sun, 15 Jan 2012 15:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-398910</guid>
		<description>great tutorial buddy</description>
		<content:encoded><![CDATA[<p>great tutorial buddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-377386</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 05 Jan 2012 15:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-377386</guid>
		<description>Great please,</description>
		<content:encoded><![CDATA[<p>Great please,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juned</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-372472</link>
		<dc:creator>Juned</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-372472</guid>
		<description>how to add this feauture in Wordpress?</description>
		<content:encoded><![CDATA[<p>how to add this feauture in WordPress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caucasian</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-327130</link>
		<dc:creator>Caucasian</dc:creator>
		<pubDate>Wed, 14 Dec 2011 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-327130</guid>
		<description>derrick, it works everywhere except Internet Explorer 7 and lower.</description>
		<content:encoded><![CDATA[<p>derrick, it works everywhere except Internet Explorer 7 and lower.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derrick</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-3/#comment-323406</link>
		<dc:creator>derrick</dc:creator>
		<pubDate>Mon, 12 Dec 2011 20:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-323406</guid>
		<description>This only seems to work in Internet Explorer.  I&#039;ve tested with Firefox, Chrome and Safari and only the first flyout works... nothing below that.

Any ideas?</description>
		<content:encoded><![CDATA[<p>This only seems to work in Internet Explorer.  I&#8217;ve tested with Firefox, Chrome and Safari and only the first flyout works&#8230; nothing below that.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caucasian</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-2/#comment-304937</link>
		<dc:creator>Caucasian</dc:creator>
		<pubDate>Sun, 04 Dec 2011 01:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-304937</guid>
		<description>$(&#039;#rp_shuffle&#039;).unbind(&#039;click&#039;)
 .bind(&#039;click&#039;,shuffle)
 .stop()
 .animate({&#039;margin-left&#039;:&#039;-18px&#039;},700);

can someone explaing what the last part does? which is:

 .animate({&#039;margin-left&#039;:&#039;-18px&#039;},700)

if we remove it - nothing changes.</description>
		<content:encoded><![CDATA[<p>$(&#8216;#rp_shuffle&#8217;).unbind(&#8216;click&#8217;)<br />
 .bind(&#8216;click&#8217;,shuffle)<br />
 .stop()<br />
 .animate({&#8216;margin-left&#8217;:'-18px&#8217;},700);</p>
<p>can someone explaing what the last part does? which is:</p>
<p> .animate({&#8216;margin-left&#8217;:'-18px&#8217;},700)</p>
<p>if we remove it &#8211; nothing changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caucasian</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-2/#comment-303010</link>
		<dc:creator>Caucasian</dc:creator>
		<pubDate>Sat, 03 Dec 2011 05:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-303010</guid>
		<description>Alright, Mary thanks for this nice widget, I updated it(it took me all day) to work with ajax, anyone wanna see it in action, go to :

http://www.wallpapersmania.com/125_nature_wallpapers.html

and see on the right :)

p.s. I managed to position it, you have to put it inside a div with position relative.</description>
		<content:encoded><![CDATA[<p>Alright, Mary thanks for this nice widget, I updated it(it took me all day) to work with ajax, anyone wanna see it in action, go to :</p>
<p><a href="http://www.wallpapersmania.com/125_nature_wallpapers.html" rel="nofollow">http://www.wallpapersmania.com/125_nature_wallpapers.html</a></p>
<p>and see on the right :)</p>
<p>p.s. I managed to position it, you have to put it inside a div with position relative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caucasian</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-2/#comment-302278</link>
		<dc:creator>Caucasian</dc:creator>
		<pubDate>Fri, 02 Dec 2011 21:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-302278</guid>
		<description>nice tut, is there any way to have it not fixed? I tried position absolute and related and it breaks the design, how can we make it not to be fixed while scrolling?</description>
		<content:encoded><![CDATA[<p>nice tut, is there any way to have it not fixed? I tried position absolute and related and it breaks the design, how can we make it not to be fixed while scrolling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh J Nair</title>
		<link>http://tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/comment-page-2/#comment-293428</link>
		<dc:creator>Rajesh J Nair</dc:creator>
		<pubDate>Mon, 28 Nov 2011 15:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2647#comment-293428</guid>
		<description>Great Thanks ! Good Tuts... :)</description>
		<content:encoded><![CDATA[<p>Great Thanks ! Good Tuts&#8230; :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/07/21/related-posts-slide-out-boxes/feed/ ) in 0.20619 seconds, on Feb 8th, 2012 at 7:08 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 8:08 pm UTC -->
