<?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: Understanding jQuery UI widgets: A tutorial</title>
	<atom:link href="http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.nfshost.com/blog</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<lastBuildDate>Thu, 10 May 2012 10:36:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: A Step-by-step Guide to Code your first jQuery Plugin (Part 1 &#8211; Basic Resources and Tutorials) &#124; Bold The Sign Blog</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-22228</link>
		<dc:creator>A Step-by-step Guide to Code your first jQuery Plugin (Part 1 &#8211; Basic Resources and Tutorials) &#124; Bold The Sign Blog</dc:creator>
		<pubDate>Thu, 10 May 2012 10:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-22228</guid>
		<description>[...] Before jump right into the code, there are some basic things that you need to know, you can learn the jQuery Plugin authoring basics, practices, and common pitfalls in developing the plugin here [...]</description>
		<content:encoded><![CDATA[<p>[...] Before jump right into the code, there are some basic things that you need to know, you can learn the jQuery Plugin authoring basics, practices, and common pitfalls in developing the plugin here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-22061</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 07 May 2012 14:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-22061</guid>
		<description>@brice:
You are correct. I have corrected it.
--Danny</description>
		<content:encoded><![CDATA[<p>@brice:<br />
You are correct. I have corrected it.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brice</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-22046</link>
		<dc:creator>brice</dc:creator>
		<pubDate>Mon, 07 May 2012 09:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-22046</guid>
		<description>there is an error in function green2 ( first version )

should be this :
if (!this.green) this.green = new Green($(this)); // associate our state-keeping object with the element
instead of this :
if (!this.green) this.green = new Green(this); // associate our state-keeping object with the element

thanks for the tuto ! very interesting !</description>
		<content:encoded><![CDATA[<p>there is an error in function green2 ( first version )</p>
<p>should be this :<br />
if (!this.green) this.green = new Green($(this)); // associate our state-keeping object with the element<br />
instead of this :<br />
if (!this.green) this.green = new Green(this); // associate our state-keeping object with the element</p>
<p>thanks for the tuto ! very interesting !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-12008</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-12008</guid>
		<description>@Rafi:
Your comment is just an advertisement for your own set of widgets, which as far as I can tell to not even use jQuery UI. But they look cool and may give people ideas for their own widgets, so I&#039;ll let it slide.</description>
		<content:encoded><![CDATA[<p>@Rafi:<br />
Your comment is just an advertisement for your own set of widgets, which as far as I can tell to not even use jQuery UI. But they look cool and may give people ideas for their own widgets, so I&#8217;ll let it slide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafi</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-11970</link>
		<dc:creator>Rafi</dc:creator>
		<pubDate>Fri, 09 Dec 2011 03:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-11970</guid>
		<description>Professionally developed and ready to use jQuery widgets.</description>
		<content:encoded><![CDATA[<p>Professionally developed and ready to use jQuery widgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-11965</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 09 Dec 2011 00:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-11965</guid>
		<description>@Chemises homme (I assume you are a real person who designed that site):
Yes, for turning the color off and on in real life you would use a simple toggle. That was simply an example of how to create a widget; the example needed to be simple enough to not &quot;get in the way&quot; of the explanation. Actual widgets would be far more complex and need to store state and respond to events.
--Danny</description>
		<content:encoded><![CDATA[<p>@Chemises homme (I assume you are a real person who designed that site):<br />
Yes, for turning the color off and on in real life you would use a simple toggle. That was simply an example of how to create a widget; the example needed to be simple enough to not &#8220;get in the way&#8221; of the explanation. Actual widgets would be far more complex and need to store state and respond to events.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chemises homme</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-11929</link>
		<dc:creator>Chemises homme</dc:creator>
		<pubDate>Thu, 08 Dec 2011 10:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-11929</guid>
		<description>Thank dany but, 
why you don&#039;t use the toggle function ?</description>
		<content:encoded><![CDATA[<p>Thank dany but,<br />
why you don&#8217;t use the toggle function ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-10212</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 08 Nov 2011 21:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-10212</guid>
		<description>@Cordyceps:
This may have been unclear, but the way to call all methods of UI widgets is by calling the plugin with the name of the method:
&lt;code&gt;$(&#039;.target&#039;).green6(&#039;setLevel&#039;, 7);&lt;/code&gt;
The &lt;a href=&quot;http://jqueryui.com/demos/&quot; rel=&quot;nofollow&quot;&gt;UI documentation&lt;/a&gt; goes into using widgets in more detail.
--Danny</description>
		<content:encoded><![CDATA[<p>@Cordyceps:<br />
This may have been unclear, but the way to call all methods of UI widgets is by calling the plugin with the name of the method:<br />
<code>$('.target').green6('setLevel', 7);</code><br />
The <a href="http://jqueryui.com/demos/" rel="nofollow">UI documentation</a> goes into using widgets in more detail.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cordyceps</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-10211</link>
		<dc:creator>Cordyceps</dc:creator>
		<pubDate>Tue, 08 Nov 2011 21:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-10211</guid>
		<description>That is very nice what I did not undestand is how do you call setLevels?
Can setlevels be called externally?</description>
		<content:encoded><![CDATA[<p>That is very nice what I did not undestand is how do you call setLevels?<br />
Can setlevels be called externally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark William</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-9942</link>
		<dc:creator>Mark William</dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-9942</guid>
		<description>Very very important tutorial.
Thank you somuch for this wonderful post.</description>
		<content:encoded><![CDATA[<p>Very very important tutorial.<br />
Thank you somuch for this wonderful post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

