<?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>Cool Javascripts &#187; gallery</title>
	<atom:link href="http://cool-javascripts.com/tag/gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://cool-javascripts.com</link>
	<description>The best javascripts for your site</description>
	<lastBuildDate>Tue, 22 Mar 2011 14:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Most useful prototype / script.aculo.us plugins</title>
		<link>http://cool-javascripts.com/prototype/most-useful-prototype-plugins.html</link>
		<comments>http://cool-javascripts.com/prototype/most-useful-prototype-plugins.html#comments</comments>
		<pubDate>Tue, 05 May 2009 07:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Prototype]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[inplace editor]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[prototype plugin]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/?p=218</guid>
		<description><![CDATA[Prototype is one of the earliest new generation javascript libraries (or javascript frame work) like jQuery &#038; Mootools. Coupled with Script Aculous, it is a powerful library and many extensions/plugins are available for it. The one downside to this library is, it is rather huge and requires script aculous even for basic animations. Size is [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/effects/10-jquery-plugins-for-manipulating-images.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for manipulating images'>10 jQuery plugins for manipulating images</a> <small>This time, I want to list some jQuery plugins that...</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><a href="http://www.prototypejs.org/" target="_blank">Prototype</a> is one of the earliest new generation javascript libraries (or javascript frame work) like jQuery &#038; Mootools. Coupled with <a href="http://script.aculo.us/" target="_blank">Script Aculous</a>, it is a powerful library and many extensions/plugins are available for it. The one downside to this library is, it is rather huge and requires script aculous even for basic animations. Size is okay when compressed, but it is not easy to find a compressed version and if compress via javascript compressors, it might produce some errors.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/prototype.jpg" alt="Prototype plugins" /></p>
<p>Here is a collection of the most useful prototype plugins grouped in to categories so that you can find your script based on your needs. Includes scripts for image galleries, lightbox, in place editors, form validation, modal windows, image manipulation, auto complete, table sorting etc.</p>
<h2>Useful resources</h2>
<ul>
<li><a href="http://www.prototypejs.org/learn" target="_blank">Prototype tutorials</a></li>
<li><a href="http://wiki.github.com/madrobby/scriptaculous" target="_blank">Script Aculous tutorials</a></li>
<li><a href="http://groups.google.com/group/prototype-core/files" target="_blank">Prototype compressed versions</a></li>
<li><a href="http://www.stevekallestad.com/blog/prototype_and_scriptaculous_compressed.html" target="_blank">Prototype &amp; Script Aculous(script.aculo.us) compressed</a></li>
</ul>
<p><span id="more-218"></span></p>
<h2>Prototype image gallery &#038; lightbox</h2>
<h3><a href="http://www.deensoft.com/lab/protoflow/" target="_blank">ProtoFlow</a></h3>
<p>ProtoFlow is the prototype equivalent of Apple&#8217;s coverflow effect. Nicely implemented with reflection (reflection.js script required).<br />
<a href="http://www.deensoft.com/lab/protoflow/" target="_blank" title="Protoflow"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/protoflowdemo.jpg" alt="Protoflow" /></a></p>
<h3><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank">LightView</a></h3>
<p>It is an excellent script which can show images, movies, flash or iframe content in an overlay effect. It supports slideshow mode for images and auto detection of media using file name extension.</p>
<p><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/lightview.jpg" /></a></p>
<h3><a href="http://qgallery.quadrifolia.de/" target="_blank">qGallery</a></h3>
<p>This is not yet complete and is not available for download. But the demos are worth watching and looks promising. It is aimed to be a complete gallery script with support for XML based galleries width different viewing options, thumbnail zoom etc.<br />
<img src="http://cool-javascripts.com/wp-content/uploads/2009/05/qgallery-beta-089-sebastian-brink-quadrifoliade.jpg" /><br />
<img src="http://cool-javascripts.com/wp-content/uploads/2009/05/qgallery-beta-089-sebastian-brink-quadrifoliade-1.jpg" /></p>
<h3><a href="http://www.lokeshdhakar.com/projects/lightbox2/" target="_blank">Lightbox</a></h3>
<p>It is one of the first lightbox scripts.</p>
<h2>Prototype auto complete</h2>
<p><a href="http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/autosuggest.jpg" /></a></p>
<p><a href="http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html" target="_blank">http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html</a><br />
<a href="http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html" target="_blank">http://www.beauscott.com/examples/autocomplete/doc/examples.html</a></p>
<h2>Prototype UI (Slider &#038; Modal Window)</h2>
<blockquote><p>
Prototype UI is a javascript library based on Prototype (1.6) and Script.aculo.us (1.8). It&#8217;s a library of User Interface components, based on a common fundation classes, which could be easily used by various web applications.</p></blockquote>
<p>.</p>
<p><a href="http://www.prototype-ui.com/" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/prototype-ui.jpg" /></a></p>
<h2>Prototype tool tip</h2>
<h3><a href="http://www.nickstakenburg.com/projects/prototip2/" target="_blank">Prototip</a></h3>
<p>It is a good script with customizable tool tips. The site contains lot of examples of customization.<br />
<a href="http://www.nickstakenburg.com/projects/prototip2/" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/prototip-2-create-beautiful-tooltips-with-ease.jpg" /><br />
</a></p>
<h2>Prototype inline editors</h2>
<h3><a href="http://editinplace.org/" target="_blank">Edit In Place</a></h3>
<p><a href="http://editinplace.org/" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/edit-in-place-example-1.jpg" /></a></p>
<h3><a href="http://inplacericheditor.box.re/demos" target="_blank">Ajax In Place Rich Editor</a></h3>
<p>This supports tinyMCE integration with in place editor.<br />
<a href="http://inplacericheditor.box.re/demos" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/ajax-in-place-rich-editor-demos.jpg" /><br />
</a></p>
<h2>Prototype form validation</h2>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/really-simple-validation-demos-prototype-extension.jpg" /></p>
<p><a href="http://www.benjaminkeen.com/software/rsv/prototype/demo.php?page=7" target="_blank">http://www.benjaminkeen.com/software/rsv/prototype/demo.php?page=7</a><br />
<a href="http://tetlaw.id.au/upload/pages/really-easy-field-validation/" target="_blank">http://tetlaw.id.au/upload/pages/really-easy-field-validation/</a></p>
<h2>Prototype table sorting</h2>
<p><a href="http://tetlaw.id.au/upload/pages/table-sorting-with-prototype/" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/sortable-table.jpg" /></a></p>
<h2>Prototype image manipulation</h2>
<h3><a href="http://www.defusion.org.uk/demos/060519/cropper.php?demoType=ratioSixteenNine&#038;image=flower&#038;formSubmit=Load+demo" target="_blank">Prototype Cropper</a></h3>
<p><a href="http://www.defusion.org.uk/demos/060519/cropper.php?demoType=ratioSixteenNine&#038;image=flower&#038;formSubmit=Load+demo" target="_blank"><br />
<img src="http://cool-javascripts.com/wp-content/uploads/2009/05/prototype-javascript-image-cropper-ui.jpg" /></a></p>
<h3><a href="http://ajaxorized.com/phototype-image-manipulation-with-javascript" target="_blank">Phototype</a></h3>
<p>phototype is a client/server-side library, based on prototype. On the server side the library is powered by PHP(with GD library) that renders the image. With phototype, you are able to rotate, resize, flip and do some other cool effects to images.<br />
<a href="http://ajaxorized.com/phototype-image-manipulation-with-javascript" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/05/ajaxorized-phototype-image-manipulation-with-javascript-1.jpg" /></a></p>
<h2>Prototype color picker</h2>
<p><a href="http://cool-javascripts.com/jquery/color-picker-galore.html" target="_blank"><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/color-picker.jpg" /></a></p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/effects/10-jquery-plugins-for-manipulating-images.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for manipulating images'>10 jQuery plugins for manipulating images</a> <small>This time, I want to list some jQuery plugins that...</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://cool-javascripts.com/prototype/most-useful-prototype-plugins.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Mootools plugin for showing image gallery</title>
		<link>http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html</link>
		<comments>http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Galleries]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image viewer]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/?p=190</guid>
		<description><![CDATA[In the previous post, I discussed about jQuery plugins for showing image gallery. This time, I checked for Mootools alternative. Like jQuery, I was able to found gallery plugins which have similar functionality. Listing 10 of them. Pick one that suits your need. You might also want to check these posts, 10 jQuery plugins for [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</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>In the previous post, I discussed about jQuery plugins for showing image gallery. This time, I checked for Mootools alternative. Like jQuery, I was able to found gallery plugins which have similar functionality. Listing 10 of them. Pick one that suits your need.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/mootools-gallery.jpg" alt="" /></p>
<p>You might also want to check these posts,</p>
<ul>
<li><a href="http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html">10 jQuery plugins for showing image gallery</a></li>
<li><a style="text-decoration: none;" href="http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html">Three lightbox clones for Mootools</a></li>
</ul>
<p><span id="more-190"></span></p>
<h3>E2 Photo Gallery</h3>
<p>It is a simple and easy to use (provided, you&#8217;re using PHP) gallery plugin which supports thumbnail images with carousel view. It is supplied with a php file which can scan a specified folder for images and it can create the gallery automatically.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/demo-e2-interactive-photo-gallery.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.1</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 5KB</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.e2interactive.com/e2_photo_gallery/demo.php">Open</a> | <a class="opennew" href="http://www.e2interactive.com/e2_photo_gallery/demo.php" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Download</th>
<td><a class="opennew" href="http://www.e2interactive.com/e2_photo_gallery/download.php">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>JSGallery2</h3>
<p>It is a simple gallery plugin with support for thumbnails with paging. The transition effects are simple. The latest version is based on MooTools 1.2. There is also an older version for MooTools 1.1</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/jsgallery2-demopage1.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>Mootools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 14KB(Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://blog.aplusmedia.de/moo-gallery2/">Open</a> | <a class="opennew" href="http://blog.aplusmedia.de/moo-gallery2/" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Download</th>
<td><a class="opennew" href="http://www.esteak.net/basket/addplugin/JSGallery2_dynamic">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>Image Gallery by TutorialDog.com</h3>
<p>It is a light weight plugin which supports thumbnails and image captions. As it uses a carousel like view for thumbnails, it can be implemented in less space.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/javascript-image-gallery-using-mootools1.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 4KB(Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://tutorialdog.com/image_gallery/sample.html">Open</a> | <a class="opennew" href="http://tutorialdog.com/image_gallery/sample.html" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>noobSlide</h3>
<p>NoobSlide is a multipurpose script which can also be used as a gallery. Lots of different styles are supported. It can also be used as a content slider. The animation is also good. There are lots of examples provided in their site. You can also find a version for MooTools 1.1.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/noobslide-mootools1.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 3KB(Compressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.efectorelativo.net/laboratory/noobSlide/">Open</a> | <a class="opennew" href="http://www.efectorelativo.net/laboratory/noobSlide/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>UvumiTools Gallery Plugin</h3>
<p>It is an unconventionally styled gallery. Thumbnails are listed with a zoom effect on hover. Once you click the image, the view is switched to a 3d looking carousel of thumbnails + the main image. The animations are also good.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/uvumitools-gallery-11.jpg" alt="" /></p>
<p><strong><br />
Features</strong></p>
<ul>
<li>Automatic resizing of images</li>
<li>Handles broken image links</li>
<li>Mouse wheel scrolling</li>
<li>Support for captions with animation effect (Fancy Caption)</li>
</ul>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 17KB(Compressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://tools.uvumi.com/gallery.html">Open</a> | <a class="opennew" href="http://tools.uvumi.com/gallery.html" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>MooPix</h3>
<p>MooPix is a script that is specifically written to handle <a href="http://www.flicker.com/" target="_blank">Flicker</a> images. There is support for a slide show mode and thumbnail mode.</p>
<blockquote><p>MooPix isn&#8217;t a slideshow, it&#8217;s a way for you to access your public Flickr photos without doing PHP, Ruby, or Python situps.</p></blockquote>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/moopix1.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.1+</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 2KB(Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.moopix.org/">Open</a> | <a class="opennew" href="http://www.moopix.org/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>PhatFusion Slideshow</h3>
<p>This is one of the earliest image galleries available for MooTools. Still it is a neat looking gallery with thumbnails and slide show mode.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/phatfusion-slideshow.jpg" alt="" /></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.1+</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 13KB(Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (MIT)</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.phatfusion.net/slideshow/">Open</a> | <a class="opennew" href="http://www.phatfusion.net/slideshow/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>MooFlow</h3>
<p>MooFlow is a script that emulates the famous CoverFlow of Apple&#8217;s. Interestingly it supports full screen option like a flash player which fills the browser viewable area. Mouse wheel and keyboard navigation is supported.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/mooflow-v02-for-mootools-12.jpg" alt="" /></p>
<p><strong>Features<br />
</strong></p>
<ul>
<li>Easy to setup</li>
<li>Automatic resizing of images with full size viewer (popup)</li>
<li>Fullscreen option</li>
<li>Reflections</li>
<li>Can run multiple instances in same page</li>
</ul>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 13KB(Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (MIT)</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.outcut.de/MooFlow/MooFlow.html">Open</a> | <a class="opennew" href="http://www.outcut.de/MooFlow/MooFlow.html" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>Slideshow 2</h3>
<p>It is an advanced imaged gallery with excellent transition effects. It supports cross fading of images and  <a href="http://en.wikipedia.org/wiki/Ken_Burns_Effect" target="_blank">Ken Burns effect</a>. The scripts are separate for core functionality and different transitions so that you only need to include the transitions you want.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/slideshow-21.jpg" alt="" /></p>
<p><strong><br />
Features<br />
</strong></p>
<ul>
<li>Excellent transitions &#8211; cross fading &amp; Ken Burns</li>
<li>Good styles</li>
<li>Slideshow mode</li>
<li>Auto scrolling thummbnails (Examples for vertical thumbnails provided)</li>
<li>Support for image caption</li>
<li>Lots of examples provided</li>
</ul>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 35(Including core 26KB (Uncompressed) and transitions)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (MIT)</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.electricprism.com/aeron/slideshow/">Open</a> | <a class="opennew" href="http://www.electricprism.com/aeron/slideshow/" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Download</th>
<td><a class="opennew" href="http://code.google.com/p/slideshow/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h3>SmoothGallery</h3>
<p>It is another excellent script which can be used to show image galleries as well. The thumbnails are shown inside the images and auto scrollable. In the new version transition effects are also supported.</p>
<p><div id="attachment_193" class="wp-caption alignnone" style="width: 486px"><img src="http://cool-javascripts.com/wp-content/uploads/2009/03/jondesign_s-javascript-smoothgallery-20_-improved-mootools-mojo-for-images-full-gallery.jpg" alt="smooth gallery" title="jondesign_s-javascript-smoothgallery-20_-improved-mootools-mojo-for-images-full-gallery" width="476" height="363" class="size-full wp-image-193" /><p class="wp-caption-text">smooth gallery</p></div><br />
<strong>Features<br />
</strong></p>
<ul>
<li>Controls &amp; thumbnails are placed inside the main image, which enables it to be placed in a small area.</li>
<li>Auto scrolling thumbnails</li>
<li>Image Caption</li>
<li>Images are linkable, which makes it suitable for a featured content gallery</li>
</ul>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>MooTools 1.2</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 24KB</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (GPL)</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://smoothgallery.jondesign.net/showcase/gallery/">Open</a> | <a class="opennew" href="http://smoothgallery.jondesign.net/showcase/gallery/" target="_blank">Open in new window</a></td>
</tr>
<tr>
<th>Download</th>
<td><a class="opennew" href="http://smoothgallery.jondesign.net/download/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<p><strong>Conclusion</strong></p>
<p>When comparing features, Slide Show2 is the best script for showing an image gallery. It supports different types of transitions, customizable options and provides a lot of examples in their website.</p>
<p>Smooth Gallery is also good. It takes less space in a web page and can be used as a featured content slider.</p>
<p><strong>Mootools Vs jQuery</strong><br />
In the previous post, I&#8217;ve listed 10+ image gallery plugins for jQuery. Finding plugins for both jQuery &amp; Mootools is a fairly easy job. Also, both libraries have plugins which matches in functionality. So I think, it is just a matter of choice. If you are comfortable with jQuery use it, or use Mootools otherwise.</p>
<p>Anyway, I think Slideshow 2 &amp; Smooth Gallery are excellent scripts which lacks alternative in jQuery. jQuery has <a href="http://www.gruppo4.com/~tobia/cross-slide.shtml" target="_blank">CrossSlide</a> which has transition effects similar to Slide Show 2, but it is not complete as a gallery plugin as Slide Show 2 is. And for Smooth Gallery, I couldn&#8217;t find a jQuery alternative. Hope someone will port it to jQuery.</p>
<p>Edit: Links corrected, missing image for Smooth Gallery added</p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/jquery/jquery-and-mootools-plugin-to-show-tooltips.html' rel='bookmark' title='Permanent Link: jQuery and Mootools plugin to show tooltips'>jQuery and Mootools plugin to show tooltips</a> <small>The tooltip is a common graphical user interface element. It...</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://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Three lightbox clones for Mootools</title>
		<link>http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html</link>
		<comments>http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:45:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Galleries]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html</guid>
		<description><![CDATA[Just like jQuery, Mootools also has some nice lightbox clones available. When compared with jQuery alternatives, one option I found to be missing is the ability to resize image according to the browser window. You might also want to check the following post Which is the best lightbox clone for jQuery Milkbox One thing I [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html' rel='bookmark' title='Permanent Link: Which is the best lightbox clone for jQuery ?'>Which is the best lightbox clone for jQuery ?</a> <small>Lightbox is a script made by Lokesh Dhakar which is...</small></li><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/effects/improved-lava-lamp-effect-for-jquery-and-mootools.html' rel='bookmark' title='Permanent Link: Improved lava lamp effect for jQuery and Mootools'>Improved lava lamp effect for jQuery and Mootools</a> <small>The lava lamp effect was an excellent technique to turn...</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>Just like jQuery, Mootools also has some nice lightbox clones available.<br />
When compared with jQuery alternatives, one option I found to be missing is the ability to resize image according to the browser window.</p>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/mootools-lightbox.jpg" /></p>
<p>You might also want to check the following post</p>
<p><a href="http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html">Which is the best lightbox clone for jQuery</a><span id="more-72"></span></p>
<h2>Milkbox</h2>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/milkbox-v131-lightbox-for-mootools-121.jpg" /></p>
<p>One thing I particularly liked in Milkbox is the ability to show slide shows. An interval can be specified.</p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>Mootools</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">Less than 22KB (Uncompressed)</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Slide show mode</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">No</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No</td>
</tr>
<tr></tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://reghellin.com/milkbox/">Open</a>  | <a class="opennew" href="http://reghellin.com/milkbox/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>
<h2>Slimbox</h2>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/slimbox-168-for-mootools-12-demo.jpg" /></p>
<p>It is a very lightweight script &#8211; just around 4KB.</p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>Mootools</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">4KB</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Slide show mode</th>
<td class="alt">No</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">No</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No</td>
</tr>
<tr>
<th>Demo</th>
<td><a class="opensame" rel="shadowbox" href="http://www.digitalia.be/demo/slimbox/">Open</a>  | <a class="opennew" href="http://www.digitalia.be/demo/slimbox/" target="_blank">Open in new window</a></td>
</tr>
<p>tr>
<th>Info &amp; Download</th>
<td><a class="opennew" href="http://www.digitalia.be/software/slimbox" target="_blank">Open</a></td>
</tr>
</tbody>
</table>
<h2>Lightbox by phatfusion</h2>
<p><img src="http://cool-javascripts.com/wp-content/uploads/2009/01/phatfusion-lightbox.jpg" /></p>
<p>One interesting feature is the ability to specify the DIV element that should contain the background (The background layer). So the effects can be either applied to the whole body or to a particular DIV element.</p>
<table>
<tbody>
<tr>
<th>
Dependencies</th>
<td>Mootools</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">10KB</td>
</tr>
<tr>
<th>Grouping of Images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Keyboard Navigation</th>
<td class="alt">Supported (Arrow keys &amp; Esc)</td>
</tr>
<tr>
<th>Transition Effects</th>
<td class="alt">Yes</td>
</tr>
<tr>
<th>Description for images</th>
<td class="alt">Supported</td>
</tr>
<tr>
<th>Slide show mode</th>
<td class="alt">No</td>
</tr>
<tr>
<th>Image Resize</th>
<td class="alt">No</td>
</tr>
<tr></tr>
<tr>
<th>Supported Browsers</th>
<td class="alt">Firefox 2+3, IE6+7, Safari 3, Opera 9.5</td>
</tr>
<tr></tr>
<tr>
<th>Restrictions</th>
<td>No</td>
</tr>
<tr>
<th>Demo &amp; Download</th>
<td><a class="opensame" rel="shadowbox" href="http://www.phatfusion.net/lightbox/">Open</a>  | <a class="opennew" href="http://www.phatfusion.net/lightbox/" target="_blank">Open in new window</a></td>
</tr>
</tbody>
</table>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/which-is-the-best-lightbox-clone-for-jquery.html' rel='bookmark' title='Permanent Link: Which is the best lightbox clone for jQuery ?'>Which is the best lightbox clone for jQuery ?</a> <small>Lightbox is a script made by Lokesh Dhakar which is...</small></li><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/effects/improved-lava-lamp-effect-for-jquery-and-mootools.html' rel='bookmark' title='Permanent Link: Improved lava lamp effect for jQuery and Mootools'>Improved lava lamp effect for jQuery and Mootools</a> <small>The lava lamp effect was an excellent technique to turn...</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://cool-javascripts.com/galleries/three-lightbox-clones-for-mootools.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Highslide &#8211; The best image gallery script?</title>
		<link>http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html</link>
		<comments>http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html#comments</comments>
		<pubDate>Fri, 03 Oct 2008 09:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Effects]]></category>
		<category><![CDATA[Galleries]]></category>
		<category><![CDATA[Modal Windows]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image viewer]]></category>
		<category><![CDATA[modal window]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html</guid>
		<description><![CDATA[Highslide is a standalone javascript library created mainly for showing image galleries in a more user friendly way. HTML/Ajax and Flash support is added as plugins. It has improved a lot over time. Now it is in version 4.0 Unlike many other libraries, multiple images can be opened at the same time. And a user [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/prototype/most-useful-prototype-plugins.html' rel='bookmark' title='Permanent Link: Most useful prototype / script.aculo.us plugins'>Most useful prototype / script.aculo.us plugins</a> <small>Prototype is one of the earliest new generation javascript libraries...</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><img style="max-width: 800px;" src="http://cool-javascripts.com/wp-content/uploads/2008/12/highslide-demo.jpg" /><br />
Highslide is a standalone javascript library created mainly for showing image galleries in a more user friendly way. HTML/Ajax and Flash support is added as plugins. It has improved a lot over time. Now it is in version 4.0</p>
<p>Unlike many other libraries, multiple images can be opened at the same time. And a user can arrange the images as he wish on the browser. So it is definitly more usable than image gallery script that can show only one image &#8211; typical example is lightbox effect (opening the next closes the current).</p>
<p>The animation is also brilliant. Very smooth zooming of images. To open an image, you just need to click and to close, click on it again (Customizable in different ways). If you want to open two images, just click on the required images and those two will be popped up. Opening one image does not close the other. </p>
<p>Advantages:</p>
<ul>
<li>Stand alone javascript. Does not need a library.</li>
<li>The most user friendly way to show images</li>
<li>Good effects</li>
<li>Can show HTML, AJAX content or Flash.</li>
<li>Can open multiple images</li>
<li>The opened image windows are draggable so that the user can arrange it in anyway. This is very useful if you want to compare two images.</li>
<li>Creative Commons License &#8211; Free for personal use</li>
</ul>
<p>Disadvantages:</p>
<ul>
<li>Not free for commercial sites. Requries a license. It can be purchased for one site or unlimited</li>
</ul>
<p>The author has given good documentation and examples in his site <a target="_blank" href="http://highslide.com">highslide.com</a> </p>
<p>Another cool site to check out is, <a target="_blank" href="http://youflow.finnrudolph.de/">http://youflow.finnrudolph.de</a>. The author has successfully combined coverflow, youtube API and highslide to create a good mashup.<br />
<b><br />
Is it the best?</b></p>
<p>Well, I think it has improved a lot. Using this script you can completely avoid browser popup windows. The ability to show images and non image (html, iframe) contents in a more userfriendly way makes it one of the best script ever made. The only drawback I see is the license. What do you think?</p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</small></li><li><a href='http://cool-javascripts.com/prototype/most-useful-prototype-plugins.html' rel='bookmark' title='Permanent Link: Most useful prototype / script.aculo.us plugins'>Most useful prototype / script.aculo.us plugins</a> <small>Prototype is one of the earliest new generation javascript libraries...</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://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Flow 0.9</title>
		<link>http://cool-javascripts.com/effects/image-flow-09.html</link>
		<comments>http://cool-javascripts.com/effects/image-flow-09.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 06:22:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Effects]]></category>
		<category><![CDATA[Galleries]]></category>
		<category><![CDATA[cover flow]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image flow]]></category>
		<category><![CDATA[photo effects]]></category>

		<guid isPermaLink="false">http://cool-javascripts.com/?p=9</guid>
		<description><![CDATA[Image flow is inspired by Apple&#8217;s cover flow. The javascript renders the cover flow effect without any noticeable flaw. Keyboard navigation (arrow keys), mouse scroll and dragging is supported. Very cool script to use. Advantages XHTML compliant Keyboard and Mouse scroll wheel navigation supported Free to use on any site No dependencies small in size [...]


Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</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><img src="http://cool-javascripts.com/wp-content/uploads/2008/07/imageflow.jpg" alt="" /></p>
<p>Image flow is inspired by Apple&#8217;s cover flow. The javascript renders the cover flow effect without any noticeable flaw. Keyboard navigation (arrow keys), mouse scroll and dragging is supported. Very cool script to use.
<p class="info"><strong>Advantages</strong></p>
<ul>	
<li>XHTML compliant</li>
<p>	
<li>Keyboard and Mouse scroll wheel navigation supported</li>
<p>	
<li>Free to use on any site</li>
<p>	
<li>No dependencies</li>
<p>	
<li>small in size (Only 11 KB uncompressed)</li>
<p></ul>
<p>
<p class="info"><strong>Specifications</strong></p>
<table border="0">
<tbody>
<tr>
<th>Dependencies</th>
<td>None</td>
</tr>
<tr>
<th>Size</th>
<td class="alt">11KB (Uncompressed)</td>
</tr>
<tr>
<th>Restrictions</th>
<td>None (Free to use on any site)</td>
</tr>
</tbody>
</table>
<p>
<p class="download">For demo and download, please check the links </p>
<p><a class="opensame" rel="shadowbox" href="http://imageflow.finnrudolph.de/">Open</a> | <a class="opennew" href="http://imageflow.finnrudolph.de/" target="_blank">Open in new window</a> <a class="performancingtags" rel="tag" href="http://technorati.com/tag/effects"><br /></a></p>
<p>
<p class="note">The above demo opens images in another tab/window. Means no lightbox support. But lightbox support can be integrated. Please check the links below </p>
<p><a class="opensame" rel="shadowbox" href="http://194.95.111.244/%7Ecountzero/scripts/_myImageFlowLightbox2/">Open</a> | <a class="opennew" href="http://194.95.111.244/%7Ecountzero/scripts/_myImageFlowLightbox2/" target="_blank">Open in new window</a></p>


<p>Related posts:<ol><li><a href='http://cool-javascripts.com/galleries/10-mootools-plugin-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 Mootools plugin for showing image gallery'>10 Mootools plugin for showing image gallery</a> <small>In the previous post, I discussed about jQuery plugins for...</small></li><li><a href='http://cool-javascripts.com/modal-windows/highslide-the-best-image-gallery-script.html' rel='bookmark' title='Permanent Link: Highslide &#8211; The best image gallery script?'>Highslide &#8211; The best image gallery script?</a> <small> Highslide is a standalone javascript library created mainly for...</small></li><li><a href='http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html' rel='bookmark' title='Permanent Link: 10 jQuery plugins for showing image gallery'>10 jQuery plugins for showing image gallery</a> <small>An image gallery is part of the modern web 2.0...</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://cool-javascripts.com/effects/image-flow-09.html/feed</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
	</channel>
</rss>

