<?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: Javascript Tabifier</title>
	<atom:link href="http://ajaxian.com/archives/javascript-tabifier/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-tabifier</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: kopi</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-262955</link>
		<dc:creator>kopi</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-262955</guid>
		<description>wow naturalaternaicilis how can you admit to something like that? :)</description>
		<content:encoded><![CDATA[<p>wow naturalaternaicilis how can you admit to something like that? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-246946</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 06 Feb 2007 22:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-246946</guid>
		<description>Is it possible to load only the main page at first. Then load the hidden pages on mouse click using tabertab js?</description>
		<content:encoded><![CDATA[<p>Is it possible to load only the main page at first. Then load the hidden pages on mouse click using tabertab js?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-6605</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 11 Apr 2006 21:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-6605</guid>
		<description>I like your site.
Blogs with comments windows that you have to click to open keep the dialogue under wraps. Blogs like this one which string comments out in the open are much more proactive about sparking dialogue.</description>
		<content:encoded><![CDATA[<p>I like your site.<br />
Blogs with comments windows that you have to click to open keep the dialogue under wraps. Blogs like this one which string comments out in the open are much more proactive about sparking dialogue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Screencast on Diagnosing Memory Leaks in IE</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-5820</link>
		<dc:creator>Ajaxian &#187; Screencast on Diagnosing Memory Leaks in IE</dc:creator>
		<pubDate>Fri, 31 Mar 2006 17:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-5820</guid>
		<description>[...] Patrick Fitzgerald posted a nice screencast explaining how he diagnosed and fixed an IE memory leak in his tabifier library. He walks through using the free tool Process Explorer to watch IE&#8217;s memory grow with each page refresh. He writes: This screencast discusses how I diagnosed and fixed a memory leak in a JavaScript library. It&#8217;s a very simplified example, and the same techniques probably can&#8217;t be used for more complex web applications, but it might shed some light on how these memory leaks occur. [...]</description>
		<content:encoded><![CDATA[<p>[...] Patrick Fitzgerald posted a nice screencast explaining how he diagnosed and fixed an IE memory leak in his tabifier library. He walks through using the free tool Process Explorer to watch IE&#8217;s memory grow with each page refresh. He writes: This screencast discusses how I diagnosed and fixed a memory leak in a JavaScript library. It&#8217;s a very simplified example, and the same techniques probably can&#8217;t be used for more complex web applications, but it might shed some light on how these memory leaks occur. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jouravlev</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4309</link>
		<dc:creator>Michael Jouravlev</dc:creator>
		<pubDate>Tue, 07 Mar 2006 08:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4309</guid>
		<description>Unlike other examples, this one requires server roundrip for every tab. In uses Ajax for in-place update if Javascript+XHR are available. Otherwise use good old redirection to composite page. Voila, dual-mode tab component.

Example: http://jroller.com/page/javadujour?entry=tabbed_notebook_component_got_simpler
Live demo: http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp</description>
		<content:encoded><![CDATA[<p>Unlike other examples, this one requires server roundrip for every tab. In uses Ajax for in-place update if Javascript+XHR are available. Otherwise use good old redirection to composite page. Voila, dual-mode tab component.</p>
<p>Example: <a href="http://jroller.com/page/javadujour?entry=tabbed_notebook_component_got_simpler" rel="nofollow">http://jroller.com/page/javadujour?entry=tabbed_notebook_component_got_simpler</a><br />
Live demo: <a href="http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp" rel="nofollow">http://www.superinterface.com/jspcontrols/tabcontrol/index.jsp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fitzgerald</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4295</link>
		<dc:creator>Patrick Fitzgerald</dc:creator>
		<pubDate>Mon, 06 Mar 2006 19:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4295</guid>
		<description>@Chris: indeed, I really liked your DOMtab implementation (and it&#039;s giving me ideas for more features to add to mine). I can see the need for the non-JavaScript links, but my goal was to make setup as quick and painless as possible, so I wanted to avoid having to create a list and anchors.</description>
		<content:encoded><![CDATA[<p>@Chris: indeed, I really liked your DOMtab implementation (and it&#8217;s giving me ideas for more features to add to mine). I can see the need for the non-JavaScript links, but my goal was to make setup as quick and painless as possible, so I wanted to avoid having to create a list and anchors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Heilmann</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4284</link>
		<dc:creator>Chris Heilmann</dc:creator>
		<pubDate>Mon, 06 Mar 2006 14:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4284</guid>
		<description>Quite OK, however, I wanted to maintain a navigation even for non-JavaScript users, which is why I re-use the anchor -&gt; named anchor thing in DOMtab (which is linked above anyways) :-)</description>
		<content:encoded><![CDATA[<p>Quite OK, however, I wanted to maintain a navigation even for non-JavaScript users, which is why I re-use the anchor -&gt; named anchor thing in DOMtab (which is linked above anyways) :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4259</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 05 Mar 2006 19:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4259</guid>
		<description>I rolled my own at
http://www.akrabat.com/dynamic-javascript-tabs/</description>
		<content:encoded><![CDATA[<p>I rolled my own at<br />
<a href="http://www.akrabat.com/dynamic-javascript-tabs/" rel="nofollow">http://www.akrabat.com/dynamic-javascript-tabs/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4228</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sat, 04 Mar 2006 09:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4228</guid>
		<description>Another example: http://silverhillfeathers.com/  - the script for it is here: http://silverhillfeathers.com/tabs.js

For a while, our company (webworks.ie) used this method to provide quick &quot;multiple page&quot; websites for clients.

http://truwood.ie/Clients - another one using the same library.

Kae</description>
		<content:encoded><![CDATA[<p>Another example: <a href="http://silverhillfeathers.com/" rel="nofollow">http://silverhillfeathers.com/</a>  &#8211; the script for it is here: <a href="http://silverhillfeathers.com/tabs.js" rel="nofollow">http://silverhillfeathers.com/tabs.js</a></p>
<p>For a while, our company (webworks.ie) used this method to provide quick &#8220;multiple page&#8221; websites for clients.</p>
<p><a href="http://truwood.ie/Clients" rel="nofollow">http://truwood.ie/Clients</a> &#8211; another one using the same library.</p>
<p>Kae</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4218</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Fri, 03 Mar 2006 22:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4218</guid>
		<description>http://www.onlinetools.org/tools/domtabdata/ - proba</description>
		<content:encoded><![CDATA[<p><a href="http://www.onlinetools.org/tools/domtabdata/" rel="nofollow">http://www.onlinetools.org/tools/domtabdata/</a> &#8211; proba</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fitzgerald</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4216</link>
		<dc:creator>Patrick Fitzgerald</dc:creator>
		<pubDate>Fri, 03 Mar 2006 21:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4216</guid>
		<description>Thanks for the link. One of my goals was to provide printing support: in all the other tabifiers I have seen, if you print the page, you only get the currently displayed tab.</description>
		<content:encoded><![CDATA[<p>Thanks for the link. One of my goals was to provide printing support: in all the other tabifiers I have seen, if you print the page, you only get the currently displayed tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4213</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 03 Mar 2006 21:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4213</guid>
		<description>I&#039;m not a huge fan of MS and Windows, but this is nice and smooth:
http://www.dhtmlgoodies.com/scripts/tab-view/tab-view.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a huge fan of MS and Windows, but this is nice and smooth:<br />
<a href="http://www.dhtmlgoodies.com/scripts/tab-view/tab-view.html" rel="nofollow">http://www.dhtmlgoodies.com/scripts/tab-view/tab-view.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4208</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Fri, 03 Mar 2006 19:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4208</guid>
		<description>A nice feature to add to TabTastic (created in 2004 there I might add, according to the copyright,) would be to monitor the hash/navigation of the URL so the tabs will change with use of the back/foward buttons. Looks like all the base work for it is there.</description>
		<content:encoded><![CDATA[<p>A nice feature to add to TabTastic (created in 2004 there I might add, according to the copyright,) would be to monitor the hash/navigation of the URL so the tabs will change with use of the back/foward buttons. Looks like all the base work for it is there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Grossberg</title>
		<link>http://ajaxian.com/archives/javascript-tabifier/comment-page-1#comment-4206</link>
		<dc:creator>Joe Grossberg</dc:creator>
		<pubDate>Fri, 03 Mar 2006 18:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=942#comment-4206</guid>
		<description>Yeah, that is really graceful, and it doesn&#039;t have this weird issue in Tabtastic, where the page scrolls down after I click on the final tab.</description>
		<content:encoded><![CDATA[<p>Yeah, that is really graceful, and it doesn&#8217;t have this weird issue in Tabtastic, where the page scrolls down after I click on the final tab.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

