<?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>Free Web Resources - Web Resources Depot &#187; Accordion</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/accordion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lightweight JavaScript Accordion Menu (Only 1KB)</title>
		<link>http://www.webresourcesdepot.com/lightweight-javascript-accordion-menu-only-1kb/</link>
		<comments>http://www.webresourcesdepot.com/lightweight-javascript-accordion-menu-only-1kb/#comments</comments>
		<pubDate>Mon, 26 May 2008 17:08:17 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Menu & Navigation]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[List]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=309</guid>
		<description><![CDATA[This is a lightweight (only 1kb), accordion type JavaScript horizontal menu that does not require any JavaScript frameworks.
It is very easy to setup as the script automatically adjusts to the number of elements in the accordion and the dimensions of the accordion.

How it works?

Create an unordered list like this:

&#60;ul id=&#34;sm&#34; class=&#34;sm&#34;&#62;
&#60;li&#62;&#60;img src=&#34;images/1.gif&#34; alt=&#34;&#34; /&#62;&#60;/li&#62;
&#60;li&#62;&#60;img src=&#34;images/2.gif&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a lightweight (only 1kb), <a target="_blank" href="http://www.leigeber.com/2008/05/horizontal-javascript-accordion-menu/"><b>accordion type JavaScript horizontal menu</b></a> that does not require any JavaScript frameworks.</p>
<p>It is very easy to setup as the script automatically adjusts to the number of elements in the <b>accordion</b> and the dimensions of the <b>accordion</b>.</p>
<p><a target="_blank" href="http://www.leigeber.com/2008/05/horizontal-javascript-accordion-menu/"><img width="459" height="100" alt="Accordion JavaScript Menu" src="http://www.webresourcesdepot.com/wp-content/uploads/image/accordion-javascript.gif" /></a></p>
<h3>How it works?</h3>
<ul>
<li>Create an unordered list like this:</li>
</ul>
<p><code>&lt;ul id=&quot;sm&quot; class=&quot;sm&quot;&gt;<br />
&lt;li&gt;&lt;img src=&quot;images/1.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;img src=&quot;images/2.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;img src=&quot;images/3.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;img src=&quot;images/4.gif&quot; alt=&quot;&quot; /&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<ul>
<li>Call the function below onload</li>
</ul>
<p><code>slideMenu.build('sm',200,10,10,1)&quot;&gt;</code></p>
<ul>
<li>That&#8217;s all.</li>
</ul>
<h3>Parameters:</h3>
<ul>
<li>First: id of the unordered list</li>
<li>Second: width of the accordion</li>
<li>Third: timeout variable to control how quickly the sliding function is called</li>
<li>Fourth: speed of the accordion with 1 being the fastest</li>
<li>Fifth: is the integer that corresponds to the section you would like to be expanded when the accordion is loaded (optional)</li>
</ul>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/accordion/" title="Accordion" rel="tag">Accordion</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/list/" title="List" rel="tag">List</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/createsmarter-and-good-looking-lists-using-smarter-lists/" title="Smarter And Good Looking Lists With Smart Lists (March 16, 2008)">Smarter And Good Looking Lists With Smart Lists</a></li>
	<li><a href="http://www.webresourcesdepot.com/simple-accordion-script/" title="Simple Accordion Script (December 29, 2007)">Simple Accordion Script</a></li>
	<li><a href="http://www.webresourcesdepot.com/practical-non-ajax-image-gallery-easyalbum/" title="Practical Non-Ajax Image Gallery: easyAlbum (April 29, 2008)">Practical Non-Ajax Image Gallery: easyAlbum</a></li>
	<li><a href="http://www.webresourcesdepot.com/zoom-script-with-a-smart-interface-tjpzoom/" title="Zoom Script With A Smart Interface: TJPzoom (September 4, 2008)">Zoom Script With A Smart Interface: TJPzoom</a></li>
	<li><a href="http://www.webresourcesdepot.com/yui-slideshow-customizable-and-animated-slideshows/" title="YUI Slideshow: Customizable And Animated Slideshows (August 12, 2009)">YUI Slideshow: Customizable And Animated Slideshows</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/lightweight-javascript-accordion-menu-only-1kb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tabbed Content Area With jQuery And CSS</title>
		<link>http://www.webresourcesdepot.com/tabbed-content-area-with-jquery-and-css/</link>
		<comments>http://www.webresourcesdepot.com/tabbed-content-area-with-jquery-and-css/#comments</comments>
		<pubDate>Tue, 13 May 2008 05:01:21 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Menu & Navigation]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=282</guid>
		<description><![CDATA[Tabbed content areas are a popular solution for the &#34;lots of content &#8211; few space&#34; problem.
Nettuts, a great tutorial website about web design &#38; development has a nice example of creating a tabbed content area with jQuery &#38; CSS.

When clicked to the tabs, content area switches to the new content with a slick accordion type [...]]]></description>
			<content:encoded><![CDATA[<p><b>Tabbed content areas</b> are a popular solution for the &quot;lots of content &#8211; few space&quot; problem.</p>
<p><a href="http://nettuts.com" target="_blank">Nettuts</a>, a great tutorial website about web design &amp; development has a nice example of <a href="http://nettuts.com/html-css-techniques/how-to-create-a-slick-tabbed-content-area/" target="_blank"><b>creating a tabbed content area with jQuery &amp; CSS</b></a>.</p>
<p><a href="http://nettuts.com/html-css-techniques/how-to-create-a-slick-tabbed-content-area/" target="_blank"><img width="300" height="258" src="http://www.webresourcesdepot.com/wp-content/uploads/image/javascript-tab-content.jpg" alt="JavaScript Tab Content" /></a></p>
<p>When clicked to the tabs, content area switches to the new content with a slick <b>accordion type effect</b>.</p>
<p>Besides getting the ready to use codes from the tutorial, you can see how every step of the project is completed.</p>
<p>Here is the <a href="http://nettuts.s3.amazonaws.com/001_Tabbed/site/jQuery.html" target="_blank">final demo of this <b>tabbed content area</b></a>.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/accordion/" title="Accordion" rel="tag">Accordion</a>, <a href="http://www.webresourcesdepot.com/tag/jquery/" title="jQuery" rel="tag">jQuery</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/winners-of-the-flowplayer-contest/" title="Winners Of The Flowplayer Contest (January 8, 2009)">Winners Of The Flowplayer Contest</a></li>
	<li><a href="http://www.webresourcesdepot.com/table-sorter-plugin-for-jquery-tablesorter/" title="Table Sorter Plugin For jQuery: tablesorter (May 14, 2008)">Table Sorter Plugin For jQuery: tablesorter</a></li>
	<li><a href="http://www.webresourcesdepot.com/smart-floating-banners/" title="Smart Floating Banners (June 23, 2008)">Smart Floating Banners</a></li>
	<li><a href="http://www.webresourcesdepot.com/sliding-top-menu-with-jquery/" title="Sliding Top Menu With jQuery (June 11, 2008)">Sliding Top Menu With jQuery</a></li>
	<li><a href="http://www.webresourcesdepot.com/slideshow-js-unobtrusive-javascript-slideshow/" title="Slideshow JS: Unobtrusive JavaScript Slideshow (May 16, 2009)">Slideshow JS: Unobtrusive JavaScript Slideshow</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/tabbed-content-area-with-jquery-and-css/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple Accordion Script</title>
		<link>http://www.webresourcesdepot.com/simple-accordion-script/</link>
		<comments>http://www.webresourcesdepot.com/simple-accordion-script/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 08:10:14 +0000</pubDate>
		<dc:creator>kayka</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[No License]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/simple-accordion-script/</guid>
		<description><![CDATA[Accordion navigations are very handy when you want to give information but have limited space.
This is one of the smallest accordion script which is extremely simple and easy to integrate. Doesn&#8217;t require any framework and fully cross-browser compatible.

Features:
- Small Accordion Javascript ( 1,149 bytes )
- Easy Integration.
- Doesn&#8217;t require any Framework.
- Can be used as [...]]]></description>
			<content:encoded><![CDATA[<p>Accordion navigations are very handy when you want to give information but have limited space.</p>
<p><a href="http://www.dezinerfolio.com/2007/07/19/simple-javascript-accordions/" target="_blank">This</a> is one of the <strong>smallest accordion script</strong> which is extremely simple and easy to integrate. Doesn&#8217;t require any framework and fully cross-browser compatible.</p>
<p><a target="_blank" href="http://www.dezinerfolio.com/2007/07/19/simple-javascript-accordions/"><img width="381" height="236" alt="Accordion Javascript" src="http://www.webresourcesdepot.com/wp-content/uploads/image/accordion-javascript.jpg" /></a></p>
<h3>Features:</h3>
<p>- Small Accordion Javascript ( 1,149 bytes )<br />
- Easy Integration.<br />
- Doesn&#8217;t require any Framework.<br />
- Can be used as a Tab system ( sample in the demo )<br />
- Fully Cross-Browser Compatible<br />
- Source Files Included.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/accordion/" title="Accordion" rel="tag">Accordion</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/lightweight-javascript-accordion-menu-only-1kb/" title="Lightweight JavaScript Accordion Menu (Only 1KB) (May 26, 2008)">Lightweight JavaScript Accordion Menu (Only 1KB)</a></li>
	<li><a href="http://www.webresourcesdepot.com/zoom-script-with-a-smart-interface-tjpzoom/" title="Zoom Script With A Smart Interface: TJPzoom (September 4, 2008)">Zoom Script With A Smart Interface: TJPzoom</a></li>
	<li><a href="http://www.webresourcesdepot.com/yui-slideshow-customizable-and-animated-slideshows/" title="YUI Slideshow: Customizable And Animated Slideshows (August 12, 2009)">YUI Slideshow: Customizable And Animated Slideshows</a></li>
	<li><a href="http://www.webresourcesdepot.com/wrap-content-around-images-jqslickwrap/" title="Wrap Content Around Images: jQSlickWrap (November 22, 2009)">Wrap Content Around Images: jQSlickWrap</a></li>
	<li><a href="http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/" title="What You See Is What You Ajax: WaveMaker (March 5, 2008)">What You See Is What You Ajax: WaveMaker</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/simple-accordion-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 12/37 queries in -4.556 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-15 23:00:32 -->