<?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"
	>
<channel>
	<title>Comments on: Dynamic JavaScript Tabs</title>
	<atom:link href="http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 28 Aug 2008 14:11:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-15</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 21 Dec 2005 17:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-15</guid>
		<description>Jimmy: Version 1.0.2 now available &lt;a href="http://www.akrabat.com/2005/12/21/dynamic-javascript-tabs-v102/"&gt;here&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Jimmy: Version 1.0.2 now available <a href="http://www.akrabat.com/2005/12/21/dynamic-javascript-tabs-v102/">here</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emehrkay</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-14</link>
		<dc:creator>emehrkay</dc:creator>
		<pubDate>Wed, 21 Dec 2005 17:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-14</guid>
		<description>Rob: easy way to handle it. thanks</description>
		<content:encoded><![CDATA[<p>Rob: easy way to handle it. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-13</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-13</guid>
		<description>The way we do it at work is to call ActivateTab() at the bottom of the php template like this:

&lt;pre&gt;&#60;script language=&#34;javascript&#34;&#62;
    ActivateTab(&#60;?php echo $tab_id ?&#62;);
&#60;/script&#62;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>The way we do it at work is to call ActivateTab() at the bottom of the php template like this:</p>
<pre>&lt;script language=&quot;javascript&quot;&gt;
    ActivateTab(&lt;?php echo $tab_id ?&gt;);
&lt;/script&gt;</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-12</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-12</guid>
		<description>Anychance you could run it and the re-zip it for me :)</description>
		<content:encoded><![CDATA[<p>Anychance you could run it and the re-zip it for me :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-11</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-11</guid>
		<description>what happens if I am a windows user ?</description>
		<content:encoded><![CDATA[<p>what happens if I am a windows user ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emehrkay</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-10</link>
		<dc:creator>emehrkay</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-10</guid>
		<description>Rob: how would i make it dynamic? like could i add an onclick even to the h1 tag that sets ActivateTab() to its number, incase the page is refreshed?</description>
		<content:encoded><![CDATA[<p>Rob: how would i make it dynamic? like could i add an onclick even to the h1 tag that sets ActivateTab() to its number, incase the page is refreshed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-9</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-9</guid>
		<description>Use patch (&lt;a href="http://www.gnu.org/software/patch/patch.html"&gt;http://www.gnu.org/software/patch/patch.html&lt;/a&gt;)

basically you do: 
    &lt;code style="font-size: 12px"&gt;patch &#60; dynamic_tabs_multi.patch&lt;/code&gt;

in the directory where the original dynamic tabs files are.</description>
		<content:encoded><![CDATA[<p>Use patch (<a href="http://www.gnu.org/software/patch/patch.html">http://www.gnu.org/software/patch/patch.html</a>)</p>
<p>basically you do:<br />
    <code style="font-size: 12px">patch &lt; dynamic_tabs_multi.patch</code></p>
<p>in the directory where the original dynamic tabs files are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-8</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 21 Dec 2005 16:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-8</guid>
		<description>What do I do with the patch file, there seems to be bits everywhere and loads of @'s and +'s .

Is there some sort of program i use to interpret this file ?</description>
		<content:encoded><![CDATA[<p>What do I do with the patch file, there seems to be bits everywhere and loads of @'s and +'s .</p>
<p>Is there some sort of program i use to interpret this file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-7</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Wed, 21 Dec 2005 13:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-7</guid>
		<description>emehrkay: the last line of tabs.js controls which tab is set to active.

i.e. ActivateTab(0); set's the first tab as active, but ActivateTab(1); would set the second tab as the active one.</description>
		<content:encoded><![CDATA[<p>emehrkay: the last line of tabs.js controls which tab is set to active.</p>
<p>i.e. ActivateTab(0); set's the first tab as active, but ActivateTab(1); would set the second tab as the active one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emehrkay</title>
		<link>http://akrabat.com/2005/03/22/dynamic-javascript-tabs-v100/#comment-6</link>
		<dc:creator>emehrkay</dc:creator>
		<pubDate>Wed, 21 Dec 2005 13:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2005/03/22/dynamic-javascript-tabs/#comment-6</guid>
		<description>Is there anyway to set an active tab? lets say you wanted a form in one tab and when the user presses submit, you want them to stay on that tab.</description>
		<content:encoded><![CDATA[<p>Is there anyway to set an active tab? lets say you wanted a form in one tab and when the user presses submit, you want them to stay on that tab.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
