<?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>Weblenium &#187; slideshow</title>
	<atom:link href="http://www.weblenium.com/tag/slideshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblenium.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jul 2009 18:29:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GalleryView: a jQuery Image Gallery</title>
		<link>http://www.weblenium.com/2009/05/galleryview-jquery-image-gallery/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/05/galleryview-jquery-image-gallery/#comments</comments>
		<pubDate>Wed, 13 May 2009 15:56:38 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=432</guid>
		<description><![CDATA[I was looking for a jQuery based gallery that could show images as a slideshow. I tested several possibilities but wasn&#8217;t really satisified as there was always something that wasn&#8217;t quite what I wanted. That&#8217;s when I stumbled across GalleryView.

GalleryView is a jQuery plugin that allows you to create image galleries (and also insert HTML [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for a jQuery based gallery that could show images as a slideshow. I tested several possibilities but wasn&#8217;t really satisified as there was always something that wasn&#8217;t quite what I wanted. That&#8217;s when I stumbled across <a href="http://spaceforaname.com/galleryview" target="_blank">GalleryView</a>.</p>
<p><img class="alignnone size-full wp-image-433" title="Overlays" src="http://www.weblenium.com/wp-content/uploads/2009/05/overlays.jpg" alt="Overlays" width="300" height="233" /></p>
<p>GalleryView is a jQuery plugin that allows you to create image galleries (and also insert HTML to be displayed as content). It takes an unordered list of images and turns it into a gallery. You can create several types of galleries, such as horizontal or vertical scrolling thumbnails, galleries with panel overlays and content panels. You can also customise the thumbnails width and height, the fade opacity, whether the images cross fade or just appear, and so on.</p>
<p>Here is some example Javascript showing some of the configuration features:</p>
<pre class="brush: js; ">
$(document).ready(function(){
$(&#039;#photos&#039;).galleryView({
panel_width: 800,
panel_height: 600,
frame_width: 150,
frame_height: 80,
start_frame: 5,
overlay_position: &#039;top&#039;,
filmstrip_position: &#039;left&#039;,
transition_speed: 1500,
transition_interval: 6500,
overlay_opacity: 0.55,
frame_opacity: 1.0,
nav_theme: &#039;light&#039;,
easing: &#039;easeInOutQuad&#039;,
show_captions: true,
fade_panels: false,
panel_scale: &#039;crop&#039;,
frame_scale: &#039;nocrop&#039;,
pointer_size: 12,
frame_gap: 10,
pause_on_hover: true
});
});
</pre>
<p>If you use the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing</a> plugin in addition, this will help to create a smoother filmstrip animation. You can also create your own theme for the styling of GalleryView. It comes with two themes, &#8220;light&#8221; and &#8220;dark&#8221;.</p>
<p>GalleryView is incredibly simple to setup. You&#8217;ll have a gallery up and running within about 10 minutes.</p>
<p>For more information: <a href="http://spaceforaname.com/galleryview" target="_blank">GalleryView</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=432&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F05%2Fgalleryview-jquery-image-gallery%2F&amp;linkname=GalleryView%3A%20a%20jQuery%20Image%20Gallery"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/05/galleryview-jquery-image-gallery/feed/</wfw:commentRss>
		<slash:comments>328</slash:comments>
		</item>
	</channel>
</rss>
