<?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>Spoonfed Project &#187; plugin</title>
	<atom:link href="http://spoonfedproject.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://spoonfedproject.com</link>
	<description>Feeding developers quality resources from across the web</description>
	<lastBuildDate>Sun, 03 Apr 2011 12:34:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery image slide on hover effect plugin</title>
		<link>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect-plugin/</link>
		<comments>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect-plugin/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 20:09:51 +0000</pubDate>
		<dc:creator>brobison</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://spoonfedproject.com/?p=214</guid>
		<description><![CDATA[A while back I wrote about using jQuery to create an image sliding effect. It&#8217;s received quite a lot of traffic since then, so I decided to create a simple plugin. Update &#8211; 11/28 Plugin has been refactored, includes detailed documentation, and is compatible with jQuery Easing Plugin. ImgSlider Plugin is available at CodeCanyon. Please ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a rel="wp-att-38" href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect-plugin/"><img class="aligncenter size-full wp-image-38" title="minimum-slide" src="http://spoonfedproject.com/wp-content/uploads/2009/05/jquery-animate-image.jpg" alt="jQuery image slide on hover effect plugin" width="546" height="200" /></a></p>
<p>A while back I wrote about using <a href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/" title="jQuery image slide on hover effect">jQuery to create an image sliding effect</a>. It&#8217;s received quite a lot of traffic since then, so I decided to create a simple plugin.</p>
<p><span id="more-214"></span></p>
<div class="update">
<h4>Update &#8211; 11/28</h4>
<p>Plugin has been refactored, includes detailed documentation, and is compatible with jQuery Easing Plugin. ImgSlider Plugin is available at <a href="http://codecanyon.net/item/imgslider/128727?ref=dagrander" title="ImgSlider Plugin at CodeCanyon">CodeCanyon</a>.</p>
</div>
<p>Please see <a href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/" title="jQuery image slide on hover effect">jQuery image slide on hover effect</a> for an in depth explanation of how it works.</p>
<p>The function can be called with the following code:</p>
<h4>JavaScript</h4>
<pre class="brush: js">
$(function(){
	$(&#039;#demo1&#039;).imgslide();
});
</pre>
<p>Several options may also be passed into the plugin.</p>
<h4>JavaScript</h4>
<pre class="brush: js">
	$(&#039;#demo1&#039;).imgslide({
		top: &#039;0px&#039;,
		right: &#039;0px&#039;,
		bottom: &#039;0px&#039;,
		left: &#039;0px&#039;,
		duration: 200
	});
</pre>
<h4>HTML</h4>
<p>And, the HTML used. Be sure to see the demo below for additional examples.</p>
<pre class="brush: html">
&lt;img id=&quot;demo1&quot; src=&quot;http://spoonfedproject.com/wp-content/uploads/demo/jquery-slide-plugin/image-1.jpg&quot; alt=&quot;&quot; /&gt;
</pre>
<p>Let me know if you find any bugs or better ways to approach this.</p>
<p class="default"><a title="jQuery image slide on hover effect plugin" href="http://spoonfedproject.com/wp-content/uploads/demo/jquery-slide-plugin/index.html">Demo</a></p>
<p class="default"><a title="jQuery image slide on hover effect plugin" href="http://spoonfedproject.com/wp-content/uploads/demo/jquery-slide-plugin/jquery.imgslide.js">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Extensive list of jQuery lightbox / modal plugins</title>
		<link>http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins/</link>
		<comments>http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 21:00:21 +0000</pubDate>
		<dc:creator>brobison</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://spoonfedproject.com/?p=65</guid>
		<description><![CDATA[With the ever-growing popularity of jQuery and the ubiquitous use of lightboxes throughout the internet, I figured why not compile a list? Well, here it is! Updated &#8211; 4/5/2009 &#8211; Fullsize Updated &#8211; 3/30/2009 &#8211; jqModal Fullsize This concept spawns from the idea of creating a standardized solution for browsers to handle image popups rather ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/jquer-lightbox-modal.jpg" alt="jquer-lightbox-modal" title="jquer-lightbox-modal" width="546" height="200" class="aligncenter size-full wp-image-142" /></a></p>
<p>With the ever-growing popularity of jQuery and the ubiquitous use of lightboxes throughout the internet, I figured why not compile a list? Well, here it is!</p>
<p><span id="more-65"></span></p>
<h4>Updated &#8211; 4/5/2009 &#8211; Fullsize</h4>
<h4>Updated &#8211; 3/30/2009 &#8211; jqModal</h4>
<h3>Fullsize</h3>
<p><a href="http://www.addfullsize.com/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/fullsize-attribute.jpg" alt="Fullsize" title="Fullsize" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>This concept spawns from the idea of creating a <a href="http://spoonfedproject.com/jquery/fullsize-a-new-jquery-lightbox-plugin-and-attribute/">standardized solution for browsers to handle image popups</a> rather than javascript frameworks. Although there is no support for this at the moment, they have created a jQuery plugin that supports this concept.</p>
<p>URL: <a href="http://www.addfullsize.com/">http://www.addfullsize.com/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 8kb (Packed)</li>
<li>Browsers Supported: Firefox, IE 6+7+8, Safari, Opera, Chrome</li>
</ul>
<h3>jqModal</h3>
<p><a href="http://dev.iceburg.net/jquery/jqModal/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/jq-modal.png" alt="jqModal" title="jqModal" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>A simple modal framework that&#8217;s lightweight, powerful and flexible. More examples of jqModal in action can be viewed <a href="http://www.pixeline.be/experiments/ThickboxToJqModal/" title="Thickbox to jqModal example">here</a>.</p>
<p>URL: <a href="http://dev.iceburg.net/jquery/jqModal/">http://dev.iceburg.net/jquery/jqModal/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, inline and framed content</li>
<li>File size: 3kb</li>
</ul>
<h3>ColorBox</h3>
<p><a href="http://colorpowered.com/colorbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/colorbox.jpg" alt="colorbox" title="colorbox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://colorpowered.com/colorbox/">http://colorpowered.com/colorbox/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, inline and framed content</li>
<li>File size: 10kb</li>
<li>Generates valid W3C valid XHTML and CSS</li>
</ul>
<h3>facebox</h3>
<p><a href="http://famspam.com/facebox"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/facebox.jpg" alt="facebox" title="facebox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://famspam.com/facebox">http://famspam.com/facebox</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, divs</li>
<li>File size: 2kb (gzipped &amp; minified)</li>
<li>Generates valid W3C valid XHTML and CSS</li>
</ul>
<h3>lightBox</h3>
<p><a href="http://leandrovieira.com/projects/jquery/lightbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/lightbox.jpg" alt="lightBox" title="lightBox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://leandrovieira.com/projects/jquery/lightbox/">http://leandrovieira.com/projects/jquery/lightbox/</a></p>
<p>A <a href="http://jquery.com/" title="jQuery">jQuery</a> version of the popular <a href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox2">Lightbox2</a> based on <a href="http://www.prototypejs.org/" title="prototype">prototype</a> and <a href="http://script.aculo.us/" title="scriptaculous">scriptaculous</a>.</p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 7kb (packed) / 10kb (minified)</li>
<li>Available WordPress <a href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/" title="WordPress Plugin">plugin</a></li>
</ul>
<h3>Lightbox (Balupton Edition)</h3>
<p><a href="http://www.balupton.com/sandbox/jquery_lightbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/lightbox-balupton.jpg" alt="Lightbox (Balupton Edition)" title="Lightbox (Balupton Edition)" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.balupton.com/sandbox/jquery_lightbox/">http://www.balupton.com/sandbox/jquery_lightbox/</a></p>
<p>A <a href="http://jquery.com/" title="jQuery">jQuery</a> version of the popular <a href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox2">Lightbox2</a> based on <a href="http://www.prototypejs.org/" title="prototype">prototype</a> and <a href="http://script.aculo.us/" title="scriptaculous">scriptaculous</a>.</p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 21kb</li>
<li>Browsers Supported: Firefox 2+3, IE6+7, Safari 3, Opera 9.5</li>
</ul>
<h3>Lightbox (Mesozen)</h3>
<p><a href="http://warren.mesozen.com/jquery-lightbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/lightbox-mesozen.jpg" alt="Lightbox (Mesozen)" title="Lightbox (Mesozen)" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://warren.mesozen.com/jquery-lightbox/">http://warren.mesozen.com/jquery-lightbox/</a></p>
<p>A <a href="http://jquery.com/" title="jQuery">jQuery</a> version of the popular <a href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox2">Lightbox2</a> based on <a href="http://www.prototypejs.org/" title="prototype">prototype</a> and <a href="http://script.aculo.us/" title="scriptaculous">scriptaculous</a>.</p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 15kb</li>
</ul>
<h3>ThickBox</h3>
<p><a href="http://jquery.com/demo/thickbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/thickbox.jpg" alt="ThickBox" title="ThickBox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://jquery.com/demo/thickbox/">http://jquery.com/demo/thickbox/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, inline and iframed content</li>
<li>File size: 10kb (compressed)</li>
<li>Browsers Supported: IE6, IE7+, Firefox 2+, Opera 9+, Safari 2+</li>
</ul>
<h3>prettyPhoto</h3>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/prettyphoto.jpg" alt="prettyPhoto" title="prettyPhoto" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.no-margin-for-errors.com/projects/prettyPhoto/">http://www.no-margin-for-errors.com/projects/prettyPhoto/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, Flash</li>
<li>File size: 2kb (gzipped)</li>
<li>Browsers Supported: IE6, IE7+, Firefox 2+, Opera 9+, Safari 3</li>
</ul>
<h3>piroBox</h3>
<p><a href="http://www.pirolab.it/pirobox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/pirobox.jpg" alt="piroBox" title="piroBox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.pirolab.it/pirobox/">http://www.pirolab.it/pirobox/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 13kb (packed)</li>
<li>Browsers Supported: IE6, IE7+, Firefox 2+, Opera 9+, Safari, Chrome</li>
</ul>
<h3>Fancy Zoom</h3>
<p><a href="http://orderedlist.com/demos/fancy-zoom-jquery/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/fancyzoom.jpg" alt="Fancy Zoom" title="Fancy Zoom" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://orderedlist.com/demos/fancy-zoom-jquery/">http://orderedlist.com/demos/fancy-zoom-jquery/</a></p>
<p>Based loosely off <a href="http://www.cabel.name/2008/02/fancyzoom-10.html" title="Cabel's FancyZoom">Cabel&#8217;s FancyZoom</a>.</p>
<h4>Features:</h4>
<ul>
<li>Support: images, html, flash</li>
<li>File size: 5kb (minified)</li>
</ul>
<h3>FancyBox</h3>
<p><a href="http://fancy.klade.lv/home"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/fancybox.jpg" alt="FancyBox" title="FancyBox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://fancy.klade.lv/home">http://fancy.klade.lv/home</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, html, inline and iframed content</li>
<li>File size: 8kb (packed)</li>
<li>Browsers Supported: IE6, IE7, Firefox 3, Opera 9, Safari 3</li>
</ul>
<h3>NyroModal</h3>
<p><a href="http://nyromodal.nyrodev.com/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/nyromodal.jpg" alt="NyroModal" title="NyroModal" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://nyromodal.nyrodev.com/">http://nyromodal.nyrodev.com/</a></p>
<p>Very robust modal that can handle just about any content thrown at it.</p>
<h4>Features:</h4>
<ul>
<li>Support: images, ajax, inline and iframed content</li>
<li>File size: 17kb (packed)</li>
<li>Generates valid W3C valid XHTML (Transitional)</li>
</ul>
<h3>Imagebox</h3>
<p><a href="http://www.intelliance.fr/jquery/imagebox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/interface-imagebox.jpg" alt="Imagebox" title="Imagebox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.intelliance.fr/jquery/imagebox/">http://www.intelliance.fr/jquery/imagebox/</a></p>
<p>Wasn&#8217;t able to get this working in Chrome (1.0.154.48)</p>
<h4>Features:</h4>
<ul>
<li>Support: images</li>
<li>File size: 18kb</li>
</ul>
<h3>GreyBox</h3>
<p><a href="http://orangoo.com/labs/GreyBox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/greybox.jpg" alt="GreyBox" title="GreyBox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://orangoo.com/labs/GreyBox/">http://orangoo.com/labs/GreyBox/</a></p>
<h4>Features:</h4>
<ul>
<li>Support: images, Flash, ajax, html, inline and iframed content</li>
<li>File size: 22kb</li>
<li>Browsers Supported: IE5.5+, Firefox 1.5+, Opera 8.5+, Safari</li>
</ul>
<h3>Hotbox</h3>
<p><a href="http://www.s3maphor3.org/demo/hotbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/hotbox.jpg" alt="Hotbox" title="Hotbox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.s3maphor3.org/demo/hotbox/">http://www.s3maphor3.org/demo/hotbox/</a></p>
<p>Hotbox isn&#8217;t your typical lightbox. Its purpose is to provide a quick information panel that is activated upon pressing the spacebar.</p>
<h4>Features:</h4>
<ul>
<li>Activated by pressing the spacebar</li>
<li>Browsers Supported: IE7, Firefox 3, Opera 9.63, Safari 3</li>
</ul>
<h3>Shadowbox</h3>
<p><a href="http://www.mjijackson.com/shadowbox/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/shadowbox.jpg" alt="Shadowbox" title="Shadowbox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://www.mjijackson.com/shadowbox/">http://www.mjijackson.com/shadowbox/</a></p>
<p>Not only can Shadowbox function without the use of JavaScript frameworks, it can also accommodate just about all of them. Through the use of <acronym title="a small file that tells Shadowbox which methods to call on the underlying framework">adapters</acronym>, Shadowbox works seamlessly with other frameworks such as <a href="http://developer.yahoo.com/yui/" title="Yahoo! User Interface Library">Yahoo! User Interface Library</a>, <a href="http://extjs.com/" title="Ext">Ext</a>, <a href="http://prototypejs.org/" title="Prototype">Prototype</a>, <a href="http://jquery.com/" title="jQuery">jQuery</a>, <a href="http://mootools.net/" title="MooTools">MooTools</a>, and <a href="http://dojotoolkit.org/" title="Dojo Toolkit">Dojo Toolkit</a>.</p>
<h4>Features:</h4>
<ul>
<li>Support: images, html, swf, flv, qt, wmp, ajax, inline and iframed content</li>
<li>File size: 22kb (core file only)</li>
<li>Browsers Supported: IE6+, Firefox 1.5+, Opera 9+, Safari 2+</li>
<li>Commercial use may require license &#8211; $20</li>
</ul>
<h3>Visual Lightbox</h3>
<p><a href="http://lightbox2.com/"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/visual-box.jpg" alt="Visual Lightbox" title="Visual Lightbox" width="546" height="200" class="aligncenter size-full wp-image-106" /></a></p>
<p>URL: <a href="http://lightbox2.com/">http://lightbox2.com/</a></p>
<p>Visual Lightbox is an all-in-one application that allows you to generate photo galleries from your desktop without writing a single line of code. It&#8217;s free for non-commercial use, otherwise you&#8217;ll have to fork over $25 for the Business Edition.</p>
<h4>Features:</h4>
<ul>
<li>Commercial use requires license &#8211; $25</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

