<?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>Nettuts+ &#187; Plugins</title>
	<atom:link href="http://net.tutsplus.com/category/freebies/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Fri, 20 Nov 2009 19:56:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>s3Slider jQuery Plugin</title>
		<link>http://net.tutsplus.com/freebies/plugins/s3slider-jquery-plugin/</link>
		<comments>http://net.tutsplus.com/freebies/plugins/s3slider-jquery-plugin/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 19:02:43 +0000</pubDate>
		<dc:creator>Jeffrey Way</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://nettuts.com/?p=2269</guid>
		<description><![CDATA[<img src="http://nettuts.s3.amazonaws.com/162_slider/200x200.jpg" alt="S3Slider Plugin" />]]></description>
			<content:encoded><![CDATA[<p><strong>Cost:</strong> Free, Creative Commons Attribution 2.5<br /> <strong>Found Via:</strong> <a href="http://www.serie3.info/s3slider/index.php">www.serie3.info/</a> </p>
<p><span id="more-2269"></span>
<p> Boban created a wonderful &#8220;featured content&#8221; jQuery plugin. You&#8217;ve seen this effect many, many times. Now you can easily implement the functionality into your own web apps. </p>
<p> Want to know exactly how to use it? <a href="http://blog.themeforest.net/tutorials/jquery-for-absolute-beginners-day-14/">Watch a video tutorial over at the ThemeForest blog.</a> </p>
<div class="tutorial_image"> <a href="http://www.serie3.info/s3slider/index.php"> <img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_src_nm.jpg" alt=""></a> <a href="http://www.serie3.info/s3slider/demonstration.html" target="_blank"> <img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_demo_nm.jpg" alt=""></a></div>
<div class="tutorial_image"> <img src="http://nettuts.s3.amazonaws.com/162_slider/car.jpg" alt="jQuery Plugin"> </div>
<ul class="webroundup">
<li>Subscribe to the <a href="http://feeds.feedburner.com/nettuts" title="NETTUTS RSS Feed">NETTUTS RSS Feed</a> for more daily web development tuts and articles.</li>
</ul>
<p> <script type="text/javascript"><!--digg_url = "post permalink (not digg url)"; // --> </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://net.tutsplus.com/freebies/plugins/s3slider-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Live Query</title>
		<link>http://net.tutsplus.com/freebies/plugins/live-query/</link>
		<comments>http://net.tutsplus.com/freebies/plugins/live-query/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:30:16 +0000</pubDate>
		<dc:creator>Jeffrey Way</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://nettuts.com/?p=1927</guid>
		<description><![CDATA[<img src="http://nettuts.s3.amazonaws.com/136_liveQuery/200x200.png" alt="Live query" />]]></description>
			<content:encoded><![CDATA[<p>
If you&#8217;ve ever dynamically created an element using Javascript, you&#8217;ll no doubt have experienced problems with binding events to these elements. Luckily, a small jQuery plugin created by <a href="http://blog.brandonaaron.net/">Brandon Aaron</a> (jQuery team member), called Live Query, makes this a cinch.
</p>
<p><span id="more-1927"></span></p>
<div class="tutorial_image">
<a href="http://plugins.jquery.com/files/livequery_1.0.2.zip"><br />
<img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_src_nm.jpg" alt=""></a><br />
<a href="http://brandonaaron.net/jquery/plugins/livequery/test/test.html" target="_blank"><br />
<img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_demo_nm.jpg" alt=""></a></div>
<blockquote><p>
&#8220;Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.&#8221;
</p></blockquote>
<h3>Implementation</h3>
<pre name="code" class="js">
$('a')
    .livequery('click', function(event) {
        alert('clicked');
        return false;
    });
</pre>
<p>
This will fire the click event on all anchor tags &#8211; <strong>even the ones that have been dynamically generated with AJAX.</strong> For more information, <a href="http://plugins.jquery.com/project/livequery">refer to the documentation.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://net.tutsplus.com/freebies/plugins/live-query/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin: Preload Images</title>
		<link>http://net.tutsplus.com/freebies/plugins/jquery-plugin-preload-images/</link>
		<comments>http://net.tutsplus.com/freebies/plugins/jquery-plugin-preload-images/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:41:10 +0000</pubDate>
		<dc:creator>Jeffrey Way</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[image preloader]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://nettuts.com/?p=1711</guid>
		<description><![CDATA[<img src="http://nettuts.s3.amazonaws.com/122_preloadPlugin/200x200.png" alt="Image Preloader" />]]></description>
			<content:encoded><![CDATA[<p><strong>Cost:</strong> Free, links back<br />
<strong>Found Via:</strong> <a href="http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/">www.filamentgroup.com</a>
</p>
<p><span id="more-1711"></span></p>
<p>
Today, I came across a great jQuery plugin that will preload your images. This file now has a permanent spot in my &#8220;resources&#8221; folder. The plugin essentially scans your CSS files and preloads all of the images within it.
</p>
<div class="tutorial_image">
<a href="http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/"><br />
<img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_src_nm.jpg" alt=""></a><br />
<a href="http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/" target="_blank"><br />
<img src="http://nettuts.com/wp-content/themes/nettuts/site_images/button_demo_nm.jpg" alt=""></a></div>
<div class="tutorial_image">
<img src="http://nettuts.s3.amazonaws.com/122_preloadPlugin/filament.jpg" alt="Image Preloader Plugin">
</div>
]]></content:encoded>
			<wfw:commentRss>http://net.tutsplus.com/freebies/plugins/jquery-plugin-preload-images/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 4/11 queries in 0.010 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 15:46:34 -->