<?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>W3Planting &#187; Gallery</title>
	<atom:link href="http://www.w3planting.com/category/gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3planting.com</link>
	<description>Free Web Resources for your website</description>
	<lastBuildDate>Mon, 28 Dec 2009 03:03:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Galleriffic: Image Gallery jQuery Plugin</title>
		<link>http://www.w3planting.com/2009/03/galleriffic-image-gallery-jquery-plugin/</link>
		<comments>http://www.w3planting.com/2009/03/galleriffic-image-gallery-jquery-plugin/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 08:57:45 +0000</pubDate>
		<dc:creator>Author@w3planting</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[image gallery]]></category>

		<guid isPermaLink="false">http://www.w3planting.com/?p=178</guid>
		<description><![CDATA[


Galleriffic is a dynamic photo gallery, which supports very fast loading of images, optimized to handle a high volume of photos and Search Engine friendly, you can assign the Title &#38; description tag to each and every image separately.
Galleriffic is a jQuery image gallery plugin for presenting images in a user friendly manner with Events [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twospy.com/galleriffic/index.html" target="_blank">Galleriffic</a> is a dynamic photo gallery, which supports very fast loading of images, optimized to handle a high volume of photos and Search Engine friendly, you can assign the Title &amp; description tag to each and every image separately.</p>
<p>Galleriffic is a jQuery image gallery plugin for presenting images in a user friendly manner with Events that allow for adding your own custom transition effects.</p>
<p><a href="http://www.twospy.com/galleriffic/index.html" target="_blank"><img class="alignnone size-full wp-image-179" title="galleriffic" src="http://www.w3planting.com/wp-content/galleriffic.jpg" alt="" width="437" height="269" /></a></p>
<p>Galleriffic’s Features includes:</p>
<ul>
<li>Smart image preloading</li>
<li>Thumbnail navigation (with pagination)</li>
<li>Sideshow support</li>
<li>Support for image captions</li>
<li>Flexible configuration</li>
<li>Graceful degradation when javascript is not available</li>
<li>Support for multiple galleries per page</li>
</ul>
<p><a href="http://www.twospy.com/galleriffic/js/jquery.galleriffic.js">Download</a> Galleriffic Image gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3planting.com/2009/03/galleriffic-image-gallery-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Plug-in: Sliding Image Puzzle</title>
		<link>http://www.w3planting.com/2009/01/jquery-plug-in-sliding-image-puzzle/</link>
		<comments>http://www.w3planting.com/2009/01/jquery-plug-in-sliding-image-puzzle/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 07:32:41 +0000</pubDate>
		<dc:creator>Author@w3planting</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery plugin]]></category>

		<guid isPermaLink="false">http://www.w3planting.com/?p=168</guid>
		<description><![CDATA[Sliding Image Puzzle is jQuery plug-in which creates sliding-image puzzles. You have to place your images in a DIV container. Hooking your container with jQuery is as simple as, just drop your script and call the method on your jQuery stack object and your Sliding Image Puzzle is ready to go.
$( &#8220;div.puzzle, p&#8221; ).puzzle( 100 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bennadel.com/blog/1009-jQuery-Demo-Creating-A-Sliding-Image-Puzzle-Plug-In.htm" target="_blank">Sliding Image Puzzle</a> is jQuery plug-in which creates sliding-image puzzles. You have to place your images in a DIV container. Hooking your container with jQuery is as simple as, just drop your script and call the method on your jQuery stack object and your Sliding Image Puzzle is ready to go.</p>
<p><span style="font-family: &quot;Courier New&quot;; color: #333333;">$( &#8220;div.puzzle, p&#8221; ).puzzle( 100 );</span></p>
<p><a href="http://www.w3planting.com/wp-content/image-puzzle.jpg"><img class="alignnone size-full wp-image-167" title="image-puzzle" src="http://www.w3planting.com/wp-content/image-puzzle.jpg" alt="" width="310" height="221" /></a></p>
<p>The plug-in is targeted to work with XHTML specification.</p>
<p>The puzzle pieces are DIV tags that using the nested image as their background image. The background images are positioned relative to the puzzle piece&#8217;s initial layout prior to shuffling. Because all of the pieces are uniform, the plug-in will crop the main image slightly to ensure that the board maintains a specific aspect ratio. Therefore, it may be shorter and/or narrower than the original image.</p>
<p>The sliding Image Puzzle plug-in is compatible with all major browsers and free to use in your websites.</p>
<p>You can be having fun with plying/solving the image puzzle <a href="http://www.bennadel.com/resources/demo/jquery_puzzle/" target="_blank">demo here</a>.</p>
<p>More information about the plug-in can be found <a href="http://www.bennadel.com/blog/1009-jQuery-Demo-Creating-A-Sliding-Image-Puzzle-Plug-In.htm" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3planting.com/2009/01/jquery-plug-in-sliding-image-puzzle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
