<?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: Updating timepickr</title>
	<atom:link href="http://bililite.com/blog/2009/07/09/updating-timepickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.com/blog/2009/07/09/updating-timepickr/</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<lastBuildDate>Thu, 22 Jul 2010 22:04:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1613</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 14 Jul 2010 02:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1613</guid>
		<description>@Peter Nguyen:
I&#039;m not sure. The code only removes the ui-state-hover when hovering over a different element (and applies it to &lt;em&gt;that&lt;/em&gt; element immediately), not when moving off the timepickr entirely. Are you manipulating ui-state-hover in any other way?
--Danny</description>
		<content:encoded><![CDATA[<p>@Peter Nguyen:<br />
I&#8217;m not sure. The code only removes the ui-state-hover when hovering over a different element (and applies it to <em>that</em> element immediately), not when moving off the timepickr entirely. Are you manipulating ui-state-hover in any other way?<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Nguyen</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1594</link>
		<dc:creator>Peter Nguyen</dc:creator>
		<pubDate>Sun, 04 Jul 2010 15:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1594</guid>
		<description>Thanks for a wonderful job with this plugin!

I have encountered a problem though, when checking the examples on this page, I&#039;ve noticed that the CSS class &quot;ui-state-hover&quot; doesn&#039;t get removed when you move the mouse outside the  element. But when using the same code on my site, the &quot;ui-state-hover&quot; disappears, making the plugin select the value of the first . Do you have any idea how to fix this?</description>
		<content:encoded><![CDATA[<p>Thanks for a wonderful job with this plugin!</p>
<p>I have encountered a problem though, when checking the examples on this page, I&#8217;ve noticed that the CSS class &#8220;ui-state-hover&#8221; doesn&#8217;t get removed when you move the mouse outside the  element. But when using the same code on my site, the &#8220;ui-state-hover&#8221; disappears, making the plugin select the value of the first . Do you have any idea how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1566</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 28 May 2010 01:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1566</guid>
		<description>@Thomas:
I&#039;ve updated the code to use jQuery 1.4 and jQuery UI 1.8; you may want to update as well.
--Danny</description>
		<content:encoded><![CDATA[<p>@Thomas:<br />
I&#8217;ve updated the code to use jQuery 1.4 and jQuery UI 1.8; you may want to update as well.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1529</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 21 May 2010 12:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1529</guid>
		<description>Regarding my previous post. Of course html was stripped, here is what I include in the head section (in that order):

jquery-1.3.2.js
jquery-ui-1.7.3.custom.min.js
jquery.timepickr.js
jquery.hoverIntent.js</description>
		<content:encoded><![CDATA[<p>Regarding my previous post. Of course html was stripped, here is what I include in the head section (in that order):</p>
<p>jquery-1.3.2.js<br />
jquery-ui-1.7.3.custom.min.js<br />
jquery.timepickr.js<br />
jquery.hoverIntent.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1528</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 21 May 2010 12:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1528</guid>
		<description>Danny, thanks for updating this plugin. But I can&#039;t get it to work. I&#039;m using jquery 1.3.2 with ui 1.7.2 on firefox. Here is what I have:


  
  
  
  


  $(&#039;input:last&#039;).timepickr({hoverIntent: true})


In Firebug this gives me: &quot;object is undefined&quot;, in jquery-1.3.2.js on line 672

Any ideas?</description>
		<content:encoded><![CDATA[<p>Danny, thanks for updating this plugin. But I can&#8217;t get it to work. I&#8217;m using jquery 1.3.2 with ui 1.7.2 on firefox. Here is what I have:</p>
<p>  $(&#8216;input:last&#8217;).timepickr({hoverIntent: true})</p>
<p>In Firebug this gives me: &#8220;object is undefined&#8221;, in jquery-1.3.2.js on line 672</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1497</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 27 Apr 2010 16:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1497</guid>
		<description>@Alticast:
I don&#039;t know what the minimal UI would be; I load the full jQuery UI in my page. I would have thought that all it needs is the widget code (in &lt;a href=&quot;http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.ui.widget.js&quot; rel=&quot;nofollow&quot;&gt;jquery.ui.widget.js&lt;/a&gt;) though I haven&#039;t tested it.
--Danny</description>
		<content:encoded><![CDATA[<p>@Alticast:<br />
I don&#8217;t know what the minimal UI would be; I load the full jQuery UI in my page. I would have thought that all it needs is the widget code (in <a href="http://jquery-ui.googlecode.com/svn/trunk/ui/jquery.ui.widget.js" rel="nofollow">jquery.ui.widget.js</a>) though I haven&#8217;t tested it.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alticast</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1494</link>
		<dc:creator>Alticast</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1494</guid>
		<description>Hi!
Good job! Cool modification of JQuery plugin.
What is the minimal custom UI config to have it working? It works fine with full UI bundle and does not work with Core only. May be it is possible to have just couple of components selected?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Good job! Cool modification of JQuery plugin.<br />
What is the minimal custom UI config to have it working? It works fine with full UI bundle and does not work with Core only. May be it is possible to have just couple of components selected?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1429</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1429</guid>
		<description>@Jakob:
You are right; I&#039;m not sure if I would call it a bug, since it is the expected behavior (default format is &#039;{h}:{m} {suffix}&#039;) and yes, your answer is the correct one: set the format to what you want. Most 24-hour times are written as &lt;code&gt;format: &#039;{h}{m}&#039;&lt;/code&gt; without the colon.
--Danny</description>
		<content:encoded><![CDATA[<p>@Jakob:<br />
You are right; I&#8217;m not sure if I would call it a bug, since it is the expected behavior (default format is &#8216;{h}:{m} {suffix}&#8217;) and yes, your answer is the correct one: set the format to what you want. Most 24-hour times are written as <code>format: '{h}{m}'</code> without the colon.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1424</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 07 Apr 2010 04:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1424</guid>
		<description>@Mike:
Are  you using Internet Explorer? That&#039;s the browser that gives problems for some fixed-width parents. I&#039;ll take a look at your code; it would be nice to have a fix.
--Danny</description>
		<content:encoded><![CDATA[<p>@Mike:<br />
Are  you using Internet Explorer? That&#8217;s the browser that gives problems for some fixed-width parents. I&#8217;ll take a look at your code; it would be nice to have a fix.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob</title>
		<link>http://bililite.com/blog/2009/07/09/updating-timepickr/comment-page-1/#comment-1420</link>
		<dc:creator>Jakob</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=1009#comment-1420</guid>
		<description>Minor bug:
With this setting:
convention: 24,
trigger: &#039;focus&#039;,
rangeMin: [&#039;00&#039;,&#039;05&#039;,&#039;10&#039;,&#039;15&#039;,&#039;20&#039;,&#039;25&#039;,&#039;30&#039;,&#039;35&#039;,&#039;40&#039;,&#039;45&#039;,&#039;50&#039;,&#039;55&#039;]

I get an extra space after: 01:00 &lt;-- Extra space.
Problem can be solved with:
format: &#039;{h}:{m}&#039;,</description>
		<content:encoded><![CDATA[<p>Minor bug:<br />
With this setting:<br />
convention: 24,<br />
trigger: &#8216;focus&#8217;,<br />
rangeMin: ['00','05','10','15','20','25','30','35','40','45','50','55']</p>
<p>I get an extra space after: 01:00 &lt;&#8211; Extra space.<br />
Problem can be solved with:<br />
format: &#039;{h}:{m}&#039;,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
