<?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 for Dave Smith.info</title>
	<atom:link href="http://www.dave-smith.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-smith.info</link>
	<description>Just another Dave Smith</description>
	<lastBuildDate>Tue, 22 Sep 2009 11:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jQuery plugin template by Dave Smith</title>
		<link>http://www.dave-smith.info/2009/02/07/jquery-plugin-template/comment-page-1/#comment-1283</link>
		<dc:creator>Dave Smith</dc:creator>
		<pubDate>Tue, 22 Sep 2009 11:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=77#comment-1283</guid>
		<description>Hi Dykam

No, because essentially we&#039;re just accessing the plugin object (passing nothing to it) and then calling the function on that object. The problem, to a certain degree, is about namespacing the plugin, so what if we just create a &quot;sub-plugin&quot; like as follows:

$.fn.plugin_func = function() {}
and call it with $(&#039;#foo&#039;).plugin_func();

Basically it is just another plugin, but by name (only) related to the main plugin. You could still access the main plugin objects etc. from the &quot;sub-plugin&quot;. For example getting the defaults = $.fn.plugin.defaults.

I&#039;ve not done a plugin that works like I&#039;m describing and so I have no idea of the problems involved in working across plugins. If you do try it out, please let me know how you get on. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Dykam</p>
<p>No, because essentially we&#8217;re just accessing the plugin object (passing nothing to it) and then calling the function on that object. The problem, to a certain degree, is about namespacing the plugin, so what if we just create a &#8220;sub-plugin&#8221; like as follows:</p>
<p>$.fn.plugin_func = function() {}<br />
and call it with $(&#8216;#foo&#8217;).plugin_func();</p>
<p>Basically it is just another plugin, but by name (only) related to the main plugin. You could still access the main plugin objects etc. from the &#8220;sub-plugin&#8221;. For example getting the defaults = $.fn.plugin.defaults.</p>
<p>I&#8217;ve not done a plugin that works like I&#8217;m describing and so I have no idea of the problems involved in working across plugins. If you do try it out, please let me know how you get on. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin template by Dykam</title>
		<link>http://www.dave-smith.info/2009/02/07/jquery-plugin-template/comment-page-1/#comment-1240</link>
		<dc:creator>Dykam</dc:creator>
		<pubDate>Sun, 20 Sep 2009 15:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=77#comment-1240</guid>
		<description>Did you find a way to have acces to the selector inside $.fn.plugin.func in case of $(&quot;#foo&quot;).plugin.func;?</description>
		<content:encoded><![CDATA[<p>Did you find a way to have acces to the selector inside $.fn.plugin.func in case of $(&#8220;#foo&#8221;).plugin.func;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin template by Jim</title>
		<link>http://www.dave-smith.info/2009/02/07/jquery-plugin-template/comment-page-1/#comment-961</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 04 Sep 2009 08:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=77#comment-961</guid>
		<description>Thanks for this.

The &quot;var&quot; there is not required, as options is already a local variable by virtue of being an argument.</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
<p>The &#8220;var&#8221; there is not required, as options is already a local variable by virtue of being an argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom bullets in multi-level unordered lists in CSS by dave hibberd</title>
		<link>http://www.dave-smith.info/custom-bullets-multi-level-unordered-lists-css/comment-page-1/#comment-181</link>
		<dc:creator>dave hibberd</dc:creator>
		<pubDate>Tue, 16 Jun 2009 00:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?page_id=13#comment-181</guid>
		<description>Cheers for this - helped me massage my mind in a stick!</description>
		<content:encoded><![CDATA[<p>Cheers for this &#8211; helped me massage my mind in a stick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS :content and :section pseudo element selectors by Dave Smith</title>
		<link>http://www.dave-smith.info/2009/03/13/css-content-and-section-pseudo-element-selectors/comment-page-1/#comment-175</link>
		<dc:creator>Dave Smith</dc:creator>
		<pubDate>Tue, 02 Jun 2009 09:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=116#comment-175</guid>
		<description>Your right, there is no such tag, I just meant h1, h2, h3, h4, h5, h6 or h.</description>
		<content:encoded><![CDATA[<p>Your right, there is no such tag, I just meant h1, h2, h3, h4, h5, h6 or h.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery.stacker-menu by Dave Smith</title>
		<link>http://www.dave-smith.info/2009/02/08/jquery-stacker-menu/comment-page-1/#comment-174</link>
		<dc:creator>Dave Smith</dc:creator>
		<pubDate>Tue, 02 Jun 2009 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=90#comment-174</guid>
		<description>Thanks Matt, hmm I think I&#039;ll have to write a how to. But essentially if you use a bog-standard list of links then it will do its thing. After which, it&#039;s a matter of playing with the CSS.</description>
		<content:encoded><![CDATA[<p>Thanks Matt, hmm I think I&#8217;ll have to write a how to. But essentially if you use a bog-standard list of links then it will do its thing. After which, it&#8217;s a matter of playing with the CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progressive JPEGs for thumbnails? by Dave Smith</title>
		<link>http://www.dave-smith.info/2009/01/13/progressive-jpegs-thumbnails-2/comment-page-1/#comment-173</link>
		<dc:creator>Dave Smith</dc:creator>
		<pubDate>Tue, 02 Jun 2009 09:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=35#comment-173</guid>
		<description>Yep, it would be quicker and save bandwidth. Missed the point a little, the idea is that the browser handles how much of an image to download. I mentioned Javascript only to make sure that a browser would take dynamic/javascripted changes into account; if an image is made larger, then more of the image, if there is any, should be downloaded accordingly.</description>
		<content:encoded><![CDATA[<p>Yep, it would be quicker and save bandwidth. Missed the point a little, the idea is that the browser handles how much of an image to download. I mentioned Javascript only to make sure that a browser would take dynamic/javascripted changes into account; if an image is made larger, then more of the image, if there is any, should be downloaded accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progressive JPEGs for thumbnails? by Matthew Hillman</title>
		<link>http://www.dave-smith.info/2009/01/13/progressive-jpegs-thumbnails-2/comment-page-1/#comment-172</link>
		<dc:creator>Matthew Hillman</dc:creator>
		<pubDate>Tue, 02 Jun 2009 08:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=35#comment-172</guid>
		<description>What would be the browser load time be like for that? I&#039;m guessing it would be quick as it would only download part of the image (if I understand correctly?) then when you click the image it goes to 100%? Would this be just like a dynamically expanding image or in a pop up? (knowing me i&#039;ve missed the point completely)</description>
		<content:encoded><![CDATA[<p>What would be the browser load time be like for that? I&#8217;m guessing it would be quick as it would only download part of the image (if I understand correctly?) then when you click the image it goes to 100%? Would this be just like a dynamically expanding image or in a pop up? (knowing me i&#8217;ve missed the point completely)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery.stacker-menu by Matthew Hillman</title>
		<link>http://www.dave-smith.info/2009/02/08/jquery-stacker-menu/comment-page-1/#comment-171</link>
		<dc:creator>Matthew Hillman</dc:creator>
		<pubDate>Tue, 02 Jun 2009 08:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=90#comment-171</guid>
		<description>I really like the effect it has with the sliding menu&#039;s I have a bit of issue with it overlapping menu items, is it suppose to do that? Is it hard to do?</description>
		<content:encoded><![CDATA[<p>I really like the effect it has with the sliding menu&#8217;s I have a bit of issue with it overlapping menu items, is it suppose to do that? Is it hard to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery.animate-sprite by Matthew Hillman</title>
		<link>http://www.dave-smith.info/2009/03/09/jqueryanimate-sprite/comment-page-1/#comment-170</link>
		<dc:creator>Matthew Hillman</dc:creator>
		<pubDate>Tue, 02 Jun 2009 08:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-smith.info/?p=111#comment-170</guid>
		<description>Lol thats cool :-)</description>
		<content:encoded><![CDATA[<p>Lol thats cool <img src='http://www.dave-smith.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
