<?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: End of Page Slide Out Box with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Tue, 22 May 2012 17:04:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Abhishek</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-313938</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 08 Dec 2011 05:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-313938</guid>
		<description>Thanks for this easy to use tutorial! It will be a better idea if the box disappears if the user scrolls upwards. I am using a different plugin on my website amlabc.com, but testing your solution on test.amlabc.com and want to replicate the behaviour which is depicted in the other plugin. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for this easy to use tutorial! It will be a better idea if the box disappears if the user scrolls upwards. I am using a different plugin on my website amlabc.com, but testing your solution on test.amlabc.com and want to replicate the behaviour which is depicted in the other plugin. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanny Ramzy</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-292752</link>
		<dc:creator>Hanny Ramzy</dc:creator>
		<pubDate>Mon, 28 Nov 2011 05:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-292752</guid>
		<description>Hye there, nice tutorial Mary Lou! I&#039;ve been looking for this trick and found your page here. Anyway, one question.

Instead of using id=&quot;last&quot; to call the slide to appear, is it possible to use the % of total page height?

What I mean here is after reader scroll after, let say 60% from the page height, the slide come out.

Practically, when the comments so many, the page height is long. So, by implementing %, I think it is more practical. Thanks. xD</description>
		<content:encoded><![CDATA[<p>Hye there, nice tutorial Mary Lou! I&#8217;ve been looking for this trick and found your page here. Anyway, one question.</p>
<p>Instead of using id=&#8221;last&#8221; to call the slide to appear, is it possible to use the % of total page height?</p>
<p>What I mean here is after reader scroll after, let say 60% from the page height, the slide come out.</p>
<p>Practically, when the comments so many, the page height is long. So, by implementing %, I think it is more practical. Thanks. xD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Izzat</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-237236</link>
		<dc:creator>Izzat</dc:creator>
		<pubDate>Fri, 28 Oct 2011 12:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-237236</guid>
		<description>Thank you very much! I have been looking for this kind of tutorial for ages and now only you one helped me! :))))) You are great! :)</description>
		<content:encoded><![CDATA[<p>Thank you very much! I have been looking for this kind of tutorial for ages and now only you one helped me! :))))) You are great! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny2bags</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-173440</link>
		<dc:creator>johnny2bags</dc:creator>
		<pubDate>Thu, 08 Sep 2011 13:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-173440</guid>
		<description>Ahh - I came across a Q. - 

I&#039;m using the feature twice, one at the top of the page, and one at the bottom. 

Some times the features go behind the content, any suggestions on keeping the feature completely on top?</description>
		<content:encoded><![CDATA[<p>Ahh &#8211; I came across a Q. &#8211; </p>
<p>I&#8217;m using the feature twice, one at the top of the page, and one at the bottom. </p>
<p>Some times the features go behind the content, any suggestions on keeping the feature completely on top?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny2bags</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-168078</link>
		<dc:creator>johnny2bags</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-168078</guid>
		<description>Rad! Nevermind - I figured out how to get the basic functionality of what I was trying to do; I just went into the inline JavaScript Snippet and and swapped out &#039;right&#039; for &#039;top&#039;. Cool, I&#039;m hoping I just have to dig deeper into the CSS to get my positioning accurate. 

Great resource!</description>
		<content:encoded><![CDATA[<p>Rad! Nevermind &#8211; I figured out how to get the basic functionality of what I was trying to do; I just went into the inline JavaScript Snippet and and swapped out &#8216;right&#8217; for &#8216;top&#8217;. Cool, I&#8217;m hoping I just have to dig deeper into the CSS to get my positioning accurate. </p>
<p>Great resource!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnny2bags</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-168040</link>
		<dc:creator>johnny2bags</dc:creator>
		<pubDate>Fri, 02 Sep 2011 14:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-168040</guid>
		<description>Hey - love this and it works great. I&#039;m working on trying to customize it a good amount. 

I wanna make the transition vertical, from the top, to kind of drop down on the scroll as a menu. I&#039;ve already had some progress, but am trying to figure out the transition. Would this be hard, any suggestions?

Cheers &amp; thanks!</description>
		<content:encoded><![CDATA[<p>Hey &#8211; love this and it works great. I&#8217;m working on trying to customize it a good amount. </p>
<p>I wanna make the transition vertical, from the top, to kind of drop down on the scroll as a menu. I&#8217;ve already had some progress, but am trying to figure out the transition. Would this be hard, any suggestions?</p>
<p>Cheers &amp; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Hamons</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-139506</link>
		<dc:creator>Jeff Hamons</dc:creator>
		<pubDate>Sat, 23 Jul 2011 05:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-139506</guid>
		<description>This is a great tool and very well written up.  Thanks!

I am working on adding this to my site.  What other trigger events could you add other than scrolling to the end of the page.  Could you put it on a time delay?

Jeff Hamons
&lt;a href=&quot;http://www.synergisticacres.com&quot; rel=&quot;nofollow&quot;&gt;Synergistic Acres - Kansas City Natural Farm&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is a great tool and very well written up.  Thanks!</p>
<p>I am working on adding this to my site.  What other trigger events could you add other than scrolling to the end of the page.  Could you put it on a time delay?</p>
<p>Jeff Hamons<br />
<a href="http://www.synergisticacres.com" rel="nofollow">Synergistic Acres &#8211; Kansas City Natural Farm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dxo</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-139232</link>
		<dc:creator>dxo</dc:creator>
		<pubDate>Fri, 22 Jul 2011 18:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-139232</guid>
		<description>Excellent. I went right from the Times to Google to here. Talk about making life easy. 

This is a very nice script. Unobtrusive and could be used for a number of things. As soon as I saw on the Times page, I had to have it. ;)</description>
		<content:encoded><![CDATA[<p>Excellent. I went right from the Times to Google to here. Talk about making life easy. </p>
<p>This is a very nice script. Unobtrusive and could be used for a number of things. As soon as I saw on the Times page, I had to have it. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-21997</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-21997</guid>
		<description>That got it! Thank you so much for your help and prompt response.</description>
		<content:encoded><![CDATA[<p>That got it! Thank you so much for your help and prompt response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Lou</title>
		<link>http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/comment-page-2/#comment-21947</link>
		<dc:creator>Mary Lou</dc:creator>
		<pubDate>Thu, 17 Feb 2011 10:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=1766#comment-21947</guid>
		<description>Hello Martin, you can give a very high z-index to the #slidebox in the the CSS. simply add this property &quot;z-index: 999;&quot; to the #slidebox and it should always be on top of the other elements (unless there might be some other elements with a higher z-index). If you notice that there are still elements on top of the box, simply increase the z-index. Hope it helps, cheers, ML</description>
		<content:encoded><![CDATA[<p>Hello Martin, you can give a very high z-index to the #slidebox in the the CSS. simply add this property &#8220;z-index: 999;&#8221; to the #slidebox and it should always be on top of the other elements (unless there might be some other elements with a higher z-index). If you notice that there are still elements on top of the box, simply increase the z-index. Hope it helps, cheers, ML</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/feed/ ) in 0.27582 seconds, on May 22nd, 2012 at 5:16 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 6:16 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/feed/ ) in 0.00020 seconds, on May 22nd, 2012 at 5:39 pm UTC. -->
