<?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: New jQuery Widget: flexcal</title>
	<atom:link href="http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/</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/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-1095</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 01 Jan 2010 03:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-1095</guid>
		<description>@Alexandr:
What system are you using? They work for me in IE8 and FF3.5.
--Danny</description>
		<content:encoded><![CDATA[<p>@Alexandr:<br />
What system are you using? They work for me in IE8 and FF3.5.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandr</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-1085</link>
		<dc:creator>Alexandr</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-1085</guid>
		<description>Hi, Examples  don`t work</description>
		<content:encoded><![CDATA[<p>Hi, Examples  don`t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-780</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-780</guid>
		<description>@Ed:
Using AJAX to get the calendar from the server sounds cool. &lt;code&gt;flexcal&lt;/code&gt; as it stands isn&#039;t set up to deal with asynchronous changes, but it ought to be possible to override &lt;code&gt;setdate&lt;/code&gt; to do that. Can you send me your Javascript code and I can try to think about it? I&#039;m real busy, so no promises, but I&#039;m intrigued enough to ignore my real responsibilities to look at it.
At worst, you could do the AJAX synchronously, but that would mean a seriously unresponsive page.
--Danny (d.wachss@prodigy.net)</description>
		<content:encoded><![CDATA[<p>@Ed:<br />
Using AJAX to get the calendar from the server sounds cool. <code>flexcal</code> as it stands isn&#8217;t set up to deal with asynchronous changes, but it ought to be possible to override <code>setdate</code> to do that. Can you send me your Javascript code and I can try to think about it? I&#8217;m real busy, so no promises, but I&#8217;m intrigued enough to ignore my real responsibilities to look at it.<br />
At worst, you could do the AJAX synchronously, but that would mean a seriously unresponsive page.<br />
&#8211;Danny (d.wachss@prodigy.net)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-779</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 10 Sep 2009 09:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-779</guid>
		<description>Hi Danny, firstly thanks so much for creating this datepicker - incredibly useful! 

 I am having a minor issue with it...I have set it up to use Joda time (http://joda-time.sourceforge.net/) supplied calendar information - so that any calendar system it supports, is supported by flexcal. 

My problem is that AJAX requests are sent off to a JSP file that returns information (using Joda time) about months for a particular system, to then determine what the calendar object returned should be. If the request is too slow, the calendar object falls back to the gregorian object you implemented.  What I want to do is that as soon as that request has been processed, refresh the date picker to display the calendar using the correct calendar system.

I have been trying to do this by literally invoking  setDate(the last d) once the request is complete but it keeps flicking back to the date that it first opened with (today&#039;s date). Any ideas? Is there another method I should be invoking to refresh the calendar?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Danny, firstly thanks so much for creating this datepicker &#8211; incredibly useful! </p>
<p> I am having a minor issue with it&#8230;I have set it up to use Joda time (<a href="http://joda-time.sourceforge.net/" rel="nofollow">http://joda-time.sourceforge.net/</a>) supplied calendar information &#8211; so that any calendar system it supports, is supported by flexcal. </p>
<p>My problem is that AJAX requests are sent off to a JSP file that returns information (using Joda time) about months for a particular system, to then determine what the calendar object returned should be. If the request is too slow, the calendar object falls back to the gregorian object you implemented.  What I want to do is that as soon as that request has been processed, refresh the date picker to display the calendar using the correct calendar system.</p>
<p>I have been trying to do this by literally invoking  setDate(the last d) once the request is complete but it keeps flicking back to the date that it first opened with (today&#8217;s date). Any ideas? Is there another method I should be invoking to refresh the calendar?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-720</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 14 Aug 2009 21:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-720</guid>
		<description>@Axel:
I unfortunately don&#039;t have a lot of free time for support, but I can try to help. It would be easier if you posted a link to your website rather than emailing me code; most problems come from the interaction of little things that are hard to track down without looking at the whole thing in its &quot;natural habitat&quot;.
--Danny</description>
		<content:encoded><![CDATA[<p>@Axel:<br />
I unfortunately don&#8217;t have a lot of free time for support, but I can try to help. It would be easier if you posted a link to your website rather than emailing me code; most problems come from the interaction of little things that are hard to track down without looking at the whole thing in its &#8220;natural habitat&#8221;.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-719</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Fri, 14 Aug 2009 12:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-719</guid>
		<description>I have a problem with your code. I cannot make my example page run well.

Could you please give me an email address where I could write to you ?
I would like to send you my test.html page to check what is missing.

Regards</description>
		<content:encoded><![CDATA[<p>I have a problem with your code. I cannot make my example page run well.</p>
<p>Could you please give me an email address where I could write to you ?<br />
I would like to send you my test.html page to check what is missing.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-578</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sun, 17 May 2009 20:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-578</guid>
		<description>@sravan:
What clip notes widget? I don&#039;t think I ever wrote anything called that.
--Danny</description>
		<content:encoded><![CDATA[<p>@sravan:<br />
What clip notes widget? I don&#8217;t think I ever wrote anything called that.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sravan</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-576</link>
		<dc:creator>sravan</dc:creator>
		<pubDate>Sat, 16 May 2009 09:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-576</guid>
		<description>i need the code for the clip notes widget.
could you please mai it to my email id.</description>
		<content:encoded><![CDATA[<p>i need the code for the clip notes widget.<br />
could you please mai it to my email id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://bililite.com/blog/2009/04/03/new-jquery-widget-flexcal/comment-page-1/#comment-510</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 03 Apr 2009 08:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.com/blog/?p=524#comment-510</guid>
		<description>Great Widget!</description>
		<content:encoded><![CDATA[<p>Great Widget!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
