<?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: Tabify &#8211; Tabbed content with ease (jQuery plugin)</title>
	<atom:link href="http://www.unwrongest.com/projects/tabify/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unwrongest.com/projects/tabify/</link>
	<description>Interaction Designer and Interface Developer</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:45:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ingvi</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1972</link>
		<dc:creator>ingvi</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1972</guid>
		<description>I needed to add the class active if no one was selected so I did this: 

if(location.hash)
	handleHash();
	else
//I added this below:
$(this).children(&#039;li&#039;).first().addClass(&#039;active&#039;);

cheers
ingvi</description>
		<content:encoded><![CDATA[<p>I needed to add the class active if no one was selected so I did this: </p>
<p>if(location.hash)<br />
	handleHash();<br />
	else<br />
//I added this below:<br />
$(this).children(&#8216;li&#8217;).first().addClass(&#8216;active&#8217;);</p>
<p>cheers<br />
ingvi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gediminas Sukys</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1872</link>
		<dc:creator>Gediminas Sukys</dc:creator>
		<pubDate>Fri, 07 May 2010 15:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1872</guid>
		<description>It would be nice to renew zip package because in demo is newer version which not opening menu on load :)</description>
		<content:encoded><![CDATA[<p>It would be nice to renew zip package because in demo is newer version which not opening menu on load :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Bill</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1541</link>
		<dc:creator>Mr Bill</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1541</guid>
		<description>Nice plug-in. But I noticed on the initial load, all the tabbed content &quot;flashes&quot; into view. I&#039;m fairly sure this can be solved by adding a display:none; to your content class.</description>
		<content:encoded><![CDATA[<p>Nice plug-in. But I noticed on the initial load, all the tabbed content &#8220;flashes&#8221; into view. I&#8217;m fairly sure this can be solved by adding a display:none; to your content class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Johnson</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1539</link>
		<dc:creator>Kevin Johnson</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1539</guid>
		<description>I am also having problems with the -tab added to the end.

I want one of the tabs to be a direct link to a page while the other 3 show content divs.

I was able to get around this for now by changing the -tab in the js file to ?tab... now it still remembers the tab and the page it goes to loads, but I wish there was a better way.</description>
		<content:encoded><![CDATA[<p>I am also having problems with the -tab added to the end.</p>
<p>I want one of the tabs to be a direct link to a page while the other 3 show content divs.</p>
<p>I was able to get around this for now by changing the -tab in the js file to ?tab&#8230; now it still remembers the tab and the page it goes to loads, but I wish there was a better way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HammerJack</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1383</link>
		<dc:creator>HammerJack</dc:creator>
		<pubDate>Thu, 10 Dec 2009 05:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1383</guid>
		<description>Whichever tab you want to be the default active add the class active to the li. 

ie &lt;a href=&quot;home&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Whichever tab you want to be the default active add the class active to the li. </p>
<p>ie <a href="home" rel="nofollow">Home</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HammerJack</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1377</link>
		<dc:creator>HammerJack</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1377</guid>
		<description>In case anyone else wants to mix tabs with external links I altered the source to do just that and have posted it here (http://pastie.org/733260). just add the class &#039;tabign&#039; to anything you don&#039;t want tabified. Thanks for coding all this great stuff.</description>
		<content:encoded><![CDATA[<p>In case anyone else wants to mix tabs with external links I altered the source to do just that and have posted it here (<a href="http://pastie.org/733260" rel="nofollow">http://pastie.org/733260</a>). just add the class &#8216;tabign&#8217; to anything you don&#8217;t want tabified. Thanks for coding all this great stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Actarus</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1332</link>
		<dc:creator>Actarus</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1332</guid>
		<description>There is a way not to display the tab content on IE during the loading of a page ?</description>
		<content:encoded><![CDATA[<p>There is a way not to display the tab content on IE during the loading of a page ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BassEast</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1260</link>
		<dc:creator>BassEast</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1260</guid>
		<description>Jan, is it necessarily to use &quot;-tab&quot; suffix шт the URL?
Cause in my case i need only my anchor links, without &quot;-tab&quot;, but it does not work, as it should.

Maybe you have some solution on this case?
Thank you.</description>
		<content:encoded><![CDATA[<p>Jan, is it necessarily to use &#8220;-tab&#8221; suffix шт the URL?<br />
Cause in my case i need only my anchor links, without &#8220;-tab&#8221;, but it does not work, as it should.</p>
<p>Maybe you have some solution on this case?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1173</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1173</guid>
		<description>When I add an id to each list item (tab), it doesn&#039;t work. I need to do this as each tab will have a different style.

What do I need to do in the javascript file to get it to recognise  elements that have ids?????</description>
		<content:encoded><![CDATA[<p>When I add an id to each list item (tab), it doesn&#8217;t work. I need to do this as each tab will have a different style.</p>
<p>What do I need to do in the javascript file to get it to recognise  elements that have ids?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LouisK</title>
		<link>http://www.unwrongest.com/projects/tabify/comment-page-1/#comment-1149</link>
		<dc:creator>LouisK</dc:creator>
		<pubDate>Mon, 14 Sep 2009 10:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://unwr/?p=172#comment-1149</guid>
		<description>Hi Jan,
I can&#039;t get this script to work. Probably because my CMS requires the base tag (set to the site root).
Because of this, when clicking a tab, it adds the anchor to the root in stead of the current page path (www.test.com/#tab, in stead of www.test.com/path/to/page/#tab).
Because of this, it also doesn&#039;t find the tab when trying to open the correct tab on page load, when a hash is added to the url.
Hope you can fix this.
The tabs plugin from jQuery Tools does do this correctly, this what I like about your tab, is that it finds the corresponding panels by ID (so they don&#039;t have to be in the corresponding order to the tabs).
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jan,<br />
I can&#8217;t get this script to work. Probably because my CMS requires the base tag (set to the site root).<br />
Because of this, when clicking a tab, it adds the anchor to the root in stead of the current page path (www.test.com/#tab, in stead of <a href="http://www.test.com/path/to/page/#tab" rel="nofollow">http://www.test.com/path/to/page/#tab</a>).<br />
Because of this, it also doesn&#8217;t find the tab when trying to open the correct tab on page load, when a hash is added to the url.<br />
Hope you can fix this.<br />
The tabs plugin from jQuery Tools does do this correctly, this what I like about your tab, is that it finds the corresponding panels by ID (so they don&#8217;t have to be in the corresponding order to the tabs).<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
