<?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>Tue, 21 Feb 2012 15:34:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-9411</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sun, 23 Oct 2011 02:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-9411</guid>
		<description>@baidu:
I use 1and1.com, on their cheapest plan. It&#039;s old-line LAMP (linux-apache-php-mysql) only, and not updated very frequently, and down for an hour once or twice a week. In short, it&#039;s worth everything I pay for it and I have no complaints, but it&#039;s nothing fancy.
--Danny</description>
		<content:encoded><![CDATA[<p>@baidu:<br />
I use 1and1.com, on their cheapest plan. It&#8217;s old-line LAMP (linux-apache-php-mysql) only, and not updated very frequently, and down for an hour once or twice a week. In short, it&#8217;s worth everything I pay for it and I have no complaints, but it&#8217;s nothing fancy.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baidu ways</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-9392</link>
		<dc:creator>baidu ways</dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-9392</guid>
		<description>hey, this power be bit offtopic, but i am hosting my place on hostgator and they wishes interrupt my hosting in 4days, so i would like to ask you which hosting do you purpose or recommend?</description>
		<content:encoded><![CDATA[<p>hey, this power be bit offtopic, but i am hosting my place on hostgator and they wishes interrupt my hosting in 4days, so i would like to ask you which hosting do you purpose or recommend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essential jQuery Plugin Patterns &#8211; Just a blog :)</title>
		<link>http://bililite.nfshost.com/blog/understanding-jquery-ui-widgets-a-tutorial/comment-page-2/#comment-8911</link>
		<dc:creator>Essential jQuery Plugin Patterns &#8211; Just a blog :)</dc:creator>
		<pubDate>Wed, 12 Oct 2011 12:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?page_id=286#comment-8911</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] “Understanding jQuery UI Widgets: A Tutorial,” Hacking at 0300 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

