<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Codrops</title>
	
	<link>http://tympanus.net/codrops</link>
	<description>useful drops of code</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:25:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Codrops" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="codrops" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Codrops</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Collective: 43 Impressive and Fully Creative Hand Drawn Websites</title>
		<link>http://tympanus.net/codrops/2010/09/07/collective-43-impressive-and-fully-creative-hand-drawn-websites/</link>
		<comments>http://tympanus.net/codrops/2010/09/07/collective-43-impressive-and-fully-creative-hand-drawn-websites/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 08:25:29 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[hand-drawn]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2731</guid>
		<description><![CDATA[
			
				
			
		


We became familiar with Web 2.0 styled websites in the last few years but there are also trendy and unique designs.Hand-drawn style is getting more popular in design world and you can come across amazingly creative hand-drawn websites over the internet.
Source
http://designbeep.com/2010/08/14/43-impressive-and-fully-creative-hand-drawn-websites/

 



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F07%2Fcollective-43-impressive-and-fully-creative-hand-drawn-websites%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F07%2Fcollective-43-impressive-and-fully-creative-hand-drawn-websites%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://designbeep.com/2010/08/14/43-impressive-and-fully-creative-hand-drawn-websites/"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/09/hand-drawn-websites.jpg" alt="" title="hand-drawn-websites" width="540" height="263" class="aligncenter size-full wp-image-2732" /></a></p>
<p>We became familiar with Web 2.0 styled websites in the last few years but there are also trendy and unique designs.Hand-drawn style is getting more popular in design world and you can come across amazingly creative hand-drawn websites over the internet.</p>
<h3>Source</h3>
<p><a href="http://designbeep.com/2010/08/14/43-impressive-and-fully-creative-hand-drawn-websites/" target="_blank">http://designbeep.com/2010/08/14/43-impressive-and-fully-creative-hand-drawn-websites/</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/09/07/collective-43-impressive-and-fully-creative-hand-drawn-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collective: jQuery Custom Content Scroller</title>
		<link>http://tympanus.net/codrops/2010/09/07/collective-jquery-custom-content-scroller/</link>
		<comments>http://tympanus.net/codrops/2010/09/07/collective-jquery-custom-content-scroller/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 08:04:35 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mousewheel]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2727</guid>
		<description><![CDATA[
			
				
			
		


A custom content scroller created with jquery and css that supports mousewheel, scroll easing and has a fully customizable scrollbar. Fully customizable through css and easy to configure.
Source
http://manos.malihu.gr/jquery-custom-content-scroller
Demo
http://manos.malihu.gr/tuts/jquery_custom_scrollbar_vertical.html

 



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F07%2Fcollective-jquery-custom-content-scroller%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F07%2Fcollective-jquery-custom-content-scroller%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://manos.malihu.gr/jquery-custom-content-scroller"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/09/scrollbar.jpg" alt="" title="scrollbar" width="580" height="350" class="aligncenter size-full wp-image-2728" /></a></p>
<p>A custom content scroller created with jquery and css that supports mousewheel, scroll easing and has a fully customizable scrollbar. Fully customizable through css and easy to configure.</p>
<h3>Source</h3>
<p><a href="http://manos.malihu.gr/jquery-custom-content-scroller" target="_blank">http://manos.malihu.gr/jquery-custom-content-scroller</a></p>
<h3>Demo</h3>
<p><a href="http://manos.malihu.gr/tuts/jquery_custom_scrollbar_vertical.html" target="_blank">http://manos.malihu.gr/tuts/jquery_custom_scrollbar_vertical.html</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/09/07/collective-jquery-custom-content-scroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collapsing Site Navigation with jQuery</title>
		<link>http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/</link>
		<comments>http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 15:58:26 +0000</pubDate>
		<dc:creator>Mary Lou</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[sliding]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2717</guid>
		<description><![CDATA[
			
				
			
		

View demoDownload source
Today we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the bottom. Clicking on one of the submenu items will make the whole menu collapse like [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F06%2Fcollapsing-site-navigation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F06%2Fcollapsing-site-navigation%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/" target="_blank"><img class="aligncenter size-full wp-image-2723" title="collapsingsitenavigation" src="http://tympanus.net/codrops/wp-content/uploads/2010/09/collapsingsitenavigation.jpg" alt="" width="580" height="315" /></a></p>
<p><a class="demo" href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/CollapsingSiteNavigation.zip">Download source</a></p>
<p>Today we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the bottom. Clicking on one of the submenu items will make the whole menu collapse like a card deck and the respective content area will slide out.</p>
<p>The beautiful fashion photos are taken from <a href="http://www.flickr.com/photos/parisbeyrouth" target="_blank">Beyrouth&#8217;s photostream on flickr</a>. The specific set can be found <a href="http://www.flickr.com/photos/parisbeyrouth/sets/72157624331735811/" target="_blank">here</a>.</p>
<p>So, let&#8217;s get started!</p>
<h3>The Markup</h3>
<p>Our HTML will consist of a main container with the class and id &#8220;cc_menu&#8221;. Here we will place all our vertical menu items and the main content div:</p>
<pre class="brush:xml">&lt;div id="cc_menu" class="cc_menu"&gt;
	&lt;div class="cc_item" style="z-index:5;"&gt;
		&lt;img src="images/1.jpg" alt="image" /&gt;
		&lt;span class="cc_title"&gt;Collection&lt;/span&gt;
		&lt;div class="cc_submenu"&gt;
			&lt;ul&gt;
				&lt;li class="cc_content_1"&gt;Winter 2010&lt;/li&gt;
				&lt;li class="cc_content_2"&gt;Spring 2011&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="cc_item" style="z-index:4;"&gt;
		&lt;img src="images/2.jpg" alt="image" /&gt;
		&lt;span class="cc_title"&gt;Stores&lt;/span&gt;
		&lt;div class="cc_submenu"&gt;
			&lt;ul&gt;
				&lt;li class="cc_content_3"&gt;Milano&lt;/li&gt;
				&lt;li class="cc_content_4"&gt;Paris&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	...
	&lt;div id="cc_content" class="cc_content"&gt;
		&lt;span id="cc_back" class="cc_back"&gt;&lt;&lt; Go back&lt;/span&gt;
		&lt;div class="cc_content_1"&gt;
			&lt;h1&gt;Winter 2010&lt;/h1&gt;
			&lt;p&gt;Some content&lt;/p&gt;
		&lt;/div&gt;
		&lt;div class="cc_content_2"&gt;
			&lt;h1&gt;Spring 2011&lt;/h1&gt;
			&lt;p&gt;Some content&lt;/p&gt;
		&lt;/div&gt;
		...
	&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>The first item will get a z-index of 5 and then we will decrease the z-index for the next items. This will make the last item be in the lowest layer. We do this in order to create the card deck collapsing effect.</p>
<p>Each submenu item will share its class with the respective content div. Like that we can make the right content div appear whenever we click on a submenu item.</p>
<p>Let&#8217;s take a look at the styling.</p>
<h3>The CSS</h3>
<p>Our main div that surrounds everything will have the following style:</p>
<pre class="brush:css">.cc_menu{
	width:700px; /*140px * 5*/
	height:600px;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
</pre>
<p>The width of this container is the sum of all the item widths which is 5 times 140 pixels.</p>
<p>The style of each navigation item will be the following:</p>
<pre class="brush:css">.cc_item{
	text-align:center;
	width:140px;
	height:600px;
	float:left;
	border-bottom:1px solid #000;
	background:#444 url(../images/bg.png) repeat top left;
	position:relative;
	-moz-box-shadow:3px -3px 10px #000;
	-webkit-box-shadow:3px -3px 10px #000;
	box-shadow:3px -3px 10px #000;
}
</pre>
<p>We will give each item a box shadow so that the layering becomes visible. (That does not work in IE yet, so you will have to add a border or some other background image that enhances this.)</p>
<p>The title in each menu element will have a dark background with a subtle shadow around:</p>
<pre class="brush:css">span.cc_title{
	color:#fff;
	font-size:16px;
	top:200px;
	left:5px;
	position:absolute;
	padding:3px 0px;
	background:#111;
	width:130px;
	display:block;
	z-index:11;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
</pre>
<p>The submenu list will be styled as follows:</p>
<pre class="brush:css">.cc_submenu ul{
	list-style:none;
	width:140px;
	margin:0;
	padding:0;
	height:0px; /*increase to 200px to slide up*/
	overflow:hidden;
	text-align:left;
	background:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0.7;
	z-index:13;
}
</pre>
<p>We will position the list at the bottom of the item and give it a height of 0 pixel. We will then increase the height to 200 pixels for it to slide up from the bottom.</p>
<p>The list elements of the submenu list will have the following style:</p>
<pre class="brush:css">.cc_submenu ul li{
	color:#ddd;
	cursor:pointer;
	padding:10px;
}
</pre>
<p>The image that will slide in from the top will be positioned negatively, meaning that we will hide it at the top of the item and the page:</p>
<pre class="brush:css">.cc_item img{
	position:absolute;
	width:140px;
	height:600px;
	top:-600px;
	left:0px;
}
</pre>
<p>In our JavaScript function we will make it slide down from the top by animating the top value to 0px.</p>
<p>The div that surrounds all the contents will also be hidden to the left of the page by setting the left value to -700 pixels:</p>
<pre class="brush:css">.cc_content{
	width:600px;
	height:600px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-700px;
	background:#444 url(../images/bg.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0 7px #000;
	-webkit-box-shadow:4px 0 7px #000;
	box-shadow:4px 0 7px #000;
}
</pre>
<p>The single content divs will have the following style:</p>
<pre class="brush:css">.cc_content div{
	display:none;
	margin:20px;
}
</pre>
<p>We will give each paragraph the following style:</p>
<pre class="brush:css">.cc_content p{
	background:#000;
	padding:20px;
	opacity:0.7;
}
</pre>
<p>And finally, we will position the back span at the bottom right of the content container:</p>
<pre class="brush:css">span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ddd;
}
</pre>
<p>And that was the style. Now, let&#8217;s take a look at the JavaScript magic.</p>
<h3>The JavaScript</h3>
<p>We will have several function taking care of the behavior of our navigation. Whenever we hover a menu item, we want the image to slide in from the top and the submenu to slide in from the bottom. And, of course, when we leave an item, we want the reverse to happen. The functions <strong>m_enter</strong> and <strong>m_leave</strong> take care of that behavior.<br />
The function <strong>fold</strong> will make the menu collapse once a submenu item is clicked. The initial position is recovered by the function <strong>unfold</strong>.<br />
The two functions showContent and hideContent take care of the respective content appearing and disappearing.</p>
<p>In our main jQuery function we will start by defining some variables:</p>
<pre class="brush:js">//all the menu items
var $items 		= $('#cc_menu .cc_item');
//number of menu items
var cnt_items	= $items.length;
//if menu is expanded then folded is true
var folded		= false;
//timeout to trigger the mouseenter event on the menu items
var menu_time;
</pre>
<p>Now we will bind the mouseenter and the mouseleave to each item. We will also bind the click event to list elements in the submenu:</p>
<pre class="brush:js">$items.unbind('mouseenter')
	  .bind('mouseenter',m_enter)
	  .unbind('mouseleave')
	  .bind('mouseleave',m_leave)
	  .find('.cc_submenu &gt; ul &gt; li')
	  .bind('click',function(){
	var $li_e = $(this);
		  //if the menu is already folded,
		  //just replace the content
	if(folded){
		hideContent();
		showContent($li_e.attr('class'));
	}
		  else //fold and show the content
		fold($li_e);
});
</pre>
<p>In the following we will define the <strong>m_enter</strong> function:</p>
<pre class="brush:js">function m_enter(){
	var $this 	= $(this);
	clearTimeout(menu_time);
	menu_time 	= setTimeout(function(){
	//img
	$this.find('img').stop().animate({'top':'0px'},400);
	//cc_submenu ul
	$this.find('.cc_submenu &gt; ul').stop().animate({'height':'200px'},400);
	},200);
}
</pre>
<p>The timeout is used to prevent this event to trigger if the user moves the mouse with a considerable speed through the menu items.</p>
<p>The <strong>m_leave</strong> function is defined as follows:</p>
<pre class="brush:js">function m_leave(){
	var $this = $(this);
	clearTimeout(menu_time);
	//img
	$this.find('img').stop().animate({'top':'-600px'},400);
	//cc_submenu ul
	$this.find('.cc_submenu &gt; ul').stop().animate({'height':'0px'},400);
}
</pre>
<p>When clicking on the back span, we want the <strong>unfold</strong> function to trigger:</p>
<pre class="brush:js">$('#cc_back').bind('click',unfold);
</pre>
<p>The <strong>fold</strong> function will show only the menu column of the chosen submenu and make all the other items animate to the left by setting the margin to -140 pixels:</p>
<pre class="brush:js">function fold($li_e){
	var $item		= $li_e.closest('.cc_item');

	var d = 100;
	var step = 0;
	$items.unbind('mouseenter mouseleave');
	$items.not($item).each(function(){
		var $item = $(this);
		$item.stop().animate({
			'marginLeft':'-140px'
		},d += 200,function(){
			++step;
			if(step == cnt_items-1){
				folded = true;
				showContent($li_e.attr('class'));
			}
		});
	});
}
</pre>
<p>The unfold function shows all the menu items and also hides any item&#8217;s image and submenu that might be displayed:</p>
<pre class="brush:js">function unfold(){
	$('#cc_content').stop().animate({'left':'-700px'},600,function(){
		var d = 100;
		var step = 0;
	$items.each(function(){
			var $item = $(this);

			$item.find('img')
				 .stop()
				 .animate({'top':'-600px'},200)
				 .andSelf()
				 .find('.cc_submenu &gt; ul')
				 .stop()
				 .animate({'height':'0px'},200);

			$item.stop().animate({
			'marginLeft':'0px'
			},d += 200,function(){
				++step;
				if(step == cnt_items-1){
					folded = false;
					$items.unbind('mouseenter')
						  .bind('mouseenter',m_enter)
						  .unbind('mouseleave')
						  .bind('mouseleave',m_leave);

					hideContent();
				}
			});
		});
	});
}
</pre>
<p>The function to show the content will animate our content container to the right by setting the left value to 140 pixels. It will also fade in the respective content:</p>
<pre class="brush:js">function showContent(idx){
	$('#cc_content').stop().animate({'left':'140px'},200,function(){
		$(this).find('.'+idx).fadeIn();
	});
}
</pre>
<p>And finally, the function to hide the content:</p>
<pre class="brush:js">function hideContent(){
	$('#cc_content').find('div').hide();
}
</pre>
<p>To cufonize the font in our menu, we will simply add these lines to the head of our HTML:</p>
<pre class="brush:xml">&lt;script src="js/cufon-yui.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="js/Liberation_Sans.font.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
	Cufon.replace('span');
	Cufon.replace('li');
	Cufon.replace('h1');
	Cufon.replace('p');
&lt;/script&gt;
</pre>
<p>We will be using the font Liberation Sans which you can also find <a href="http://www.fontsquirrel.com/fonts/Liberation-Sans" target="_blank">here</a>.</p>
<p>And that&#8217;s all! We hope you enjoyed this tutorial and find it useful!</p>
<p><a class="demo" href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/Tutorials/CollapsingSiteNavigation/CollapsingSiteNavigation.zip">Download source</a></p>
<div class="googlead"> <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>


<div class="shr-bookmarks shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Collapsing+Site+Navigation+with+jQuery+-+http://tinyurl.com/2b3zbje+via+%40codrops&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery&amp;description=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery&amp;srcUrl=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;srcTitle=Collapsing+Site+Navigation+with+jQuery&amp;snippet=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Collapsing+Site+Navigation+with+jQuery&amp;body=Link: http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;t=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery&amp;summary=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh&amp;source=Codrops" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery&amp;body=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery&amp;body=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Collapsing+Site+Navigation+with+jQuery&amp;link=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Collapsing+Site+Navigation+with+jQuery&quot;+-+from+http://tinyurl.com/2b3zbje" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;bm_description=Collapsing+Site+Navigation+with+jQuery&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Collapsing+Site+Navigation+with+jQuery+-+http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F09%2F06%2Fcollapsing-site-navigation%2F&amp;t=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;title=Collapsing+Site+Navigation+with+jQuery" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/&amp;submitHeadline=Collapsing+Site+Navigation+with+jQuery&amp;submitSummary=%0D%0A%0D%0AView%20demoDownload%20source%0D%0A%0D%0AToday%20we%20will%20create%20a%20collapsing%20menu%20that%20contains%20vertical%20navigation%20bars%20and%20a%20slide%20out%20content%20area.%20When%20hovering%20over%20a%20menu%20item%2C%20an%20image%20slides%20down%20from%20the%20top%20and%20a%20submenu%20slides%20up%20from%20the%20bottom.%20Clicking%20on%20one%20of%20the%20submenu%20items%20will%20make%20the%20wh&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/09/06/collapsing-site-navigation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Collective: Poshy Tip – jQuery Plugin for Stylish Tooltips</title>
		<link>http://tympanus.net/codrops/2010/07/31/collective-poshy-tip-jquery-plugin-for-stylish-tooltips/</link>
		<comments>http://tympanus.net/codrops/2010/07/31/collective-poshy-tip-jquery-plugin-for-stylish-tooltips/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 13:01:24 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2713</guid>
		<description><![CDATA[
			
				
			
		


I almost hear you asking &#8211; why another jQuery tooltip plugin? Well, I actually never planned creating this plugin until I reached the final stages of designing this website and decided to add some pretty tooltips. So I started looking for a tooltip plugin that allows easily creating stylish tooltips and also includes the most [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F31%2Fcollective-poshy-tip-jquery-plugin-for-stylish-tooltips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F31%2Fcollective-poshy-tip-jquery-plugin-for-stylish-tooltips%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://vadikom.com/tools/poshy-tip-jquery-plugin-for-stylish-tooltips/"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/07/Poshy.gif" alt="" title="Poshy" width="580" height="260" class="aligncenter size-full wp-image-2714" /></a></p>
<p>I almost hear you asking &#8211; why another jQuery tooltip plugin? Well, I actually never planned creating this plugin until I reached the final stages of designing this website and decided to add some pretty tooltips. So I started looking for a tooltip plugin that allows easily creating stylish tooltips and also includes the most useful features for such a script. However, I wasn&#8217;t pleased with the results I found so I ended up writing a completely new plugin and am now making it available for all.</p>
<h3>Source</h3>
<p><a href="http://vadikom.com/tools/poshy-tip-jquery-plugin-for-stylish-tooltips/" target="_blank">http://vadikom.com/tools/poshy-tip-jquery-plugin-for-stylish-tooltips/</a></p>
<h3>Demo</h3>
<p><a href="http://vadikom.com/demos/poshytip/" target="_blank">http://vadikom.com/demos/poshytip/</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/31/collective-poshy-tip-jquery-plugin-for-stylish-tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collective: InputNotes jQuery Plugin</title>
		<link>http://tympanus.net/codrops/2010/07/31/collective-inputnotes-jquery-plugin/</link>
		<comments>http://tympanus.net/codrops/2010/07/31/collective-inputnotes-jquery-plugin/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:55:15 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2709</guid>
		<description><![CDATA[
			
				
			
		


A jQuery plugin to add notes below textareas and input fields based on regex patterns.
Type something. As soon as you type a number, a note will be added below the textarea. If you type &#8220;sex&#8221;, a warning will be shown.
You can use it for everything that has values, so for example a text inputfield will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F31%2Fcollective-inputnotes-jquery-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F31%2Fcollective-inputnotes-jquery-plugin%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://fredibach.ch/jquery-plugins/inputnotes.php"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/07/InputNotes-.gif" alt="" title="InputNotes" width="580" height="232" class="aligncenter size-full wp-image-2710" /></a></p>
<p>A jQuery plugin to add notes below textareas and input fields based on regex patterns.<br />
Type something. As soon as you type a number, a note will be added below the textarea. If you type &#8220;sex&#8221;, a warning will be shown.<br />
You can use it for everything that has values, so for example a text inputfield will do it as well.<br />
The patterns are normal JavaScript regex patterns and you are free to create and style any type of notes and note texts as you want. Note texts can contain HTML, no problem.</p>
<h3>Source</h3>
<p><a href="http://fredibach.ch/jquery-plugins/inputnotes.php" target="_blank">http://fredibach.ch/jquery-plugins/inputnotes.php</a></p>
<h3>Demo</h3>
<p><a href="http://fredibach.ch/jquery-plugins/inputnotes.php#demo" target="_blank">http://fredibach.ch/jquery-plugins/inputnotes.php#demo</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/31/collective-inputnotes-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collective: mediaelement.js, HTML5 video and audio</title>
		<link>http://tympanus.net/codrops/2010/07/30/collective-mediaelement-js-html5-video-and-audio/</link>
		<comments>http://tympanus.net/codrops/2010/07/30/collective-mediaelement-js-html5-video-and-audio/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:12:48 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2703</guid>
		<description><![CDATA[
			
				
			
		


HTML5 video and audio with H.264, FLV, WMV, or MP3 on any browser.
Source
http://mediaelementjs.com/
Demo
http://mediaelementjs.com/

 



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-mediaelement-js-html5-video-and-audio%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-mediaelement-js-html5-video-and-audio%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://mediaelementjs.com/"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/07/mediaelement.gif" alt="" title="mediaelement" width="580" height="360" class="aligncenter size-full wp-image-2704" /></a></p>
<p>HTML5 video and audio with H.264, FLV, WMV, or MP3 on any browser.</p>
<h3>Source</h3>
<p><a href="http://mediaelementjs.com/" target="_blank">http://mediaelementjs.com/</a></p>
<h3>Demo</h3>
<p><a href="http://mediaelementjs.com/" target="_blank">http://mediaelementjs.com/</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/30/collective-mediaelement-js-html5-video-and-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collective: TopUp, a JavaScript Pop Up / Lightbox</title>
		<link>http://tympanus.net/codrops/2010/07/30/collective-topup-a-javascript-pop-up-lightbox/</link>
		<comments>http://tympanus.net/codrops/2010/07/30/collective-topup-a-javascript-pop-up-lightbox/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 10:04:38 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2699</guid>
		<description><![CDATA[
			
				
			
		


What is TopUp?
TopUp is an easy to use Javascript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness.
Source
http://gettopup.com/
Demo
http://gettopup.com/demo

 



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-topup-a-javascript-pop-up-lightbox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-topup-a-javascript-pop-up-lightbox%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://gettopup.com/"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/07/topup.gif" alt="" title="topup" width="580" height="377" class="aligncenter size-full wp-image-2700" /></a></p>
<p>What is TopUp?<br />
TopUp is an easy to use Javascript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness.</p>
<h3>Source</h3>
<p><a href="http://gettopup.com/" target="_blank">http://gettopup.com/</a></p>
<h3>Demo</h3>
<p><a href="http://gettopup.com/demo" target="_blank">http://gettopup.com/demo</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/30/collective-topup-a-javascript-pop-up-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collective: jquery thumbnail scroller</title>
		<link>http://tympanus.net/codrops/2010/07/30/collective-jquery-thumbnail-scroller/</link>
		<comments>http://tympanus.net/codrops/2010/07/30/collective-jquery-thumbnail-scroller/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:56:58 +0000</pubDate>
		<dc:creator>Community</dc:creator>
				<category><![CDATA[Collective]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2695</guid>
		<description><![CDATA[
			
				
			
		


A cool jquery/css thumbnail scroller inspired by the ones made in Flash. It works on mouse over and it’s simple to configure and easy to style through css.
Source
http://manos.malihu.gr/jquery-thumbnail-scroller
Demo
http://manos.malihu.gr/tuts/jquery_thumbnail_scroller_horizontal_full.html

 



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-jquery-thumbnail-scroller%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F30%2Fcollective-jquery-thumbnail-scroller%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<!-- Digg Digg Disabled -->
<p><a href="http://manos.malihu.gr/jquery-thumbnail-scroller"><img src="http://tympanus.net/codrops/wp-content/uploads/2010/07/scroller.gif" alt="" title="scroller" width="580" height="243" class="aligncenter size-full wp-image-2696" /></a></p>
<p>A cool jquery/css thumbnail scroller inspired by the ones made in Flash. It works on mouse over and it’s simple to configure and easy to style through css.</p>
<h3>Source</h3>
<p><a href="http://manos.malihu.gr/jquery-thumbnail-scroller" target="_blank">http://manos.malihu.gr/jquery-thumbnail-scroller</a></p>
<h3>Demo</h3>
<p><a href="http://manos.malihu.gr/tuts/jquery_thumbnail_scroller_horizontal_full.html" target="_blank">http://manos.malihu.gr/tuts/jquery_thumbnail_scroller_horizontal_full.html</a></p>
<div style="margin-bottom:100px;"></div>
 <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/30/collective-jquery-thumbnail-scroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thumbnails Navigation Gallery with jQuery</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/</link>
		<comments>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 22:26:17 +0000</pubDate>
		<dc:creator>Mary Lou</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[scrollable]]></category>
		<category><![CDATA[sliding]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668</guid>
		<description><![CDATA[
			
				
			
		

View demoDownload source
In this tutorial we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have a menu of albums where each item will reveal a horizontal bar with thumbnails [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F29%2Fthumbnails-navigation-gallery%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F29%2Fthumbnails-navigation-gallery%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/" target="_blank"><img class="aligncenter size-full wp-image-2683" title="thumbnailsnavigation" src="http://tympanus.net/codrops/wp-content/uploads/2010/07/thumbnailsnavigation.jpg" alt="" width="580" height="315" /></a><br />
<a class="demo" href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/ThumbnailsNavigationGallery.zip">Download source</a></p>
<p>In this tutorial we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are going to use jQuery and some CSS3 properties for the style. The main idea is to have a menu of albums where each item will reveal a horizontal bar with thumbnails when clicked. The thumbnails container will scroll automatically when the user moves the mouse to the left or right.</p>
<p>When a thumbnail is clicked it will be loaded as a full image preview in the background of the page. We will also have a text container for one of the menu items.</p>
<p>The beautiful photos are from <a href="http://www.flickr.com/photos/markjsebastian/">Mark Sebastian&#8217;s photostream on Flickr</a>. You can find all the images used in the demo in the set <a href="http://www.flickr.com/photos/markjsebastian/sets/72157594223783465/">The &#8220;IT&#8221; Factor</a>. Please review the Creative Commons license that is included in the demo.</p>
<p>So, let&#8217;s get started!</p>
<h3>The Markup</h3>
<p>Our HTML is mainly going to consist of a wrapper and the menu list. We will have some other elements, like the full image, the loading div and the halftone overlay. First, let&#8217;s create the wrapper:</p>
<pre class="brush:xml">&lt;div id="st_main" class="st_main"&gt;

&lt;/div&gt;
</pre>
<p>Inside of our wrapper we will add the following:</p>
<pre class="brush:xml">&lt;img src="images/album/1.jpg" alt="" class="st_preview" style="display:none;"/&gt;

&lt;div class="st_overlay"&gt;&lt;/div&gt;

&lt;h1&gt;Mark Sebastian&lt;/h1&gt;

&lt;div id="st_loading" class="st_loading"&gt;
	&lt;span&gt;Loading...&lt;/span&gt;
&lt;/div&gt;
</pre>
<p>The first element is our full preview image. The overlay is going to be a fixed div which will stretch over the whole screen repeating a halftone pattern to create a fancy overlay effect on the image. We also add a title and a loading div.</p>
<p>We then add an unordered list where each li element is going to contain a span for its title and the thumbnails wrapper. The last li element is going to contain some wrapper for text, that&#8217;s why we will not give it the class &#8220;album&#8221;. Later, in the jQuery function we will need to distinguish that.</p>
<pre class="brush:xml">&lt;ul id="st_nav" class="st_navigation"&gt;
	&lt;li class="album"&gt;
		&lt;span class="st_link"&gt;
			Newest Collection
			&lt;span class="st_arrow_down"&gt;&lt;/span&gt;
		&lt;/span&gt;
		&lt;div class="st_wrapper st_thumbs_wrapper"&gt;
			&lt;div class="st_thumbs"&gt;
				&lt;img src="images/album/thumbs/1.jpg" alt="images/album/1.jpg"/&gt;
				&lt;img src="images/album/thumbs/2.jpg" alt="images/album/2.jpg"/&gt;
				...
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/li&gt;
	...
	&lt;li&gt;
		&lt;span class="st_link"&gt;
			About
			&lt;span class="st_arrow_down"&gt;&lt;/span&gt;
		&lt;/span&gt;
		&lt;div class="st_about st_thumbs_wrapper"&gt;
			&lt;div class="st_subcontent"&gt;
				&lt;p&gt;
					Some description
				&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</pre>
<p>The thumbnail images get the alt value of the path to the full size image. That might not be the proper use of the alt attribute, but it&#8217;s just so convenient for our functionality that we will use it this way.</p>
<p>Let&#8217;s take a look at the style.</p>
<h3>The CSS</h3>
<p>First, let&#8217;s reset the paddings and margins for all elements and define the general styles:</p>
<pre class="brush:css">*{
	margin:0;
	padding:0;
}
body{
	font-family:"Myriad Pro","Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	background-color:#000;
	overflow:hidden;
}
h1{
	margin:20px;
	font-size:40px;
}
</pre>
<p>Making the body overflow hidden we avoid any scroll bar appearing, but you can adapt that to your needs. I.e. if it is important that the full sized image is completely viewable by the user, you might want to remove the overflow:hidden property.</p>
<p>Next, we will define the style for the full size image, the overlay and the loading div:</p>
<pre class="brush:css">.st_main img.st_preview{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
.st_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat-x bottom left;
	opacity:0.3;
}
.st_loading{
	position:fixed;
	top:10px;
	right:0px;
	background:#000 url(../images/icons/loader.gif) no-repeat 10px 50%;
	padding:15px 40px 15px 60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	opacity:0.6;
}
</pre>
<p>By setting the image width to be always 100%, we make sure that it occupies all the horizontal space on the page. For very large screens the image might look pixelated which can, of course, be avoided by using gigantic images. In our demo we use a maximum width of 1600 pixel to make the loading time bearable. The halftone pattern on top of the image helps a little to disguise a pixelated effect.</p>
<p>Please note that whenever opacity is used, the IE filter property needs to be used if you want to achieve semi-transparent effects in IE. The overlay looks like crap if you use the filter property, though. Check out the ZIP file, I added the IE DXImageTransform filter to the respective styles.</p>
<p>The navigation will be positioned absolutely:</p>
<pre class="brush:css">ul.st_navigation{
	position:absolute;
	width:100%;
	top:140px;
	left:-300px;
	list-style:none;
}
</pre>
<p>The initial left value is set to -300 pixel because we want to slide it in only after our full image is loaded. If you use longer titles in the list items, you might need to adapt this value.</p>
<p>Our list elements are going to have the following style:</p>
<pre class="brush:css">ul.st_navigation li {
	float:left;
	clear:both;
	margin-bottom:8px;
	position:relative;
	width:100%;
}
</pre>
<p>The span for the title will be styled as follows:</p>
<pre class="brush:css">ul.st_navigation li span.st_link{
	background-color:#000;
	float:left;
	position:relative;
	line-height:50px;
	padding:0px 20px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
</pre>
<p>Next, we define the style for the spans with the up/down arrow for opening and closing the thumbnail container:</p>
<pre class="brush:css">
ul.st_navigation li span.st_arrow_down,
ul.st_navigation li span.st_arrow_up{
	position:absolute;
	margin-left:15px;
	width:40px;
	height:50px;
	cursor:pointer;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
ul.st_navigation li span.st_arrow_down{
	background:#000 url(../images/icons/down.png) no-repeat center center;
}
ul.st_navigation li span.st_arrow_up{
	background:#000 url(../images/icons/up.png) no-repeat center center;
}
</pre>
<p>The wrapper for the thumbnail container will be positioned absolutely and we want to hide any vertical overflow:</p>
<pre class="brush:css">.st_wrapper{
	display:none;
	position: absolute;
    width:100%;
    height:126px;
    overflow-y:hidden;
	top:50px;
    left:0px;
}
</pre>
<p>Although the thumbs are only 120 pixels high, we want to leave some space so that the box shadow of the images inside will not be cut away.<br />
The thumbnails container will simply be styled as follows:</p>
<pre class="brush:css">.st_thumbs{
    height:126px;
    margin: 0;
}
</pre>
<p>The thumbnails will have a neat box shadow and some spacing:</p>
<pre class="brush:css">.st_thumbs img{
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.7;
}
</pre>
<p>The st_about class is the wrapper class for the text container:</p>
<pre class="brush:css">.st_about{
	display:none;
	position:absolute;
	top:50px;
    left:0px;
	opacity:0.6;
}
</pre>
<p>And, finally the text container itself:</p>
<pre class="brush:css">.st_subcontent{
	background:#000;
	padding:30px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
</pre>
<p>And that&#8217;s all the style! Let&#8217;s make some magic!</p>
<h3>The JavaScript</h3>
<p>In our jQuery function we will first define some variables:</p>
<pre class="brush:js">//the loading image
var $loader		= $('#st_loading');
//the ul element
var $list		= $('#st_nav');
//the current image being shown
var $currImage 	= $('#st_main').children('img:first');
</pre>
<p>The first thing that we want to do is to load the current full size image. After it&#8217;s loaded, we want the navigation to appear:</p>
<pre class="brush:js">$('&lt;img&gt;').load(function(){
	$loader.hide();
	$currImage.fadeIn(3000);
	//slide out the menu
	setTimeout(function(){
		$list.animate({'left':'0px'},500);
	},
	1000);
}).attr('src',$currImage.attr('src'));
</pre>
<p>The buildThumbs() function calculates the widths of all the thumbnail containers. We need that value for the automatic scrolling function later on:</p>
<pre class="brush:js">buildThumbs();

function buildThumbs(){
	$list.children('li.album').each(function(){
		var $elem 			= $(this);
		var $thumbs_wrapper = $elem.find('.st_thumbs_wrapper');
		var $thumbs 		= $thumbs_wrapper.children(':first');
		//each thumb has 180px and we add 3 of margin
		var finalW 			= $thumbs.find('img').length * 183;
		$thumbs.css('width',finalW + 'px');
		//make this element scrollable
		makeScrollable($thumbs_wrapper,$thumbs);
	});
}
</pre>
<p>Next, we define the behavior of clicking on the arrows. If it&#8217;s down, we will expand the thumbnail container and hide any other. If it&#8217;s up, we will make the current container hide again.</p>
<pre class="brush:js">$list.find('.st_arrow_down').live('click',function(){
	var $this = $(this);
	hideThumbs();
	$this.addClass('st_arrow_up').removeClass('st_arrow_down');
	var $elem = $this.closest('li');
	$elem.addClass('current').animate({'height':'170px'},200);
	var $thumbs_wrapper = $this.parent().next();
	$thumbs_wrapper.show(200);
});
$list.find('.st_arrow_up').live('click',function(){
	var $this = $(this);
	$this.addClass('st_arrow_down').removeClass('st_arrow_up');
	hideThumbs();
});
</pre>
<p>Before we define the hideThumbs() function, we specify what happens when clicking on a thumb. The full size image will show and while it&#8217;s loading we will make the loading div appear. Then we animate the opacity and fade the image in:</p>
<pre class="brush:js">$list.find('.st_thumbs img').bind('click',function(){
	var $this = $(this);
	$loader.show();
	$('&lt;img class="st_preview"/&gt;').load(function(){
		var $this = $(this);
		var $currImage = $('#st_main').children('img:first');
		$this.insertBefore($currImage);
		$loader.hide();
		$currImage.fadeOut(2000,function(){
			$(this).remove();
		});
	}).attr('src',$this.attr('alt'));
}).bind('mouseenter',function(){
	$(this).stop().animate({'opacity':'1'});
}).bind('mouseleave',function(){
	$(this).stop().animate({'opacity':'0.7'});
});
</pre>
<p>The function to hide the thumbnails looks as follows:</p>
<pre class="brush:js">function hideThumbs(){
	$list.find('li.current')
		 .animate({'height':'50px'},400,function(){
			$(this).removeClass('current');
		 })
		 .find('.st_thumbs_wrapper')
		 .hide(200)
		 .andSelf()
		 .find('.st_link span')
		 .addClass('st_arrow_down')
		 .removeClass('st_arrow_up');
}
</pre>
<p>We animate the height of the li and make the thumbnails container disappear like that. We also need to set the class for the arrow span correctly.</p>
<p>And finally, we will define the makeScrollable() function that automatically scrolls the thumbnails div horizontally on mouse move:</p>
<pre class="brush:js">function makeScrollable($outer, $inner){
	var extra 			= 800;
	//Get menu width
	var divWidth = $outer.width();
	//Remove scrollbars
	$outer.css({
		overflow: 'hidden'
	});
	//Find last image in container
	var lastElem = $inner.find('img:last');
	$outer.scrollLeft(0);
	//When user move mouse over menu
	$outer.unbind('mousemove').bind('mousemove',function(e){
		var containerWidth = lastElem[0].offsetLeft + lastElem.outerWidth() + 2*extra;
		var left = (e.pageX - $outer.offset().left) * (containerWidth-divWidth) / divWidth - extra;
		$outer.scrollLeft(left);
	});
}
</pre>
<p>For cufonizing the titles and adding some decent shadow, we will include the following into the head of our html document:</p>
<pre class="brush:xml">&lt;script src="js/cufon-yui.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="js/Quicksand_Book_400.font.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
	Cufon.replace('span,p,h1',{
		textShadow: '0px 0px 1px #ffffff'
	});
&lt;/script&gt;
</pre>
<p>And that&#8217;s it! We hope you enjoyed the tutorial and find it useful!</p>
<p><a class="demo" href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/Tutorials/ThumbnailsNavigationGallery/ThumbnailsNavigationGallery.zip">Download source</a></p>
<div class="googlead"> <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>


<div class="shr-bookmarks shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Thumbnails+Navigation+Gallery+with+jQuery+-+http://tinyurl.com/2fx92g6+via+%40codrops&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery&amp;description=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery&amp;srcUrl=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;srcTitle=Thumbnails+Navigation+Gallery+with+jQuery&amp;snippet=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Thumbnails+Navigation+Gallery+with+jQuery&amp;body=Link: http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;t=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery&amp;summary=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz&amp;source=Codrops" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery&amp;body=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery&amp;body=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Thumbnails+Navigation+Gallery+with+jQuery&amp;link=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Thumbnails+Navigation+Gallery+with+jQuery&quot;+-+from+http://tinyurl.com/2fx92g6" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;bm_description=Thumbnails+Navigation+Gallery+with+jQuery&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Thumbnails+Navigation+Gallery+with+jQuery+-+http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F29%2Fthumbnails-navigation-gallery%2F&amp;t=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;title=Thumbnails+Navigation+Gallery+with+jQuery" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/&amp;submitHeadline=Thumbnails+Navigation+Gallery+with+jQuery&amp;submitSummary=%0D%0AView%20demoDownload%20source%0D%0A%0D%0AIn%20this%20tutorial%20we%20are%20going%20to%20create%20an%20extraordinary%20gallery%20with%20scrollable%20thumbnails%20that%20slide%20out%20from%20a%20navigation.%20We%20are%20going%20to%20use%20jQuery%20and%20some%20CSS3%20properties%20for%20the%20style.%20The%20main%20idea%20is%20to%20have%20a%20menu%20of%20albums%20where%20each%20item%20will%20reveal%20a%20horiz&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Music Portfolio Template with HTML5 and jQuery</title>
		<link>http://tympanus.net/codrops/2010/07/26/music-portfolio-template/</link>
		<comments>http://tympanus.net/codrops/2010/07/26/music-portfolio-template/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 13:30:41 +0000</pubDate>
		<dc:creator>Mary Lou</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[draggable]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2659</guid>
		<description><![CDATA[
			
				
			
		

Today we want to share a music portfolio template with you. The idea is to create an artist portfolio with a discography line up and HTML5 audio player jPlayer. The artist albums are shown using the jCarousel plugin and the user can add song samples to the play list and reorder the songs by dragging [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="position:relative; margin-top:-32px; float:right;z-index:999; margin-right:-10px">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F26%2Fmusic-portfolio-template%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F26%2Fmusic-portfolio-template%2F&amp;source=codrops&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://tympanus.net/Development/MusicPortfolioTemplate/" target="_blank"><img class="aligncenter size-full wp-image-2661" title="musicportfoliotemplate" src="http://tympanus.net/codrops/wp-content/uploads/2010/07/musicportfoliotemplate.jpg" alt="" width="580" height="315" /></a></p>
<p>Today we want to share a music portfolio template with you. The idea is to create an artist portfolio with a discography line up and HTML5 audio player <a href="http://www.happyworm.com/jquery/jplayer/">jPlayer</a>. The artist albums are shown using the <a href="http://sorgalla.com/jcarousel/">jCarousel plugin</a> and the user can add song samples to the play list and reorder the songs by dragging them.</p>
<p>The samples used are from the talented Ivan Chew at <a href="http://ccmixter.org/people/ramblinglibrarian/profile">ccmixter.org</a>. The original images come from <a href="http://www.flickr.com/photos/rickharris/">Rick Harris at Flickr</a>. All the albums are fictitious and are only shown for demonstration purposes. Any resemblance to existing bands or artists are unintended. </p>
<p>We hope you like this template and find it useful!</p>
<p><a class="demo" href="http://tympanus.net/Development/MusicPortfolioTemplate/" target="_blank">View demo</a><a class="download" href="http://tympanus.net/Development/MusicPortfolioTemplate/MusicPortfolioTemplate.zip">Download source</a></p>
<div class="googlead"> <script type="text/javascript"><!--
google_ad_client = "pub-8092681487200304";
/* 468x60, created 10/17/09 */
google_ad_slot = "5129482204";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>


<div class="shr-bookmarks shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Music+Portfolio+Template+with+HTML5+and+jQuery+-+http://tinyurl.com/26r7le5+via+%40codrops&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;description=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;srcUrl=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;srcTitle=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;snippet=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;body=Link: http://tympanus.net/codrops/2010/07/26/music-portfolio-template/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;t=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;summary=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag&amp;source=Codrops" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;body=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;body=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;link=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Music+Portfolio+Template+with+HTML5+and+jQuery&quot;+-+from+http://tinyurl.com/26r7le5" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;bm_description=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://tympanus.net/codrops/2010/07/26/music-portfolio-template/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Music+Portfolio+Template+with+HTML5+and+jQuery+-+http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Ftympanus.net%2Fcodrops%2F2010%2F07%2F26%2Fmusic-portfolio-template%2F&amp;t=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;title=Music+Portfolio+Template+with+HTML5+and+jQuery" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://tympanus.net/codrops/2010/07/26/music-portfolio-template/&amp;submitHeadline=Music+Portfolio+Template+with+HTML5+and+jQuery&amp;submitSummary=%0D%0A%0D%0AToday%20we%20want%20to%20share%20a%20music%20portfolio%20template%20with%20you.%20The%20idea%20is%20to%20create%20an%20artist%20portfolio%20with%20a%20discography%20line%20up%20and%20HTML5%20audio%20player%20jPlayer.%20The%20artist%20albums%20are%20shown%20using%20the%20jCarousel%20plugin%20and%20the%20user%20can%20add%20song%20samples%20to%20the%20play%20list%20and%20reorder%20the%20songs%20by%20drag&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://tympanus.net/codrops/2010/07/26/music-portfolio-template/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: tympanus.net @ 2010-09-07 09:59:10 -->
