<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Learn How to Create a jQuery Plugin</title>
	<atom:link href="http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:53:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eyveneena</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-132987</link>
		<dc:creator>Eyveneena</dc:creator>
		<pubDate>Wed, 18 Nov 2009 01:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-132987</guid>
		<description>I did it!  I did it!  I did it!  I built my first plugin!  It works OMGoodness!
Thank you soooo much for this tutorial!  And I used Visual Web Developer to do it!</description>
		<content:encoded><![CDATA[<p>I did it!  I did it!  I did it!  I built my first plugin!  It works OMGoodness!<br />
Thank you soooo much for this tutorial!  And I used Visual Web Developer to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eyveneena</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-132806</link>
		<dc:creator>Eyveneena</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-132806</guid>
		<description>I have been studying jQuery for about two years now and I was to the point whenever rewriting a set of code that I usually use became tedious I thought &quot;maybe it is time to learn how to turn this into a function?&quot;  I ran across this tutorial creating a plugin.  Plugins are for the &quot;pros&quot;.  This was explained and I realized that I understood more than I thought I would about a basic plugin.  So, I will attempt to make a plugin.  Anyway, this was truely enlightening to the core idea of creating a plugin.  Not sure what I am getting into.  LOL  
Thank you.

PS.  are you using sql software to create this?</description>
		<content:encoded><![CDATA[<p>I have been studying jQuery for about two years now and I was to the point whenever rewriting a set of code that I usually use became tedious I thought &#8220;maybe it is time to learn how to turn this into a function?&#8221;  I ran across this tutorial creating a plugin.  Plugins are for the &#8220;pros&#8221;.  This was explained and I realized that I understood more than I thought I would about a basic plugin.  So, I will attempt to make a plugin.  Anyway, this was truely enlightening to the core idea of creating a plugin.  Not sure what I am getting into.  LOL<br />
Thank you.</p>
<p>PS.  are you using sql software to create this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Några jQuery plugins &#124; qvister</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-110393</link>
		<dc:creator>Några jQuery plugins &#124; qvister</dc:creator>
		<pubDate>Wed, 23 Sep 2009 05:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-110393</guid>
		<description>[...] är sugen på att börja skriva riktiga plugins till jQuery rekommenderar jag denna guide från Nettuts och en från [...]</description>
		<content:encoded><![CDATA[<p>[...] är sugen på att börja skriva riktiga plugins till jQuery rekommenderar jag denna guide från Nettuts och en från [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-107991</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 17 Sep 2009 12:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-107991</guid>
		<description>Ok so this is pretty cool, a nice example of how to create a plugin.

However, the functionality of this is useful to me.  How can I adapt this to center the image within a div, not the browser window?

The div will be a set width/height and the image within it will vary in size but need to stay centered..?

There is examples out there in google but appear to be quite clunky..

Many thanks</description>
		<content:encoded><![CDATA[<p>Ok so this is pretty cool, a nice example of how to create a plugin.</p>
<p>However, the functionality of this is useful to me.  How can I adapt this to center the image within a div, not the browser window?</p>
<p>The div will be a set width/height and the image within it will vary in size but need to stay centered..?</p>
<p>There is examples out there in google but appear to be quite clunky..</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calyan Kumar</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-72269</link>
		<dc:creator>calyan Kumar</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-72269</guid>
		<description>hey! that stuff was really helpful. I have developed a sample plugin. Now where can i make it available to others?</description>
		<content:encoded><![CDATA[<p>hey! that stuff was really helpful. I have developed a sample plugin. Now where can i make it available to others?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-71940</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 16 Jun 2009 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-71940</guid>
		<description>I am not able to see this video</description>
		<content:encoded><![CDATA[<p>I am not able to see this video</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Lover</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-32390</link>
		<dc:creator>jQuery Lover</dc:creator>
		<pubDate>Fri, 30 Jan 2009 09:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-32390</guid>
		<description>@Nora:
Because &quot;this&quot; is a DOM object and $(this) or $(element) is a jQuery object and this object has height() method in it.

You can read more about jQuery custom functions and &lt;a href=&quot;http://jquery-howto.blogspot.com/2008/12/how-to-create-jquery-plugin-extending.html&quot; rel=&quot;nofollow&quot;&gt;custom plugins here&lt;/a&gt;.

You might find this useful as well. All jQuery plugins related posts: http://jquery-howto.blogspot.com/search/label/plugin</description>
		<content:encoded><![CDATA[<p>@Nora:<br />
Because &#8220;this&#8221; is a DOM object and $(this) or $(element) is a jQuery object and this object has height() method in it.</p>
<p>You can read more about jQuery custom functions and <a href="http://jquery-howto.blogspot.com/2008/12/how-to-create-jquery-plugin-extending.html" rel="nofollow">custom plugins here</a>.</p>
<p>You might find this useful as well. All jQuery plugins related posts: <a href="http://jquery-howto.blogspot.com/search/label/plugin" rel="nofollow">http://jquery-howto.blogspot.com/search/label/plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nora Brown</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-31426</link>
		<dc:creator>Nora Brown</dc:creator>
		<pubDate>Mon, 26 Jan 2009 00:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-31426</guid>
		<description>Confused...if &quot;this&quot; is already a jQuery object, and you then assign that object to the variable &quot;element&quot;, why do you need to wrap it as in &quot;var imageHeight = $(element).height();&quot; ? Why not just element.height(), which does seem to work at least in Safari and Firefox?</description>
		<content:encoded><![CDATA[<p>Confused&#8230;if &#8220;this&#8221; is already a jQuery object, and you then assign that object to the variable &#8220;element&#8221;, why do you need to wrap it as in &#8220;var imageHeight = $(element).height();&#8221; ? Why not just element.height(), which does seem to work at least in Safari and Firefox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Tip: Resources for Creating Your Own Plugins &#124; Dev Tips &#124; Become a Better Developer, One Tip at a Time.</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-27237</link>
		<dc:creator>jQuery Tip: Resources for Creating Your Own Plugins &#124; Dev Tips &#124; Become a Better Developer, One Tip at a Time.</dc:creator>
		<pubDate>Tue, 06 Jan 2009 13:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-27237</guid>
		<description>[...] Visit Article tagged under:   Digg &#124; Del.icio.us &#124; Stumble &#124; Reddit [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit Article tagged under:   Digg | Del.icio.us | Stumble | Reddit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: playinlife</title>
		<link>http://net.tutsplus.com/videos/screencasts/learn-how-to-create-a-jquery-plugin/#comment-23004</link>
		<dc:creator>playinlife</dc:creator>
		<pubDate>Sat, 13 Dec 2008 09:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=827#comment-23004</guid>
		<description>I can’t see the video too...</description>
		<content:encoded><![CDATA[<p>I can’t see the video too&#8230;</p>
]]></content:encoded>
	</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 3/7 queries in 0.007 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 11:08:51 -->