<?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: Stereotabs: Tabs with Prototype and Scriptaculous</title>
	<atom:link href="http://stereointeractive.com/blog/code/prototype-tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog</link>
	<description>Development Blog</description>
	<lastBuildDate>Thu, 17 Nov 2011 00:02:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Harris Benbow</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-696</link>
		<dc:creator>Harris Benbow</dc:creator>
		<pubDate>Fri, 05 Aug 2011 21:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-696</guid>
		<description>Clever bit of coding. I was wondering the same thing as a previous commenter. This is so cool. I’m wondering whether this stereotabs can be integrated with velocity menu

I&#039;ll skim back over in cased I missed it</description>
		<content:encoded><![CDATA[<p>Clever bit of coding. I was wondering the same thing as a previous commenter. This is so cool. I’m wondering whether this stereotabs can be integrated with velocity menu</p>
<p>I&#8217;ll skim back over in cased I missed it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikel Arzak</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-667</link>
		<dc:creator>Mikel Arzak</dc:creator>
		<pubDate>Tue, 07 Jun 2011 09:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-667</guid>
		<description>Hello,

Nice script. I have a problem. I use this script with forms and I would like to know if it&#039;s possible to activate after &#039;submit&#039; button is pressed, the tab that it was active before this button is pressed.

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Nice script. I have a problem. I use this script with forms and I would like to know if it&#8217;s possible to activate after &#8216;submit&#8217; button is pressed, the tab that it was active before this button is pressed.</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-661</link>
		<dc:creator>William</dc:creator>
		<pubDate>Sun, 29 May 2011 20:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-661</guid>
		<description>In regards to comment 74, where do you put this? I know nothing about JS, so I&#039;m not even sure where to begin on this. Thanks!</description>
		<content:encoded><![CDATA[<p>In regards to comment 74, where do you put this? I know nothing about JS, so I&#8217;m not even sure where to begin on this. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Van</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-642</link>
		<dc:creator>Van</dc:creator>
		<pubDate>Thu, 24 Feb 2011 00:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-642</guid>
		<description>How did you get Scriptaculous not to play havoc with my Google Maps served in iFrames? With me, the Appear effect moves the map display out of the frame. With Stereotabs, the map displays right where it&#039;s supposed to. I don&#039;t get it.

See here on stackoverflow:
&lt;a href=&quot;http://stackoverflow.com/questions/5095090/scriptaculous-appear-effect-shifts-google-map-outside-visible-iframe-area&quot;&lt;/a&gt;

Any ideas?

Thank, great tabs!

Van</description>
		<content:encoded><![CDATA[<p>How did you get Scriptaculous not to play havoc with my Google Maps served in iFrames? With me, the Appear effect moves the map display out of the frame. With Stereotabs, the map displays right where it&#8217;s supposed to. I don&#8217;t get it.</p>
<p>See here on stackoverflow:<br />
&lt;a href=&quot;<a href="http://stackoverflow.com/questions/5095090/scriptaculous-appear-effect-shifts-google-map-outside-visible-iframe-area&quot;" rel="nofollow">http://stackoverflow.com/questions/5095090/scriptaculous-appear-effect-shifts-google-map-outside-visible-iframe-area&quot;</a></p>
<p>Any ideas?</p>
<p>Thank, great tabs!</p>
<p>Van</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-633</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 24 Nov 2010 06:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-633</guid>
		<description>Hi Scott,

Thanks for the great script!  Really cool.

I was still having problems with the jumping of the screen, but I figured out it was that in the moment between panels appearing, when the height of the panels jumps to zero, it was actually my screen window moving up to compensate that the page was now shorter.  This stackoverflow article tipped me off: http://stackoverflow.com/questions/243794/jquery-ui-tabs-causing-screen-to-jump/1635723#1635723

Anyway, I fixed it by just assigning a height to the  containing the tabs and panels that makes it taller than the tallest panel.

Hope that helps some folks.</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Thanks for the great script!  Really cool.</p>
<p>I was still having problems with the jumping of the screen, but I figured out it was that in the moment between panels appearing, when the height of the panels jumps to zero, it was actually my screen window moving up to compensate that the page was now shorter.  This stackoverflow article tipped me off: <a href="http://stackoverflow.com/questions/243794/jquery-ui-tabs-causing-screen-to-jump/1635723#1635723" rel="nofollow">http://stackoverflow.com/questions/243794/jquery-ui-tabs-causing-screen-to-jump/1635723#1635723</a></p>
<p>Anyway, I fixed it by just assigning a height to the  containing the tabs and panels that makes it taller than the tallest panel.</p>
<p>Hope that helps some folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmagic</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-627</link>
		<dc:creator>webmagic</dc:creator>
		<pubDate>Wed, 13 Oct 2010 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-627</guid>
		<description>here is very quick fix for autoscroll on three tabs


//

</description>
		<content:encoded><![CDATA[<p>here is very quick fix for autoscroll on three tabs</p>
<p>//</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-624</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Sat, 02 Oct 2010 13:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-624</guid>
		<description>Is it possible to trigger a tab with a regular hyperlink? I have tried to trigger eg. Tab3 by adding #tab3 in the link, but nothing happens. Any help much appreciated.</description>
		<content:encoded><![CDATA[<p>Is it possible to trigger a tab with a regular hyperlink? I have tried to trigger eg. Tab3 by adding #tab3 in the link, but nothing happens. Any help much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meta4</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-608</link>
		<dc:creator>Meta4</dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-608</guid>
		<description>I have the script working fine and everything looks great except for the fact that the tabs open in a new window rather than target=&quot;_self&quot; I have in the html code. WHen I got to the page and inspect code it&#039;s still showing target&quot;_blank&quot;. Not sure what is overriding my html code. Any help would be greatly appreciated. Thank you for such a cool script.</description>
		<content:encoded><![CDATA[<p>I have the script working fine and everything looks great except for the fact that the tabs open in a new window rather than target=&#8221;_self&#8221; I have in the html code. WHen I got to the page and inspect code it&#8217;s still showing target&#8221;_blank&#8221;. Not sure what is overriding my html code. Any help would be greatly appreciated. Thank you for such a cool script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-606</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 04 Aug 2010 02:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-606</guid>
		<description>Thanks for sharing the script! I suggest you put the scriptaculous effects in their own scoped queue ( queue: { position: &#039;front&#039;, scope: &#039;tabs&#039; }} rather than the global queue so as not to interfere with other scripts on the same page which may also have scriptaculous effects.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the script! I suggest you put the scriptaculous effects in their own scoped queue ( queue: { position: &#8216;front&#8217;, scope: &#8216;tabs&#8217; }} rather than the global queue so as not to interfere with other scripts on the same page which may also have scriptaculous effects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evaneckard.com &#187; &#8220;Simply Ornate&#8221; Free Wordpress Theme</title>
		<link>http://stereointeractive.com/blog/code/prototype-tabs/comment-page-2/#comment-588</link>
		<dc:creator>evaneckard.com &#187; &#8220;Simply Ornate&#8221; Free Wordpress Theme</dc:creator>
		<pubDate>Sat, 15 May 2010 23:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/code/prototype-tabs/#comment-588</guid>
		<description>[...] theme also includes a prototype-based tab effect (via stereotabs) that allows users to browse latest posts, comments and tags. The front page is set up to show [...]</description>
		<content:encoded><![CDATA[<p>[...] theme also includes a prototype-based tab effect (via stereotabs) that allows users to browse latest posts, comments and tags. The front page is set up to show [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

