<?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 Hacking at 0300</title>
	<atom:link href="http://bililite.nfshost.com/blog/comments/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>Comment on Understanding jQuery UI widgets: A tutorial 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>Comment on Understanding jQuery UI widgets: A tutorial 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>Comment on Understanding jQuery UI widgets: A tutorial 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>Comment on New jQuery Widget: flexcal by Adrian</title>
		<link>http://bililite.nfshost.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-21627</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 01 May 2012 22:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=524#comment-21627</guid>
		<description>I think I answered my own question just now... I meant multiple inputs with the same name. Not ID, sorry. But I believe I figured out how to make this work. Sorry to have wasted your time there. :)

Thanks!</description>
		<content:encoded><![CDATA[<p>I think I answered my own question just now&#8230; I meant multiple inputs with the same name. Not ID, sorry. But I believe I figured out how to make this work. Sorry to have wasted your time there. <img src='http://bililite.nfshost.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New jQuery Widget: flexcal by Adrian</title>
		<link>http://bililite.nfshost.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-21626</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 01 May 2012 21:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=524#comment-21626</guid>
		<description>On the second one I did just that... I typed it in.. *sigh* 

</description>
		<content:encoded><![CDATA[<p>On the second one I did just that&#8230; I typed it in.. *sigh* </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New jQuery Widget: flexcal by Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-21625</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 01 May 2012 21:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=524#comment-21625</guid>
		<description>@Adrian:
I don&#039;t understand what you are trying to do without the sample code. Don&#039;t try to format it or anything, just type it in.
--Danny</description>
		<content:encoded><![CDATA[<p>@Adrian:<br />
I don&#8217;t understand what you are trying to do without the sample code. Don&#8217;t try to format it or anything, just type it in.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New jQuery Widget: flexcal by Adrian</title>
		<link>http://bililite.nfshost.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-21624</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 01 May 2012 21:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=524#comment-21624</guid>
		<description>noticed the stuff in the code blocks didn&#039;t work. heheh. sorry. Trying again:

</description>
		<content:encoded><![CDATA[<p>noticed the stuff in the code blocks didn&#8217;t work. heheh. sorry. Trying again:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New jQuery Widget: flexcal by Adrian</title>
		<link>http://bililite.nfshost.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-21623</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 01 May 2012 21:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=524#comment-21623</guid>
		<description>Hello Danny,

Excellent work here, and write-up. I&#039;m looking to see if there is a way to make the calendar appear for multiple inputs with the same id/name. For example, I&#039;m working on a project where the application is required to display the initial form with one calendar input. Then the user can duplicate the input within the form, to have a second set of, say, computer inventory information. Thus, the form data is passed to the server as an array. 
Can I have something like:
[code]


[/code]
Then when the user clicks on the two input fields, two separate calendars appear. And the date would go through as an array as expected (ex: date=01/01/2010,02/02/2012).

I tried the datepicker supplied by JQuery&#039;s core ui, but couldn&#039;t get it to work (or maybe I&#039;m not understanding JQuery enough to make it generate a new calendar for each input with matching id/name). So, I&#039;m checking you JQuery plug-in to see if it can do what I&#039;m looking for. 

If your plug-in can do this, would you be so kind to provide a mini example, or explain how I can make this work?

Thank you!
Adrian</description>
		<content:encoded><![CDATA[<p>Hello Danny,</p>
<p>Excellent work here, and write-up. I&#8217;m looking to see if there is a way to make the calendar appear for multiple inputs with the same id/name. For example, I&#8217;m working on a project where the application is required to display the initial form with one calendar input. Then the user can duplicate the input within the form, to have a second set of, say, computer inventory information. Thus, the form data is passed to the server as an array.<br />
Can I have something like:<br />
[code]</p>
<p>[/code]<br />
Then when the user clicks on the two input fields, two separate calendars appear. And the date would go through as an array as expected (ex: date=01/01/2010,02/02/2012).</p>
<p>I tried the datepicker supplied by JQuery&#8217;s core ui, but couldn&#8217;t get it to work (or maybe I&#8217;m not understanding JQuery enough to make it generate a new calendar for each input with matching id/name). So, I&#8217;m checking you JQuery plug-in to see if it can do what I&#8217;m looking for. </p>
<p>If your plug-in can do this, would you be so kind to provide a mini example, or explain how I can make this work?</p>
<p>Thank you!<br />
Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nearly Free Speech by Hacking at 0300 : Using NFS.net with Amazon S3</title>
		<link>http://bililite.nfshost.com/blog/2012/02/03/nearly-free-speech/comment-page-1/#comment-19202</link>
		<dc:creator>Hacking at 0300 : Using NFS.net with Amazon S3</dc:creator>
		<pubDate>Mon, 02 Apr 2012 21:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=2228#comment-19202</guid>
		<description>[...] key was straightforward and the email support person was prompt, helpful and friendly. The only downsides are the safe mode restrictions, which I have been easily able to work around, and the expensive [...]</description>
		<content:encoded><![CDATA[<p>[...] key was straightforward and the email support person was prompt, helpful and friendly. The only downsides are the safe mode restrictions, which I have been easily able to work around, and the expensive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery CSS parser by Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/01/16/jquery-css-parser/comment-page-1/#comment-18315</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 20 Mar 2012 19:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=251#comment-18315</guid>
		<description>@Brad:
And thank you for analyzing it in such detail!
I&#039;m not a Real Programmer; no pair programming, no test-driven development, no source version control (which I keep kicking myself about and will no doubt come to regret). I just solve problems as I come across them and release what I&#039;ve learned. It&#039;s nice to have someone looking over my shoulder.
--Danny</description>
		<content:encoded><![CDATA[<p>@Brad:<br />
And thank you for analyzing it in such detail!<br />
I&#8217;m not a Real Programmer; no pair programming, no test-driven development, no source version control (which I keep kicking myself about and will no doubt come to regret). I just solve problems as I come across them and release what I&#8217;ve learned. It&#8217;s nice to have someone looking over my shoulder.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
</channel>
</rss>

