<?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: Pull Out Content Panel with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Sat, 18 May 2013 20:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Nicoprofe</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-3/#comment-396588</link>
		<dc:creator>Nicoprofe</dc:creator>
		<pubDate>Sat, 14 Jan 2012 08:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-396588</guid>
		<description><![CDATA[Hi Mary, I would realy like to have the same effect but for an horizontal site. Which part of the code do I have to change? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Mary, I would realy like to have the same effect but for an horizontal site. Which part of the code do I have to change? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-387190</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 10 Jan 2012 11:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-387190</guid>
		<description><![CDATA[Hi, total newbie here. How would I change the code to slide it out from the bottom of the page, not the right side? Thanks, Tom]]></description>
		<content:encoded><![CDATA[<p>Hi, total newbie here. How would I change the code to slide it out from the bottom of the page, not the right side? Thanks, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-224030</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 19 Oct 2011 12:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-224030</guid>
		<description><![CDATA[Good job, I really like this!]]></description>
		<content:encoded><![CDATA[<p>Good job, I really like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-181322</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 17 Sep 2011 05:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-181322</guid>
		<description><![CDATA[Thank you so much for this tutorial, it works great.

However, I have your Twitter Tooltips installed also, found here: http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/

After installing this Pullout Panel code, my Twitter Tooltip code stopped working.

Are these codes conflicting?  I can&#039;t seem to find where its breaking.  Any help?  Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for this tutorial, it works great.</p>
<p>However, I have your Twitter Tooltips installed also, found here: <a href="http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/" rel="nofollow">http://tympanus.net/codrops/2010/07/20/latest-tweets-tooltip/</a></p>
<p>After installing this Pullout Panel code, my Twitter Tooltip code stopped working.</p>
<p>Are these codes conflicting?  I can&#8217;t seem to find where its breaking.  Any help?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designer Renji</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-32346</link>
		<dc:creator>Designer Renji</dc:creator>
		<pubDate>Mon, 28 Mar 2011 08:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-32346</guid>
		<description><![CDATA[Thanks...useful post........]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230;useful post&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bradbury</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-27980</link>
		<dc:creator>Chris Bradbury</dc:creator>
		<pubDate>Thu, 24 Mar 2011 15:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-27980</guid>
		<description><![CDATA[Hi Mary Lou,

Thanks for sharing your work and writing tutorials for us non-experts.

I think this a beautiful bit of work and really close to what I&#039;ve been trying to find a solution for.

I wonder if you can help me at all?

I&#039;d like to create a site with a pull-out footer, one that works differently to this one though. Firstly I&#039;d like it to be present on screen at all times. It would have a tab that, when clicked, would grow/slide up to cover most of the site. Almost every method I find seems to work by using &#039;display: none&#039; so is no good to me. I need something only partially obscured to start with, that reveals more of itself when clicked.

I have found similar methods which start from the top/left/right but their code is all quite specific. I have tried changing the css and bits of the js but to no avail.

Completely understand if this is outside the scope of this page&#039;s comments, thanks for reading either way.

Cheers
Chris]]></description>
		<content:encoded><![CDATA[<p>Hi Mary Lou,</p>
<p>Thanks for sharing your work and writing tutorials for us non-experts.</p>
<p>I think this a beautiful bit of work and really close to what I&#8217;ve been trying to find a solution for.</p>
<p>I wonder if you can help me at all?</p>
<p>I&#8217;d like to create a site with a pull-out footer, one that works differently to this one though. Firstly I&#8217;d like it to be present on screen at all times. It would have a tab that, when clicked, would grow/slide up to cover most of the site. Almost every method I find seems to work by using &#8216;display: none&#8217; so is no good to me. I need something only partially obscured to start with, that reveals more of itself when clicked.</p>
<p>I have found similar methods which start from the top/left/right but their code is all quite specific. I have tried changing the css and bits of the js but to no avail.</p>
<p>Completely understand if this is outside the scope of this page&#8217;s comments, thanks for reading either way.</p>
<p>Cheers<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Widmann</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-20528</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Tue, 08 Feb 2011 19:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-20528</guid>
		<description><![CDATA[I really like this tutorial. Thanks for the help!]]></description>
		<content:encoded><![CDATA[<p>I really like this tutorial. Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-15459</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Sat, 15 Jan 2011 02:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-15459</guid>
		<description><![CDATA[Hi,
very nice work thanks.

but i have a problem ;

This line:

var distanceTop = 

$pc_reference.offset().top - window_h;
					if($(window).scrollTop() &gt; distanceTop){
						if(parseInt($pc_panel.css(&#039;right&#039;),10) == -window_w)
							$pc_panel.stop().animate({&#039;right&#039;:&#039;0px&#039;},300);


in Internet explorer got this error;

Message: &#039;$ pc_reference.offset (). top&#039;, null or not an object
 Line: 974
 Character: 6
 Code: 0
 

i have 1280 x 800 monitor.

i cant see panel.

thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
very nice work thanks.</p>
<p>but i have a problem ;</p>
<p>This line:</p>
<p>var distanceTop = </p>
<p>$pc_reference.offset().top &#8211; window_h;<br />
					if($(window).scrollTop() &gt; distanceTop){<br />
						if(parseInt($pc_panel.css(&#8216;right&#8217;),10) == -window_w)<br />
							$pc_panel.stop().animate({&#8216;right&#8217;:&#8217;0px&#8217;},300);</p>
<p>in Internet explorer got this error;</p>
<p>Message: &#8216;$ pc_reference.offset (). top&#8217;, null or not an object<br />
 Line: 974<br />
 Character: 6<br />
 Code: 0</p>
<p>i have 1280 x 800 monitor.</p>
<p>i cant see panel.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-15088</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 13 Jan 2011 11:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-15088</guid>
		<description><![CDATA[this does not work in i.e 6 properly]]></description>
		<content:encoded><![CDATA[<p>this does not work in i.e 6 properly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://tympanus.net/codrops/2010/11/01/pull-out-content-panel/comment-page-2/#comment-13900</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 06 Jan 2011 05:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=3011#comment-13900</guid>
		<description><![CDATA[Awesome Tutorial, thanks!]]></description>
		<content:encoded><![CDATA[<p>Awesome Tutorial, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/22 queries in 0.015 seconds using disk: basic
Content Delivery Network via codropspz.tympanus.netdna-cdn.com

 Served from: tympanus.net @ 2013-05-18 22:21:57 by W3 Total Cache -->