<?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>blarnee.com &#187; image slideshow</title>
	<atom:link href="http://blarnee.com/wp/tag/image-slideshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://blarnee.com/wp</link>
	<description>Web design and development online &#124; Adnan Osmani's blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 18:35:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Very Compact jQuery SlideShow component</title>
		<link>http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/</link>
		<comments>http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 00:14:53 +0000</pubDate>
		<dc:creator>legacye</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[image slideshow]]></category>
		<category><![CDATA[javascript slider]]></category>
		<category><![CDATA[javascript slideshow]]></category>
		<category><![CDATA[javascript slideshow gallery]]></category>
		<category><![CDATA[jquery carousel]]></category>
		<category><![CDATA[jquery gallery]]></category>
		<category><![CDATA[jquery slideshow component]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://addyosmani.com/blog/?p=58</guid>
		<description><![CDATA[Hey guys. I&#8217;ve got lots of little projects in the works and right now I&#8217;m releasing a very compact Slideshow plug-in &#160;that lets you create fade-in slideshows really easily and it only takes up 820 bytes (that&#8217;s less than 1KB!). &#160; I made this possible by skipping the normal routine of defining a list with [...]


Related posts:<ol><li><a href='http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: New release: The 820 byte compact jQuery Slideshow component'>New release: The 820 byte compact jQuery Slideshow component</a> <small>&nbsp; One of the great things about working with jQuery...</small></li><li><a href='http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/' rel='bookmark' title='Permanent Link: Minibox &#8211; a compact jQuery Slideshow component (experimental release)'>Minibox &#8211; a compact jQuery Slideshow component (experimental release)</a> <small> Today I&#8217;ve been working on a compact slideshow component...</small></li><li><a href='http://blarnee.com/wp/jquery-colour-selector-plug-in-with-support-for-graceful-degradation/' rel='bookmark' title='Permanent Link: jQuery Colour Selector plug-in with support for graceful degradation'>jQuery Colour Selector plug-in with support for graceful degradation</a> <small> Hey guys. Here&#8217;s another entry on jQuery that someone...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center; "><img width="400" height="302" alt="" src="http://addyosmani.com/blog/wp-content/uploads/minif.jpg" /></p>
<p>Hey guys. I&#8217;ve got lots of little projects in the works and right now I&#8217;m releasing a very compact Slideshow plug-in &nbsp;that lets you create fade-in slideshows really easily and it only takes up 820 bytes (that&#8217;s less than 1KB!).</p>
<p><span id="more-541"></span></p>
<p>&nbsp;</p>
<p>I made this possible by skipping the normal routine of defining a list with elements for each of the images and instead using a JavaScript JSON array to store their locations. Why not grab it now? :)</p>
<p>&nbsp;</p>
<p><a href="http://addyosmani.com/blog/wp-content/uploads/addyosmani-slideshow.rar">Download</a>&nbsp;or <a href="http://folio.vndv.com/resources/slideshow/slideshow.html">Demo</a></p>
<p>&nbsp;</p>
<p>The plug-in works across Firefox 3.5, IE, Chrome and Safari and if you need some more functionality out of it, it&rsquo;s not difficult to add some keyboard events or nav buttons to skip through the images using other UI elements.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblarnee.com%2Fwp%2Fthe-very-compact-jquery-slideshow-component%2F&amp;t=The%20Very%20Compact%20jQuery%20SlideShow%20component" id="facebook_share_button_541" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_541') || document.getElementById('facebook_share_icon_541') || document.getElementById('facebook_share_both_541') || document.getElementById('facebook_share_button_541');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_541') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: New release: The 820 byte compact jQuery Slideshow component'>New release: The 820 byte compact jQuery Slideshow component</a> <small>&nbsp; One of the great things about working with jQuery...</small></li><li><a href='http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/' rel='bookmark' title='Permanent Link: Minibox &#8211; a compact jQuery Slideshow component (experimental release)'>Minibox &#8211; a compact jQuery Slideshow component (experimental release)</a> <small> Today I&#8217;ve been working on a compact slideshow component...</small></li><li><a href='http://blarnee.com/wp/jquery-colour-selector-plug-in-with-support-for-graceful-degradation/' rel='bookmark' title='Permanent Link: jQuery Colour Selector plug-in with support for graceful degradation'>jQuery Colour Selector plug-in with support for graceful degradation</a> <small> Hey guys. Here&#8217;s another entry on jQuery that someone...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New release: The 820 byte compact jQuery Slideshow component</title>
		<link>http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/</link>
		<comments>http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 19:18:02 +0000</pubDate>
		<dc:creator>legacye</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[compact]]></category>
		<category><![CDATA[compact slideshow]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[fade-in]]></category>
		<category><![CDATA[image carousel]]></category>
		<category><![CDATA[image slideshow]]></category>
		<category><![CDATA[javascript compact]]></category>
		<category><![CDATA[javascript photo slideshow]]></category>
		<category><![CDATA[javascript slideshow]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery image slideshow]]></category>
		<category><![CDATA[jquery slieshow]]></category>
		<category><![CDATA[photo slideshow]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://blarnee.com/wp/?p=478</guid>
		<description><![CDATA[&#160; One of the great things about working with jQuery is that you can create poweful components without needing to use a whole lot of code. This week I&#8217;m releasing a very compact Slideshow plug-in that lets you create fade-in slideshows and it only takes up 820 bytes. I made this possible by skipping the [...]


Related posts:<ol><li><a href='http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: The Very Compact jQuery SlideShow component'>The Very Compact jQuery SlideShow component</a> <small> Hey guys. I&#8217;ve got lots of little projects in...</small></li><li><a href='http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/' rel='bookmark' title='Permanent Link: Minibox &#8211; a compact jQuery Slideshow component (experimental release)'>Minibox &#8211; a compact jQuery Slideshow component (experimental release)</a> <small> Today I&#8217;ve been working on a compact slideshow component...</small></li><li><a href='http://blarnee.com/wp/jquery-colour-selector-plug-in-with-support-for-graceful-degradation/' rel='bookmark' title='Permanent Link: jQuery Colour Selector plug-in with support for graceful degradation'>jQuery Colour Selector plug-in with support for graceful degradation</a> <small> Hey guys. Here&#8217;s another entry on jQuery that someone...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<img alt="" src="http://blarnee.com/wp/wp-content/uploads/compactslideshow(1).jpg" /></p>
<p>One of the great things about working with jQuery is that you can create poweful components without needing to use a whole lot of code. This week I&#8217;m releasing a very compact Slideshow plug-in that lets you create fade-in slideshows and it only takes up 820 bytes. I made this possible by skipping the normal routine of defining a &lt;ul&gt; list with &lt;li&gt; elements for each of the images and instead using a JavaScript array to store their locations.</p>
<p>Is this a good idea? Some would say that graceful degredation in the absence of JavaScript is a necessity, but as images aren&#8217;t hugely used for SEO purposes, I think that using simple arrays are more than adequate for achieving our goals here. The plug-in works across Firefox 3.5, IE, Chrome and Safari and if you need some more functionality out of it, it&#8217;s not difficult to add some keyboard events or nav buttons to skip through the images using other UI elements.</p>
<p>Please feel free to use it wherever useful :)</p>
<p>&nbsp;</p>
<p style="text-align: left;"><img width="430" height="73" border="0" name="source452" id="source452" usemap="#m_source452" alt="" src="http://blarnee.com/wp/wp-content/uploads/source.jpg" /><br />
<map name="m_source452" id="m_source452">
<area shape="rect" coords="210,0,375,73" title="Demo" alt="Demo" href="http://blarnee.com/projects/very-compact-slideshow/demo/slideshow.html" />
<area shape="rect" coords="9,0,186,73" title="Source" alt="Source" href="http://very-compact-jquery-slideshow.googlecode.com/files/blarnee-slideshow.zip" /> </map></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblarnee.com%2Fwp%2Fnew-release-the-820-byte-jquery-slideshow-component%2F&amp;t=New%20release%3A%20The%20820%20byte%20compact%20jQuery%20Slideshow%20component" id="facebook_share_button_478" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_478') || document.getElementById('facebook_share_icon_478') || document.getElementById('facebook_share_both_478') || document.getElementById('facebook_share_button_478');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_478') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: The Very Compact jQuery SlideShow component'>The Very Compact jQuery SlideShow component</a> <small> Hey guys. I&#8217;ve got lots of little projects in...</small></li><li><a href='http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/' rel='bookmark' title='Permanent Link: Minibox &#8211; a compact jQuery Slideshow component (experimental release)'>Minibox &#8211; a compact jQuery Slideshow component (experimental release)</a> <small> Today I&#8217;ve been working on a compact slideshow component...</small></li><li><a href='http://blarnee.com/wp/jquery-colour-selector-plug-in-with-support-for-graceful-degradation/' rel='bookmark' title='Permanent Link: jQuery Colour Selector plug-in with support for graceful degradation'>jQuery Colour Selector plug-in with support for graceful degradation</a> <small> Hey guys. Here&#8217;s another entry on jQuery that someone...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Minibox &#8211; a compact jQuery Slideshow component (experimental release)</title>
		<link>http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/</link>
		<comments>http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 21:53:28 +0000</pubDate>
		<dc:creator>legacye</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[compact]]></category>
		<category><![CDATA[image carousel]]></category>
		<category><![CDATA[image slideshow]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[slideshow elements]]></category>

		<guid isPermaLink="false">http://blarnee.com/wp/?p=428</guid>
		<description><![CDATA[Today I&#8217;ve been working on a compact slideshow component for jQuery &#8211; I can&#8217;t wait to get back to working on our CoverFlow component, but here&#8217;s a little extra you might find useful. I figured that as many of my fellow developers have sites with a fairly standard size sidebar, why not create something that [...]


Related posts:<ol><li><a href='http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: New release: The 820 byte compact jQuery Slideshow component'>New release: The 820 byte compact jQuery Slideshow component</a> <small>&nbsp; One of the great things about working with jQuery...</small></li><li><a href='http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: The Very Compact jQuery SlideShow component'>The Very Compact jQuery SlideShow component</a> <small> Hey guys. I&#8217;ve got lots of little projects in...</small></li><li><a href='http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/' rel='bookmark' title='Permanent Link: cFlow &#8211; Coverflow for jQuery (Experimental Release)'>cFlow &#8211; Coverflow for jQuery (Experimental Release)</a> <small>&nbsp; &nbsp; Update:&nbsp;This component has been replaced by the more...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img height="258" width="298" src="http://blarnee.com/wp/wp-content/uploads/preview.jpg" alt="" /></p>
<p style="text-align: left;">Today I&#8217;ve been working on a compact slideshow component for jQuery &#8211; I can&#8217;t wait to get back to working on our CoverFlow component, but here&#8217;s a little extra you might find useful. I figured that as many of my fellow developers have sites with a fairly standard size sidebar, why not create something that could offer simple image viewing capabilities in that limited realestate? This is where Minibox comes in.</p>
<p style="text-align: left;">The plugin (which you can see above with a polaroid skin) is fairly simple and allows you to flip back and forth between the images in a UL list and&nbsp; also displays captions for each item to your users. </p>
<p style="text-align: left;">One of the main aims of this mini-project was to create a small-sized add-on that doesn&#8217;t sacrifice on functionality &#8211; for example the component also includes a nice fade-in effect for transitions (using a minified version of the easing plugin).&nbsp; The total size of the plugin is 3.5kb with another 3.8kb needed for easing effects. Thats it.</p>
<p style="text-align: left;">You can download the sources now over at <a href="http://code.google.com/p/minibox-js/downloads/list">Google Code.</a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblarnee.com%2Fwp%2Fminibox-a-compact-jquery-slideshow-component-experimental-release%2F&amp;t=Minibox%20-%20a%20compact%20jQuery%20Slideshow%20component%20%28experimental%20release%29" id="facebook_share_button_428" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link_428') || document.getElementById('facebook_share_icon_428') || document.getElementById('facebook_share_both_428') || document.getElementById('facebook_share_button_428');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button_428') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>


<p>Related posts:<ol><li><a href='http://blarnee.com/wp/new-release-the-820-byte-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: New release: The 820 byte compact jQuery Slideshow component'>New release: The 820 byte compact jQuery Slideshow component</a> <small>&nbsp; One of the great things about working with jQuery...</small></li><li><a href='http://blarnee.com/wp/the-very-compact-jquery-slideshow-component/' rel='bookmark' title='Permanent Link: The Very Compact jQuery SlideShow component'>The Very Compact jQuery SlideShow component</a> <small> Hey guys. I&#8217;ve got lots of little projects in...</small></li><li><a href='http://blarnee.com/wp/cflow-coverflow-for-jquery-experimental-release/' rel='bookmark' title='Permanent Link: cFlow &#8211; Coverflow for jQuery (Experimental Release)'>cFlow &#8211; Coverflow for jQuery (Experimental Release)</a> <small>&nbsp; &nbsp; Update:&nbsp;This component has been replaced by the more...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blarnee.com/wp/minibox-a-compact-jquery-slideshow-component-experimental-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
