<?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>jQuery Tutorials &#38; Plugins &#187; jQuery Plugin</title>
	<atom:link href="http://jqueryblog.net/cat/jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://jqueryblog.net</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 08:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQSlickWrap for Slick Text Wrapping in jQuery</title>
		<link>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/</link>
		<comments>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:33:11 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image wrap]]></category>
		<category><![CDATA[jQSlickWrap]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Slick Text Wrapping]]></category>
		<category><![CDATA[slick wrap]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Wrapping]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=62</guid>
		<description><![CDATA[We all know how to use a float property to float an image around a block of text. But what if you want to wrap content around an image… you know the actual image content itself not the block it takes up?  jQSlickWrap is a plugin for jQuery which enables you to easily and accurately [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjqslickwrap-for-slick-text-wrapping-in-jquery%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjqslickwrap-for-slick-text-wrapping-in-jquery%2F" height="61" width="51" /></a></div><p>We all know how to use a float property to float an image around a block of text. But what if you want to wrap content around an image… you know the actual image content itself not the block it takes up?  jQSlickWrap is a plugin for jQuery which enables you to easily and accurately wrap your text around the content of floated images.</p>
<p><img class="alignnone size-full wp-image-61" title="arrow[1]" src="http://jqueryblog.net/wp-content/uploads/2009/11/arrow1.png" alt="arrow[1]" width="500" height="250" /></p>
<p>Very very simple usage (:</p>
<pre class="brush: jscript;">$('img').slickWrap();</pre>
<p><strong>Example :</strong></p>
<pre class="brush: xml;">&lt;html&gt;
    &lt;head&gt;
        &lt;title&gt;jQSlickWrap Demo 1&lt;/title&gt;
        &lt;script src=&quot;./jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
        &lt;script src=&quot;./jquery.slickwrap.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
        &lt;style type=&quot;text/css&quot;&gt;
            .wrapReady {
                float: left;
            }
        &lt;/style&gt;
        &lt;script type=&quot;text/javascript&quot; charset=&quot;UTF-8&quot;&gt;
            $(document).ready(function(){
                $('.wrapReady').slickWrap();
            });
        &lt;/script&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;img src=&quot;./myImage.jpg&quot; class=&quot;wrapReady&quot; /&gt;
        &lt;p&gt;Lots of text goes here..&lt;/p&gt;
    &lt;/body&gt;
&lt;/html&gt;</pre>
<p>See it in action <a href="http://jwf.us/projects/jQSlickWrap/example1.html" target="_blank">here</a>!</p>
<p><a href="http://code.google.com/p/jqslickwrap/downloads/detail?name=jquery.slickwrap.min.js" target="_blank">Download</a> &#8211; <a href="http://jwf.us/projects/jQSlickWrap/" target="_blank">Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 jQuery Tooltip Plugins</title>
		<link>http://jqueryblog.net/2009/11/11-jquery-tooltip-plugins/</link>
		<comments>http://jqueryblog.net/2009/11/11-jquery-tooltip-plugins/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:27:46 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[Ajax Tooltip]]></category>
		<category><![CDATA[Coda Popup Bubbles]]></category>
		<category><![CDATA[EZPZ]]></category>
		<category><![CDATA[jGrowl]]></category>
		<category><![CDATA[jQuery Ajax Tooltip]]></category>
		<category><![CDATA[jQuery Tooltip]]></category>
		<category><![CDATA[jTip]]></category>
		<category><![CDATA[Nice Tooltips]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Pop!]]></category>
		<category><![CDATA[qTip]]></category>
		<category><![CDATA[Tipsy]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[tooltip plugins]]></category>
		<category><![CDATA[vTip]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=47</guid>
		<description><![CDATA[If your looking for a way to give your users a more in depth description of an item on your site, but don’t want to talk at great length in the article, ToolTips are a fantastic solution.
They work by simply hovering over a word or piece of text, when hovered over a small bubble will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2F11-jquery-tooltip-plugins%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2F11-jquery-tooltip-plugins%2F" height="61" width="51" /></a></div><p>If your looking for a way to give your users a more in depth description of an item on your site, but don’t want to talk at great length in the article, ToolTips are a fantastic solution.</p>
<p>They work by simply hovering over a word or piece of text, when hovered over a small bubble will appear which you can fill with more information, or a more detailed description.</p>
<p>You can achieve tooltips using multiple languages, in this piece we are focusing on the jQuery tooltips available.</p>
<p><strong>1. <a href="http://jqueryfordesigners.com/coda-popup-bubbles" target="_blank">Coda Popup Bubbles</a></strong></p>
<p><a href="http://jqueryfordesigners.com/coda-popup-bubbles" target="_blank"><img class="alignnone size-full wp-image-48" title="1" src="http://jqueryblog.net/wp-content/uploads/2009/11/1.jpg" alt="1" width="350" height="230" /></a></p>
<p><strong>2. <a href="http://stanlemon.net/projects/jgrowl.html" target="_blank">jGrowl</a></strong></p>
<p><a href="http://stanlemon.net/projects/jgrowl.html" target="_blank"><img class="alignnone size-full wp-image-49" title="2" src="http://jqueryblog.net/wp-content/uploads/2009/11/2.jpg" alt="2" width="350" height="230" /></a></p>
<p><strong>3. <a href="http://www.codylindley.com/blogstuff/js/jtip" target="_blank">jTip</a></strong></p>
<p><a href="http://www.codylindley.com/blogstuff/js/jtip" target="_blank"><img class="alignnone size-full wp-image-50" title="3" src="http://jqueryblog.net/wp-content/uploads/2009/11/3.jpg" alt="3" width="350" height="230" /></a></p>
<p><strong>4. <a href="http://pop.seaofclouds.com/" target="_blank">Pop!</a></strong></p>
<p><a href="http://pop.seaofclouds.com/" target="_blank"><img class="alignnone size-full wp-image-51" title="4" src="http://jqueryblog.net/wp-content/uploads/2009/11/4.jpg" alt="4" width="350" height="230" /></a></p>
<p><strong>5. <a href="http://craigsworks.com/projects/qtip" target="_blank">qTip</a></strong></p>
<p><a href="http://craigsworks.com/projects/qtip" target="_blank"><img class="alignnone size-full wp-image-52" title="5" src="http://jqueryblog.net/wp-content/uploads/2009/11/5.jpg" alt="5" width="350" height="230" /></a></p>
<p><strong>6. <a href="http://www.vertigo-project.com/projects/vtip" target="_blank">vTip</a></strong></p>
<p><a href="http://www.vertigo-project.com/projects/vtip" target="_blank"><img class="alignnone size-full wp-image-53" title="6" src="http://jqueryblog.net/wp-content/uploads/2009/11/6.jpg" alt="6" width="350" height="230" /></a></p>
<p><strong>7. <a href="http://flowplayer.org/tools/tooltip.html" target="_blank">ToolTip</a></strong></p>
<p><a href="http://flowplayer.org/tools/tooltip.html" target="_blank"><img class="alignnone size-full wp-image-54" title="7" src="http://jqueryblog.net/wp-content/uploads/2009/11/7.jpg" alt="7" width="350" height="230" /></a></p>
<p><strong>8. <a href="http://onehackoranother.com/projects/jquery/tipsy" target="_blank">Tipsy</a></strong></p>
<p><a href="http://onehackoranother.com/projects/jquery/tipsy" target="_blank"><img class="alignnone size-full wp-image-55" title="8" src="http://jqueryblog.net/wp-content/uploads/2009/11/8.jpg" alt="8" width="350" height="230" /></a></p>
<p><strong>9. <a href="http://theezpzway.com/2009/3/17/jquery-plugin-ezpz-tooltip" target="_blank">EZPZ Tooltip</a></strong></p>
<p><a href="http://theezpzway.com/2009/3/17/jquery-plugin-ezpz-tooltip" target="_blank"><img class="alignnone size-full wp-image-56" title="9" src="http://jqueryblog.net/wp-content/uploads/2009/11/9.jpg" alt="9" width="350" height="230" /></a></p>
<p><strong>10.<a href="http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html" target="_blank"> jQuery Ajax Tooltip</a></strong></p>
<p><a href="http://rndnext.blogspot.com/2009/02/jquery-ajax-tooltip.html" target="_blank"><img class="alignnone size-full wp-image-57" title="10" src="http://jqueryblog.net/wp-content/uploads/2009/11/10.jpg" alt="10" width="350" height="230" /></a></p>
<p><strong>11. <a href="http://wordpress.org/extend/plugins/bubble-tooltip" target="_blank">Nice Tooltips</a></strong></p>
<p><a href="http://wordpress.org/extend/plugins/bubble-tooltip" target="_blank"><img class="alignnone size-full wp-image-58" title="11" src="http://jqueryblog.net/wp-content/uploads/2009/11/11.jpg" alt="11" width="350" height="230" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/11-jquery-tooltip-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farbtastic: jQuery color picker plugin</title>
		<link>http://jqueryblog.net/2009/11/farbtastic-jquery-color-picker-plugin/</link>
		<comments>http://jqueryblog.net/2009/11/farbtastic-jquery-color-picker-plugin/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:55:47 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[color picker plugin]]></category>
		<category><![CDATA[Farbtastic]]></category>
		<category><![CDATA[Farbtastic color picker]]></category>
		<category><![CDATA[jquery color picker plugin]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=44</guid>
		<description><![CDATA[Farbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element&#8217;s value when a color is selected.
Usage:
1- Include farbtastic.js and farbtastic.css in your HTML:
&#60;script type=&#34;text/javascript&#34; src=&#34;farbtastic.js&#34;&#62;&#60;/script&#62;
&#60;link rel=&#34;stylesheet&#34; href=&#34;farbtastic.css&#34; type=&#34;text/css&#34; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Ffarbtastic-jquery-color-picker-plugin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Ffarbtastic-jquery-color-picker-plugin%2F" height="61" width="51" /></a></div><p>Farbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element&#8217;s value when a color is selected.</p>
<p><strong>Usage:</strong></p>
<p>1- Include farbtastic.js and farbtastic.css in your HTML:</p>
<pre class="brush: xml;">&lt;script type=&quot;text/javascript&quot; src=&quot;farbtastic.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;farbtastic.css&quot; type=&quot;text/css&quot; /&gt;</pre>
<p>2- Add a placeholder div and a text field to your HTML, and give each an ID:</p>
<pre class="brush: xml;">&lt;form&gt;&lt;input type=&quot;text&quot; id=&quot;color&quot; name=&quot;color&quot; value=&quot;#123456&quot; /&gt;&lt;/form&gt;
&lt;div id=&quot;colorpicker&quot;&gt;&lt;/div&gt;</pre>
<p>3- Add a ready() handler to the document which initializes the color picker and link it to the text field with the following syntax:</p>
<pre class="brush: jscript;">$(document).ready(function() {
    $('#colorpicker').farbtastic('#color');
  });</pre>
<p><strong><img style="margin: 5px; float:left" title="color picker" src="http://jqueryblog.net/wp-content/uploads/2009/11/temp2.png" alt="color picker" width="218" height="298" />Advanced Usage:</strong></p>
<p><strong>jQuery Method<br />
</strong><strong> $(&#8230;).farbtastic()<br />
$(&#8230;).farbtastic(callback)</strong><br />
This creates color pickers in the selected objects. callback is optional and can be a:<br />
DOM Node, jQuery object or jQuery selector: the color picker will be linked to the selected element(s) by syncing the value (for form elements) and color (all elements).<br />
Function: this function will be called whenever the user chooses a different color. It should have the following signature:<br />
function callback(color) { &#8230; }</p>
<p>With color the chosen color in hex representation (e.g. &#8216;#123456&#8242;).<br />
<strong> Object<br />
</strong><strong> $.farbtastic(placeholder)<br />
$.farbtastic(placeholder, callback)</strong><br />
Invoking $.farbtastic(placeholder) is the same as using $(placeholder).farbtastic() except that the Farbtastic object is returned instead of the jQuery object. This allows you to use the Farbtastic methods and properties below.<br />
Note that there is only one Farbtastic object per placeholder. If you call $.farbtastic(placeholder) twice with the same placeholder, you will get the same object back each time.</p>
<p>The optional callback argument behaves exactly as for the jQuery method.<br />
<strong> Methods<br />
</strong><strong> .linkTo(callback)<br />
</strong> Allows you to set a new callback. Any existing callbacks are removed. See above for the meaning of callback.<br />
<strong> .setColor(string)<br />
</strong> Sets the picker color to the given color in hex representation (e.g. &#8216;#123456&#8242;).<br />
<strong> .setColor([h, s, l])<br />
</strong> Sets the picker color to the given color in normalized HSL (0..1 scale).<br />
<strong> Properties<br />
</strong><strong> .linked<br />
</strong> The elements (jQuery object) or callback function this picker is linked to.<br />
<strong> .color<br />
</strong> Current color in hex representation (e.g. &#8216;#123456&#8242;).<br />
<strong> .hsl<br />
</strong> Current color in normalized HSL (e.g. [0.3, 0.4, 0.5]).</p>
<p><a href="http://acko.net/dev/farbtastic" target="_blank">Demo</a> &#8211; <a href="http://acko.net/files/farbtastic_/farbtastic12.zip" target="_blank">Download</a> &#8211; <a href="http://acko.net/dev/farbtastic" target="_blank">Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/farbtastic-jquery-color-picker-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery AutoComplete Plugin</title>
		<link>http://jqueryblog.net/2009/11/jquery-autocomplete-plugin/</link>
		<comments>http://jqueryblog.net/2009/11/jquery-autocomplete-plugin/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 10:19:14 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[jQuery Tutorial]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[AutoComplete Plugin]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=40</guid>
		<description><![CDATA[I&#8217;d like to present another jQuery plugin, this time it&#8217;s autocomplete with some handy features. 
Description

The major benefit offered by this plugin is its high performance. As all request results are cached, the cache might be used next time, which leaves the server alone.
Besides, AutoComplete has some unique features, such as text separators, searching by [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-autocomplete-plugin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-autocomplete-plugin%2F" height="61" width="51" /></a></div><p>I&#8217;d like to present another jQuery plugin, this time it&#8217;s autocomplete with some handy features. </p>
<p><strong>Description</strong><br />
<img src="http://jqueryblog.net/wp-content/uploads/2009/11/1.png" alt="1" title="1" width="386" height="149" class="alignnone size-full wp-image-41" /></p>
<p>The major benefit offered by this plugin is its high performance. As all request results are cached, the cache might be used next time, which leaves the server alone.</p>
<p>Besides, AutoComplete has some unique features, such as text separators, searching by a few words, and the optional using of the component autonomously, i.e. without sending requests to the server.</p>
<p>The plugin works in IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, and Chrome 1.0+.</p>
<p><img src="http://jqueryblog.net/wp-content/uploads/2009/11/2.png" alt="2" title="2" width="372" height="83" class="alignnone size-full wp-image-42" /></p>
<p><strong>Installation</strong></p>
<p>Installing the plugin is a routine task — just include the .js file after jQuery.</p>
<pre class="brush: xml;">&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.autocomplete.js&quot;&gt;&lt;/script&gt;</pre>
<p><strong>Usage</strong></p>
<p>Let&#8217;s add autocomplete for the standard input:</p>
<pre class="brush: xml;">&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;query&quot; /&gt;</pre>
<p>The autocomplete object is then initialized — make sure that initialization is duly done following the DOM loading, otherwise IE users might experience some glitches.</p>
<pre class="brush: jscript;">jQuery('#query').autocomplete({
        serviceUrl: 'service/autocomplete.ashx', // Page for processing autocomplete requests
        minChars: 2, // Minimum request length for triggering autocomplete
        delimiter: /(,|;)\s*/, // Delimiter for separating requests (a character or regex)
        maxHeight: 400, // Maximum height of the suggestion list, in pixels
        width: 300, // List width
        zIndex: 9999, // List's z-index
        deferRequestBy: 0, // Request delay (milliseconds), if you prefer not to send lots of requests while the user is typing. I usually set the delay at 300 ms.
        params: { country: 'Yes'}, // Additional parameters
        onSelect: function(data, value){ }, // Callback function, triggered if one of the suggested options is selected,
        lookup: ['January', 'February', 'March'] // List of suggestions for local autocomplete
    });</pre>
<p>The page specified in serviceUrl receives a GET request, in response to which it must send JSON data:</p>
<pre class="brush: jscript;">{
    query:'Li', // Original request
    suggestions:['Liberia','Libyan Arab Jamahiriya','Liechtenstein','Lithuania'], // List of suggestions
    data:['LR','LY','LI','LT'] // Optional parameter: list of keys for suggestion options; used in callback functions.
    }</pre>
<p>You can turn autocomplete on/off as well as re-initialize its parameters anytime via the object functions:</p>
<pre class="brush: jscript;">var ac = jQuery('#query').autocomplete({ /*parameters*/ });
    ac.disable();
    ac.enable();
    ac.setOptons({ zIndex: 1001 });</pre>
<p><strong>Stylization</strong></p>
<p>The script makes the following tagged piece of code:</p>
<pre class="brush: xml;">&lt;div class=&quot;autocomplete-w1&quot;&gt;
 &lt;div style=&quot;width:299px;&quot; id=&quot;Autocomplete_1240430421731&quot; class=&quot;autocomplete&quot;&gt;
  &lt;div&gt;&lt;strong&gt;Li&lt;/strong&gt;beria&lt;/div&gt;
  &lt;div&gt;&lt;strong&gt;Li&lt;/strong&gt;byan Arab Jamahiriya&lt;/div&gt;
  &lt;div&gt;&lt;strong&gt;Li&lt;/strong&gt;echtenstein&lt;/div&gt;
  &lt;div class=&quot;selected&quot;&gt;&lt;strong&gt;Li&lt;/strong&gt;thuania&lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;</pre>
<p><img src="http://jqueryblog.net/wp-content/uploads/2009/11/2.png" alt="2" title="2" width="372" height="83" class="alignnone size-full wp-image-42" /></p>
<p>Here&#8217;s an example of CSS styles:</p>
<pre class="brush: css;">.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }</pre>
<p><a href="http://www.devbridge.com/projects/autocomplete/jquery/" target="_blank"><strong>Website</strong></a> &#8211; <a href="http://www.devbridge.com/projects/autocomplete/jquery/#download" target="_blank"><strong>Download</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jquery-autocomplete-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery slideViewerPro : A &#8220;pro&#8221; jQuery image slider</title>
		<link>http://jqueryblog.net/2009/11/jquery-slideviewerpro-a-pro-jquery-image-slider/</link>
		<comments>http://jqueryblog.net/2009/11/jquery-slideviewerpro-a-pro-jquery-image-slider/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 08:57:04 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[jQuery Tutorial]]></category>
		<category><![CDATA[image slider]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[slideViewerPro]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=34</guid>
		<description><![CDATA[
slideViewerPro is a fully customizable jQuery image gallery engine which allows to create outstanding sliding image galleries for your projects and/or interactive galleries within blog posts. Each gallery generates a user-defined number of thumbnails which can slide automatically.
Setup
slideViewerPro requires jquery-1.3 or greater and its CSS file.
To create your gallery just copy-and-paste the above markup. Each gallery [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-slideviewerpro-a-pro-jquery-image-slider%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-slideviewerpro-a-pro-jquery-image-slider%2F" height="61" width="51" /></a></div><p><img class="alignnone size-full wp-image-35" title="jQuery slideViewerPro" src="http://jqueryblog.net/wp-content/uploads/2009/11/temp1.png" alt="jQuery slideViewerPro" width="450" height="218" /></p>
<p>slideViewerPro is a fully customizable jQuery image gallery engine which allows to create outstanding sliding image galleries for your projects and/or interactive galleries within blog posts. Each gallery generates a user-defined number of thumbnails which can slide automatically.</p>
<p><strong>Setup</strong></p>
<p>slideViewerPro <strong>requires</strong> jquery-1.3 or greater and its CSS file.</p>
<p>To create your gallery just copy-and-paste the above markup. Each gallery must be written inside a DIV with an <strong>unique ID</strong> and <strong>CLASS swvp</strong>. Then adjust the path for your images and include the jQuery framework, slideViewerPro.1.0.js and the CSS file inside the &lt;HEAD&gt; -here- &lt;/HEAD&gt; head tags of your page; then you can initialize the gallery (copy-and-paste the code below). The jQuery(window).bind(&#8221;load&#8221;) function ensures that ALL the images are loaded before calling the script and also it makes the built-in preloader to work.</p>
<p><strong>Did you know?</strong> You don&#8217;t need to specify the width and height of your images but all the images within a single gallery must have the <strong>same</strong> width/height; slideViewerPro automatically checks for the size and renders accordingly. Of course if you specify or force your images size, slideViewerPro will use such image property.</p>
<pre class="brush: xml;">&lt;link rel=&quot;stylesheet&quot; href=&quot;css/svwp_style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;script src=&quot;js/jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;js/jquery.slideViewerPro.1.0.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre>
<pre class="brush: jscript;">$(window).bind(&quot;load&quot;, function() {
    $(&quot;div#my-folio-of-works&quot;).slideViewerPro({
        thumbs: 6,
        autoslide: true,
        asTimer: 3500,
        typo: true,
        galBorderWidth: 0,
        thumbsBorderOpacity: 0,
        buttonsTextColor: &quot;#707070&quot;,
        buttonsWidth: 40,
        thumbsActiveBorderOpacity: 0.8,
        thumbsActiveBorderColor: &quot;aqua&quot;,
        shuffle: true
    });
});</pre>
<p><strong>Settings and Dependencies</strong></p>
<pre class="brush: jscript;">// slideViewerPro options (defaults)
galBorderWidth: 6,  // the border width around the main images
thumbsTopMargin: 3, // the distance that separates the thumbnails and the buttons from the main images
thumbsRightMargin: 3, // the distance of each thumnail respect to the next one
thumbsBorderWidth: 3, // the border width of each thumbnail. Note that the border in reality is above, not around
buttonsWidth: 20, // the width of the prev/next buttons that commands the thumbnails
galBorderColor: &quot;#ff0000&quot;, // the border color around the main images
thumbsBorderColor: &quot;#d8d8d8&quot;, // the border color of the thumbnails but not the current one
thumbsActiveBorderColor: &quot;#ff0000&quot;, // the border color of the current thumbnail
buttonsTextColor: &quot;#ff0000&quot;, //the color of the optional text in leftButtonInner/rightButtonInner
thumbsBorderOpacity: 1.0, // could be 0, 0.1 up to 1.0
thumbsActiveBorderOpacity: 1.0, // could be 0, 0.1 up to 1.0
easeTime: 750, // the time it takes a slide to move to its position
asTimer: 4000, // if autoslide is true, this is the interval between each slide
thumbs: 5, // the number of visible thumbnails
thumbsPercentReduction: 12, // the percentual reduction of the thumbnails in relation to the original
thumbsVis: true, // with this option set to false, the whole UI (thumbs and buttons) are not visible
leftButtonInner: &quot;-&quot;, //could be an image &quot;&lt;img src='images/larw.gif' /&gt;&quot; or an escaped char as &quot;&amp;larr&quot;;
rightButtonInner: &quot;+&quot;, //could be an image or an escaped char as &quot;&amp;rarr&quot;;
autoslide: false, // by default the slider do not slides automatically. When set to true REQUIRES the jquery.timers plugin
typo: false, // the typographic info of each slide. When set to true, the ALT tag content is displayed
typoFullOpacity: 0.9, // the opacity for typographic info. 1 means fully visible.
shuffle: false // the LI items can be shuffled (randomly mixed) when shuffle is true</pre>
<p><strong>Usage 1 &#8211; Default Mode:</strong></p>
<pre class="brush: xml;">&lt;div id=&quot;basic&quot; class=&quot;svwp&quot;&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;Anemone - G.C. Mingati&quot;  src=&quot;images/05.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;House of Cards, 2008 - James Frost, Director of Technology Aaron Koblin&quot;  src=&quot;images/12.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;Emitter - G.C. Mingati&quot;  src=&quot;images/09.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;Meander - P.J. Onori&quot;  src=&quot;images/01.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;Empathy - K. McDonald&quot;  src=&quot;images/03.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;DIY 3D Scanner - K. McDonald&quot;  src=&quot;images/04.jpg&quot; /&gt;&lt;/li&gt;
        &lt;li&gt;&lt;img width=&quot;710&quot; height=&quot;290&quot; alt=&quot;Coronal Loops - G.C. Mingati&quot;  src=&quot;images/06.jpg&quot; /&gt;&lt;/li&gt;
        &lt;!-- eccetera --&gt;
    &lt;/ul&gt;
&lt;/div&gt; </pre>
<p>In its simplest form, slideViewerPro can be used without specifying any option.</p>
<pre class="brush: jscript;">$(window).bind(&quot;load&quot;, function() {
    $(&quot;div#basic&quot;).slideViewerPro();
}); </pre>
<p><strong>Usage 2 : autoslide, typographic info, custom buttons images, custom thumbnails size</strong></p>
<pre class="brush: jscript;">$(&quot;div#fewoptions&quot;).slideViewerPro({
        thumbs: 3,
        thumbsPercentReduction: 20,
        galBorderWidth: 0,
        galBorderColor: &quot;aqua&quot;,
        thumbsTopMargin: 10,
        thumbsRightMargin: 10,
        thumbsBorderWidth: 5,
        thumbsActiveBorderColor: &quot;gold&quot;,
        thumbsActiveBorderOpacity: 0.8,
        thumbsBorderOpacity: 0,
        buttonsTextColor: &quot;#707070&quot;,
        leftButtonInner: &quot;&lt;img src='/wp-content/uploads/larw.gif' /&gt;&quot;,
        rightButtonInner: &quot;&lt;img src='/wp-content/uploads/rarw.gif' /&gt;&quot;,
        autoslide: true,
        typo: true
        });</pre>
<p><strong>Usage 3 : autoslide, shuffled list, without user interface</strong></p>
<pre class="brush: jscript;">$(&quot;div#noui&quot;).slideViewerPro({
        galBorderWidth: 0,
        autoslide: true,
        thumbsVis: false,
        shuffle: true
        });</pre>
<p><strong>CSS Code :</strong></p>
<pre class="brush: css;">.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { /*this is the gallery container*/
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer ul {  /*this is your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0;
padding: 0;
}
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/
float:left;
} 

/*typographic info*/
.slideViewer span.typo{
padding: 6px; /* do not modify padding (yet)*/
background: #fff;
color: #000;
font: normal 10px Verdana;
} 

.thumbSlider { /*the thumbnails slider contanier*/
overflow: hidden;
width: 1%;
background: #fff;
}
.thumbSlider ul { /*the thumbnails list of images*/
list-style-type: none;
margin: 0;
padding: 0;
}
.thumbSlider ul li{
float:left;
margin: 0;
}
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative;
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
} 

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a.left span, a.right span{ 

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;} </pre>
<p><strong>Preloader:</strong></p>
<p>slideViewerPro and slideViewer share the same &#8216;<strong>preloading</strong>&#8216; technique.</p>
<p>It is an idea i had while developing the slideViewer plugin, when i was searching for a technique to preload the images; here&#8217;s how it works and what to remember when installing your own slideViewerPro: I used the two built-in ready(fn) and load(fn) event handlers to create a CSS-based preloader: the first event is fired as soon the page DOM is ready; that means we can read the className .svwp and use the method prepend() to insert inside that DIV a &#8216;loader image&#8217; (.gif). The tricky part here, is to hide the list of images during this preload period: this is accomplished by shifting to the left (&#8217;very&#8217; left: -999em) of the page (see .svwp ul in the stylesheet) the whole list. As soon as the DOM is ready, that class shifts the list outside of the window (setting display: none won&#8217;t work in Opera) and insert an animated gif to show that &#8216;it is loading&#8217;. Then, i used the second event handler &#8211; wich waits the page to be fully loaded, including graphics &#8211; to fire the initialization of the gallery; the gif is removed and the list is shifted back on the screen (left: 0). What to remember: when using your own copy of slideViewerPro, look at line 26. There you&#8217;ll find the path of my preloader image (images/svwloader.gif); be sure to modify that line so that it points to your own preloader gif in your folder of images.</p>
<p>At line 26 of the <strong>jquery.slideViewerPro.1.0.js</strong> file, adjust the path of the preloader image:</p>
<pre class="brush: jscript;">jQuery(function(){
   jQuery(&quot;div.svwp&quot;).prepend(&quot;&lt;img src='my_images_folder/svwloader.gif' class='ldrgif' alt='loading...'/ &gt;&quot;);
});</pre>
<p><strong>Downloads</strong><br />
<a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/js/jquery.slideViewerPro.1.0.js" target="_blank">jquery.slideViewerPro.1.0.js</a><br />
<a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/css/svwp_style.css" target="_blank">svwp_style.css</a><br />
<a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/" target="_blank">the preloader image</a></p>
<p><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/images/svwloader.gif" target="_blank">Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jquery-slideviewerpro-a-pro-jquery-image-slider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Flash Plugin</title>
		<link>http://jqueryblog.net/2009/11/jquery-flash-plugin/</link>
		<comments>http://jqueryblog.net/2009/11/jquery-flash-plugin/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:29:47 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[jQuery flash]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=31</guid>
		<description><![CDATA[This jQuery plugin is for embedding Flash movies. Pages are progressively enhanced when Flash and JavaScript are available, and fallback to plain (X)HTML when they’re not. Replacements can happen as soon as the DOM is ready. (X)HTML, CSS and JavaScript stay separate, making it easy to remove, update or swap out later. Inspired by tools [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-flash-plugin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjquery-flash-plugin%2F" height="61" width="51" /></a></div><p>This jQuery plugin is for embedding Flash movies. Pages are progressively enhanced when Flash and JavaScript are available, and fallback to plain (X)HTML when they’re not. Replacements can happen as soon as the DOM is ready. (X)HTML, CSS and JavaScript stay separate, making it easy to remove, update or swap out later. Inspired by tools like SWFObject, UFO and sIFR, but written line-by-line for jQuery, no other scripts are required, meaning less redundancy, smaller filesize and faster loading.</p>
<p><strong>Usage:</strong></p>
<p><strong>Basic Embed:</strong><br />
<em>Javascrtipt:</em></p>
<pre class="brush: jscript;">$(document).ready(function(){
    $('#example').flash(
        { src: 'example.swf',
          width: 720,
          height: 480 },
        { version: 8 }
    );
});</pre>
<p><em>HTML:</em></p>
<pre class="brush: xml;">&lt;div id=&quot;example&quot;&gt;Say hello to the jQuery flash plugin <img src='http://jqueryblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &lt;/div&gt;</pre>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<strong>Basic Flashvars Embed:</strong><br />
<em>Javascrtipt:</em></p>
<pre class="brush: jscript;">$(document).ready(function(){
    $('#example').flash(
        {
          src: 'example.swf',
          width: 720,
          height: 480,
          flashvars: { foo: 'bar', baz: 'zoo' }
        },
        { version: 8 }
    );
});</pre>
<p><em>HTML:</em></p>
<pre class="brush: xml;">&lt;div id=&quot;example&quot;&gt;Please sir, can I have some flashvars?&lt;/div&gt;</pre>
<p><strong>Which browsers are supported?</strong><br />
Internet Explorer 5.5/6.0/7.0<br />
FireFox 1.5/2.0<br />
Safari 2.0<br />
Opera 9.0</p>
<p><a href="http://jquery.lukelutman.com/plugins/flash/index.html" target="_blank">Website</a> &#8211; <a href="http://jquery.lukelutman.com/plugins/flash/jquery.flash.js" target="_blank">Download (8.4k)</a> &#8211; <a href="http://jquery.lukelutman.com/plugins/flash/index.html#examples" target="_blank">Examples</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jquery-flash-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>s3Slider jQuery Plugin &amp; Tutorial</title>
		<link>http://jqueryblog.net/2009/11/s3slider-jquery-plugin-tutorial/</link>
		<comments>http://jqueryblog.net/2009/11/s3slider-jquery-plugin-tutorial/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:47:16 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[jQuery Tutorial]]></category>
		<category><![CDATA[image slider]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[s3Slider]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=22</guid>
		<description><![CDATA[The s3Slider jQuery plugin is made by example of jd`s smooth slide show script.
Usage:
&#60;script src=&#34;js/jquery.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;script src=&#34;js/s3Slider.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
HTML:
&#60;div id=&#34;s3slider&#34;&#62;
   &#60;ul id=&#34;s3sliderContent&#34;&#62;
      &#60;li class=&#34;s3sliderImage&#34;&#62;
          &#60;img src=&#34;#&#34; /&#62;
          &#60;span&#62;Your text comes here&#60;/span&#62;
 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fs3slider-jquery-plugin-tutorial%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fs3slider-jquery-plugin-tutorial%2F" height="61" width="51" /></a></div><p>The s3Slider jQuery plugin is made by example of jd`s smooth slide show script.</p>
<p><strong>Usage:</strong></p>
<pre class="brush: jscript;">&lt;script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;js/s3Slider.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre>
<p><strong>HTML:</strong></p>
<pre class="brush: xml;">&lt;div id=&quot;s3slider&quot;&gt;
   &lt;ul id=&quot;s3sliderContent&quot;&gt;
      &lt;li class=&quot;s3sliderImage&quot;&gt;
          &lt;img src=&quot;#&quot; /&gt;
          &lt;span&gt;Your text comes here&lt;/span&gt;
      &lt;/li&gt;
      &lt;li class=&quot;s3sliderImage&quot;&gt;
          &lt;img src=&quot;#&quot; /&gt;
          &lt;span&gt;Your text comes here&lt;/span&gt;
      &lt;/li&gt;
      &lt;div class=&quot;clear s3sliderImage&quot;&gt;&lt;/div&gt;
   &lt;/ul&gt;
&lt;/div&gt;</pre>
<p><strong>Sample CSS:</strong></p>
<pre class="brush: css;">#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -&gt; the box with text will be shown at the top of the image
       if you put
       bottom: 0; -&gt; the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}</pre>
<p><strong>Inside in HTML:</strong></p>
<pre class="brush: jscript;">$(document).ready(function() {
   $('#s3slider').s3Slider({
      timeOut: 4000
   });
});</pre>
<p><em><strong>timeOut</strong></em>: values in miliseconds&#8230;</p>
<p><a href="http://serie3.info/s3slider/demonstration.html" target="_blank">Example</a> &#8211; <a href="http://serie3.info/s3slider/index.php" target="_blank">Website</a></p>
<p><strong>Download</strong></p>
<p><a href="http://serie3.info/s3slider/style/code/s3SliderFull.rar" target="_blank">Full version (with examples)</a> (size: 574kb)<br />
<a href="http://serie3.info/s3slider/style/code/s3Slider.rar" target="_blank">Uncompressed version</a> (size: 4.12kb)<br />
<a href="http://serie3.info/s3slider/style/code/s3SliderPacked.rar" target="_blank">Compressed version</a> (size: 1.66kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/s3slider-jquery-plugin-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
