<?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: Dynamic JavaScript Tabs v1.0.3</title>
	<atom:link href="http://akrabat.com/js/dynamic-javascript-tabs-v103/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:53:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/#comment-2488</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 18 Jul 2006 07:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=16#comment-2488</guid>
		<description>That&#039;s a good idea, Samio. 

Thanks!</description>
		<content:encoded><![CDATA[<p>That's a good idea, Samio. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samio</title>
		<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/#comment-2472</link>
		<dc:creator>samio</dc:creator>
		<pubDate>Tue, 18 Jul 2006 00:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=16#comment-2472</guid>
		<description>I forgot the following:
better to remove these lines in the tabs.js
BuildTabs(&#039;tab-container&#039;);
ActivateTab(&#039;tab-container&#039;, 0);
BuildTabs(&#039;tab-container-2&#039;);
ActivateTab(&#039;tab-container-2&#039;, 0);

and add at the end of the index.html


window.load= new function(){
BuildTabs(&#039;tab-container&#039;);
ActivateTab(&#039;tab-container&#039;, 0);
BuildTabs(&#039;tab-container-2&#039;);
ActivateTab(&#039;tab-container-2&#039;, 0);
}


this must be removed to the header:
</description>
		<content:encoded><![CDATA[<p>I forgot the following:<br />
better to remove these lines in the tabs.js<br />
BuildTabs('tab-container');<br />
ActivateTab('tab-container', 0);<br />
BuildTabs('tab-container-2');<br />
ActivateTab('tab-container-2', 0);</p>
<p>and add at the end of the index.html</p>
<p>window.load= new function(){<br />
BuildTabs('tab-container');<br />
ActivateTab('tab-container', 0);<br />
BuildTabs('tab-container-2');<br />
ActivateTab('tab-container-2', 0);<br />
}</p>
<p>this must be removed to the header:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samio</title>
		<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/#comment-2471</link>
		<dc:creator>samio</dc:creator>
		<pubDate>Tue, 18 Jul 2006 00:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=16#comment-2471</guid>
		<description>error line 98 tabs.js:
tabLink.setAttribute(&quot;href&quot;,&quot;javascript://&quot;);
solution: tabLink.setAttribute(&quot;href&quot;,&quot;#&quot;);

Maybe is a good idea to implement a cookie so that the tab can recall the state (useful for ajax users)

great script!</description>
		<content:encoded><![CDATA[<p>error line 98 tabs.js:<br />
tabLink.setAttribute("href","javascript://");<br />
solution: tabLink.setAttribute("href","#");</p>
<p>Maybe is a good idea to implement a cookie so that the tab can recall the state (useful for ajax users)</p>
<p>great script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/#comment-24</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 13 Feb 2006 11:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=16#comment-24</guid>
		<description>Hi!  Sorry for the delay in responding.

It should be fine with any browser that supports the DOM (or IE &gt; 5.0)</description>
		<content:encoded><![CDATA[<p>Hi!  Sorry for the delay in responding.</p>
<p>It should be fine with any browser that supports the DOM (or IE &gt; 5.0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://akrabat.com/js/dynamic-javascript-tabs-v103/#comment-22</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 19 Jan 2006 02:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/?p=16#comment-22</guid>
		<description>I have downloaded the Dynamic JavaScript Tabs, and it works like a champ. Thanks. Is this compatible with older browsers ?


jeff</description>
		<content:encoded><![CDATA[<p>I have downloaded the Dynamic JavaScript Tabs, and it works like a champ. Thanks. Is this compatible with older browsers ?</p>
<p>jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>

