<?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: Unobtrusive Control Tabs</title>
	<atom:link href="http://ajaxian.com/archives/unobtrusive-control-tabs/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/unobtrusive-control-tabs</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: Ryan Johnson</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248316</link>
		<dc:creator>Ryan Johnson</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248316</guid>
		<description>Klaus, thanks. I&#039;m a little surprised I did not know that, but you are quite right! I&#039;ve updated the script and examples to use ids instead of names. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Klaus, thanks. I&#8217;m a little surprised I did not know that, but you are quite right! I&#8217;ve updated the script and examples to use ids instead of names. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus Hartl</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248301</link>
		<dc:creator>Klaus Hartl</dc:creator>
		<pubDate>Fri, 16 Mar 2007 22:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248301</guid>
		<description>div elements do not have a name attribute in (X)HTML. Thus the proposed HTML is a. invalid and b. will not degrade gracefully, because a hash in an anchor href refers to an id, e.g. a fragment, not a name. The link is just not guaranteed to work without JavaScript. The name attribute will work for anchors only, but its deprecated anyway.</description>
		<content:encoded><![CDATA[<p>div elements do not have a name attribute in (X)HTML. Thus the proposed HTML is a. invalid and b. will not degrade gracefully, because a hash in an anchor href refers to an id, e.g. a fragment, not a name. The link is just not guaranteed to work without JavaScript. The name attribute will work for anchors only, but its deprecated anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Johnson</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248274</link>
		<dc:creator>Ryan Johnson</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248274</guid>
		<description>I&#039;m the author, and just wanted to make a couple of notes. This script doesn&#039;t require scriptaculous, just prototype. I also aggree this script would definitely be a lot lighter weight if it didn&#039;t require Prototype. But part of the reason it is so easy to write a script like this is because they have done the hard work with things like iterators and getElementsBySelector. If anyone writes a port of this for jQuery or Moo tools, I will definitely put a link on the page.</description>
		<content:encoded><![CDATA[<p>I&#8217;m the author, and just wanted to make a couple of notes. This script doesn&#8217;t require scriptaculous, just prototype. I also aggree this script would definitely be a lot lighter weight if it didn&#8217;t require Prototype. But part of the reason it is so easy to write a script like this is because they have done the hard work with things like iterators and getElementsBySelector. If anyone writes a port of this for jQuery or Moo tools, I will definitely put a link on the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248271</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Fri, 16 Mar 2007 14:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248271</guid>
		<description>Eduo: its pretty simple to do what you are trying to do ...

Check out 

http://www.the-hardcore.net/events/

That can be modded to anything you want

/jester</description>
		<content:encoded><![CDATA[<p>Eduo: its pretty simple to do what you are trying to do &#8230;</p>
<p>Check out </p>
<p><a href="http://www.the-hardcore.net/events/" rel="nofollow">http://www.the-hardcore.net/events/</a></p>
<p>That can be modded to anything you want</p>
<p>/jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduo</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248264</link>
		<dc:creator>Eduo</dc:creator>
		<pubDate>Fri, 16 Mar 2007 13:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248264</guid>
		<description>Jester: Thanks. I saw it already. It doesn&#039;t have much to do with what I need (which is a combination of calendar/scheduler/task manager)</description>
		<content:encoded><![CDATA[<p>Jester: Thanks. I saw it already. It doesn&#8217;t have much to do with what I need (which is a combination of calendar/scheduler/task manager)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248259</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Fri, 16 Mar 2007 13:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248259</guid>
		<description>@Eduo: 

its all the same thing , its only database data or any other info ...

I just through this together earlier .. your welcome to use it as a reference point

http://www.recruitment-uk.co.uk/ruk/tabs.php

/Jester</description>
		<content:encoded><![CDATA[<p>@Eduo: </p>
<p>its all the same thing , its only database data or any other info &#8230;</p>
<p>I just through this together earlier .. your welcome to use it as a reference point</p>
<p><a href="http://www.recruitment-uk.co.uk/ruk/tabs.php" rel="nofollow">http://www.recruitment-uk.co.uk/ruk/tabs.php</a></p>
<p>/Jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduo</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248257</link>
		<dc:creator>Eduo</dc:creator>
		<pubDate>Fri, 16 Mar 2007 13:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248257</guid>
		<description>Jester: Forget it. I just realized you were doing a system to track vacant positions, not vacations (holidays). My mistake.</description>
		<content:encoded><![CDATA[<p>Jester: Forget it. I just realized you were doing a system to track vacant positions, not vacations (holidays). My mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduo</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248256</link>
		<dc:creator>Eduo</dc:creator>
		<pubDate>Fri, 16 Mar 2007 13:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248256</guid>
		<description>Jester: I&#039;m actually doing a vacancies (holidays) application right now for the business and I&#039;m interested in seeing what you&#039;ve done. Do you have a pointer of a demo for your app? I don&#039;t need to have the code, I&#039;m looking for ideas on how to implement it visually.</description>
		<content:encoded><![CDATA[<p>Jester: I&#8217;m actually doing a vacancies (holidays) application right now for the business and I&#8217;m interested in seeing what you&#8217;ve done. Do you have a pointer of a demo for your app? I don&#8217;t need to have the code, I&#8217;m looking for ideas on how to implement it visually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248255</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Fri, 16 Mar 2007 12:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248255</guid>
		<description>Negate that .. the code tags didnt work as i expected them to !!

/jester</description>
		<content:encoded><![CDATA[<p>Negate that .. the code tags didnt work as i expected them to !!</p>
<p>/jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248254</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Fri, 16 Mar 2007 12:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248254</guid>
		<description>Sorry meant to add code for example:
&lt;code&gt;
/* style /*
	.tabs_example ul.tabs {
		list-style:none;
 		margin:0;
		padding:0;
		clear:both;
				height:20px;
	}
	
	.tabs_example ul.tabs li {
		float:left;
		margin-right:5px;
	width:100px;
		text-align:center;
	}
	
	.tabs_example ul.tabs li a {
		display:block;
		height:20px;
		padding:0 3px 0 3px;
		background-color:#eee;
		color:#666;
	}
	
	.tabs_example ul.tabs li a:hover {
		color:#666;
	}
	
	.tabs_example ul.tabs li a.active {
		background-color:#ccc;
	}
	
	.tabs_example div {
		clear:both;
	}
&lt;/code&gt;

&lt;code&gt;


	
	
			
			  &lt;a&gt;&quot;&gt;Details&lt;/a&gt;
			

			  &lt;a&gt;&quot;&gt;Details&lt;/a&gt;
			

			  &lt;a&gt;&quot;&gt;Details&lt;/a&gt;
			

&quot;&gt;
		 Content for 1 

&quot;&gt;
		 Content for 3 

&quot;&gt;
		 Content for 3 



&lt;/code&gt;

Or something to that effect

/Jester</description>
		<content:encoded><![CDATA[<p>Sorry meant to add code for example:<br />
<code><br />
/* style /*<br />
	.tabs_example ul.tabs {<br />
		list-style:none;<br />
 		margin:0;<br />
		padding:0;<br />
		clear:both;<br />
				height:20px;<br />
	}</p>
<p>	.tabs_example ul.tabs li {<br />
		float:left;<br />
		margin-right:5px;<br />
	width:100px;<br />
		text-align:center;<br />
	}</p>
<p>	.tabs_example ul.tabs li a {<br />
		display:block;<br />
		height:20px;<br />
		padding:0 3px 0 3px;<br />
		background-color:#eee;<br />
		color:#666;<br />
	}</p>
<p>	.tabs_example ul.tabs li a:hover {<br />
		color:#666;<br />
	}</p>
<p>	.tabs_example ul.tabs li a.active {<br />
		background-color:#ccc;<br />
	}</p>
<p>	.tabs_example div {<br />
		clear:both;<br />
	}<br />
</code></p>
<p><code></p>
<p>			  <a>"&gt;Details</a></p>
<p>			  <a>"&gt;Details</a></p>
<p>			  <a>"&gt;Details</a></p>
<p>"&gt;<br />
		 Content for 1 </p>
<p>"&gt;<br />
		 Content for 3 </p>
<p>"&gt;<br />
		 Content for 3 </p>
<p></code></p>
<p>Or something to that effect</p>
<p>/Jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jester</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248253</link>
		<dc:creator>Jester</dc:creator>
		<pubDate>Fri, 16 Mar 2007 12:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248253</guid>
		<description>@digitarald:
It doesnt point at an id it points at a name and a class for the overall tabs_example div ... you can change the css from #tabs_example to .tabs_example and use class=&quot;tabs_example&quot; instead of using #tabs_example {} and id&#124;name=&quot;tabs_example&quot; this saves having to load relevent css styles for each element if you are usung a for / while / foreach loop to create the tabs and divs..
this is why i find it eacier than the other tabs systems that are available .. within a few minutes i managed to present multiple tabbed data.
/Jester</description>
		<content:encoded><![CDATA[<p>@digitarald:<br />
It doesnt point at an id it points at a name and a class for the overall tabs_example div &#8230; you can change the css from #tabs_example to .tabs_example and use class=&#8221;tabs_example&#8221; instead of using #tabs_example {} and id|name=&#8221;tabs_example&#8221; this saves having to load relevent css styles for each element if you are usung a for / while / foreach loop to create the tabs and divs..<br />
this is why i find it eacier than the other tabs systems that are available .. within a few minutes i managed to present multiple tabbed data.<br />
/Jester</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: annoyed</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248251</link>
		<dc:creator>annoyed</dc:creator>
		<pubDate>Fri, 16 Mar 2007 12:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248251</guid>
		<description>People who say &#039;isnt scriptaculous + whatever&#039; a bit much for tabs, don&#039;t understand you can build full web apps with these frameworks. If your page only had a tab and nothing else, then the framework wouldn&#039;t be justified, but come on.</description>
		<content:encoded><![CDATA[<p>People who say &#8216;isnt scriptaculous + whatever&#8217; a bit much for tabs, don&#8217;t understand you can build full web apps with these frameworks. If your page only had a tab and nothing else, then the framework wouldn&#8217;t be justified, but come on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitarald</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248249</link>
		<dc:creator>digitarald</dc:creator>
		<pubDate>Fri, 16 Mar 2007 11:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248249</guid>
		<description>Not very unobstrusive ... linking with hash (#segment) points to an element-id in xhtml, not the element-name.

Anyways, scriptaculous is not needed, like written here, its just prototype.

Greetz, a moo-guy</description>
		<content:encoded><![CDATA[<p>Not very unobstrusive &#8230; linking with hash (#segment) points to an element-id in xhtml, not the element-name.</p>
<p>Anyways, scriptaculous is not needed, like written here, its just prototype.</p>
<p>Greetz, a moo-guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Krawczyk</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248245</link>
		<dc:creator>Oskar Krawczyk</dc:creator>
		<pubDate>Fri, 16 Mar 2007 11:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248245</guid>
		<description>Proto/Scriptac for unobtrusive tabs, isn&#039;t that a bit overwhelming - re-inventing the wheel in the worst way. Just use DOMTab which is the best and the fastest solution here. Cheers</description>
		<content:encoded><![CDATA[<p>Proto/Scriptac for unobtrusive tabs, isn&#8217;t that a bit overwhelming &#8211; re-inventing the wheel in the worst way. Just use DOMTab which is the best and the fastest solution here. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webunity.nl</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248244</link>
		<dc:creator>Webunity.nl</dc:creator>
		<pubDate>Fri, 16 Mar 2007 11:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248244</guid>
		<description>Accessible, unobtrusive JavaScript tabs with jQuery:
http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/</description>
		<content:encoded><![CDATA[<p>Accessible, unobtrusive JavaScript tabs with jQuery:<br />
<a href="http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/" rel="nofollow">http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Plante</title>
		<link>http://ajaxian.com/archives/unobtrusive-control-tabs/comment-page-1#comment-248243</link>
		<dc:creator>Philip Plante</dc:creator>
		<pubDate>Fri, 16 Mar 2007 10:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2219#comment-248243</guid>
		<description>This is some nice code.  But I think I will stick with Fabtabulous for a while longer, its just a little bit nicer I think.

Still a nice snippet.</description>
		<content:encoded><![CDATA[<p>This is some nice code.  But I think I will stick with Fabtabulous for a while longer, its just a little bit nicer I think.</p>
<p>Still a nice snippet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

