<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetWaver &#187; tab content script</title>
	<atom:link href="http://www.netwaver.com/tag/tab-content-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netwaver.com</link>
	<description>Best Free Web Developer Resources From The Past &#38; In The Present</description>
	<lastBuildDate>Wed, 29 Jul 2009 01:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lightweight JavaScript Slideshow and Tab Interface Script</title>
		<link>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/</link>
		<comments>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:34:21 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[JavaScript & AJAX]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[dhtml tab interface]]></category>
		<category><![CDATA[javascript slideshow]]></category>
		<category><![CDATA[tab content script]]></category>
		<category><![CDATA[tab interface]]></category>
		<category><![CDATA[tab script]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=217</guid>
		<description><![CDATA[
I was constantly looking for unobtrusive JavaScript tabs script which doesn&#8217;t require any framework for my personal project. I have found SimpleTabs by Komrade but there&#8217;s a bug on it plus it doesn&#8217;t degrades gracefully if JavaScript is disabled.
Today I have just found Yetii, which stands for Yet (E)Another JavaScript Tab Interface Implementation. It&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kminek.pl/lab/yetii/" target="_blank"><img class="alignnone size-full wp-image-219" title="yetii" src="http://www.netwaver.com/wp-content/uploads/yetii.gif" alt="yetii" width="585" height="185" /></a></p>
<p style="text-align: justify;">I was constantly looking for unobtrusive JavaScript tabs script which doesn&#8217;t require any framework for my personal project. I have found <a href="http://www.netwaver.com/171/standalone-unobtrusive-tabs-script/" target="_blank">SimpleTabs by Komrade</a> but there&#8217;s a bug on it plus it doesn&#8217;t degrades gracefully if JavaScript is disabled.</p>
<p style="text-align: justify;">Today I have just found <strong><a href="http://www.kminek.pl/lab/yetii/" target="_blank">Yetii</a></strong>, which stands for <a href="http://www.kminek.pl/lab/yetii/" target="_blank"><strong>Yet (E)Another JavaScript Tab Interface Implementation</strong></a>. It&#8217;s a lightweight, object-oriented coded tab interface script which doesn’t require any JavaScript library/frameworks. It degrades gracefully in browsers without JavaScript support. You can have many independent tab interfaces on a single page, specify initial tab, turn on automatic tabs rotation, add next/previous navigation, nest one tab interface inside another and define custom function to run after certain tab is clicked.</p>
<p style="text-align: justify;">Though the script is intended for tab interface implementation, I found out that you can also use this script for another purpose. Just turn on automatic tabs rotation and add next/previous navigation &#8211; a lightweight JavaScript slideshow will born. You can now have an unlimited tab interface plus an unlimited slideshow from a simple, lightweight JavaScript.</p>
<p class="warning small_font"><strong>Demo &amp; Documentation:</strong> <a href="http://www.kminek.pl/lab/yetii/" target="_blank">http://www.kminek.pl/lab/yetii/</a><br />
<strong>License:</strong> BSD License</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Standalone Unobtrusive Tabs Script: SimpleTabs By Komrade</title>
		<link>http://www.netwaver.com/171/standalone-unobtrusive-tabs-script/</link>
		<comments>http://www.netwaver.com/171/standalone-unobtrusive-tabs-script/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 05:04:05 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[JavaScript & AJAX]]></category>
		<category><![CDATA[Scripts & Apps]]></category>
		<category><![CDATA[lightweight tab script]]></category>
		<category><![CDATA[simpletabs by komrade]]></category>
		<category><![CDATA[tab content script]]></category>
		<category><![CDATA[unobtrusive tabs script]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=171</guid>
		<description><![CDATA[SimpleTabs is lightweight (2.5 KB compressed), unobtrusive tabs script which doesn&#8217;t require any JavaScript frameworks such as jQuery, Mootools etc. Some of it&#8217;s interesting features are:

It does not need different IDs per tab container in order to have multiple tab sets. So, you can have as many SimpleTabs tab sets as you want on the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong><a href="http://labs.komrade.gr/simpletabs/" target="_blank">SimpleTabs</a></strong> is lightweight (<em>2.5 KB compressed</em>), unobtrusive tabs script which doesn&#8217;t require any JavaScript frameworks such as jQuery, Mootools etc. Some of it&#8217;s interesting features are:</p>
<ul style="text-align: justify;">
<li>It does not need different IDs per tab container in order to have multiple tab sets. So, you can have as many SimpleTabs tab sets as you want on the same page. This solve the most annoying features I found in other tab content script where you are limited to a single tab set.</li>
<li>It remembers the last tab clicked on and if you reload the page (e.g. navigate somewhere and return to the page containing the tabs) that specific tab is already active.</li>
</ul>
<h5 style="text-align: justify;">Single Bug</h5>
<p style="text-align: justify;">When I tried to implement this script on my project, I found at that putting <span style="color: #ff0000;"><strong>&lt;div&gt;</strong></span> element inside the content page will cause the script not to work anymore. Unfortunately, I didn&#8217;t find any contact information where I send or ask for support regarding this bug.</p>
<p><a href="http://labs.komrade.gr/simpletabs/" target="_blank"><img class="alignnone size-full wp-image-172" title="simpletabs" src="http://www.netwaver.com/wp-content/uploads/simpletabs.gif" alt="simpletabs" width="585" height="234" /></a></p>
<p class="warning small_font"><strong>Demo &amp; Documentation:</strong> <a href="http://labs.komrade.gr/simpletabs/" target="_blank">http://labs.komrade.gr/simpletabs/</a><br />
<strong>License: </strong>GNU/GPL v2.0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/171/standalone-unobtrusive-tabs-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
