<?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: Calendar examples updated</title>
	<atom:link href="http://blog.davglass.com/2006/12/calendar-examples-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davglass.com/2006/12/calendar-examples-updated/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Feb 2010 20:41:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dav Glass</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-10694</link>
		<dc:creator>Dav Glass</dc:creator>
		<pubDate>Wed, 08 Aug 2007 04:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-10694</guid>
		<description>Chonli --&lt;br&gt;&lt;br&gt;Currently the Calender doesn&#039;t support range selection, but a bug has been filed for it:&lt;br&gt;http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1670139&amp;group_id=165715&amp;atid=836479&lt;br&gt;&lt;br&gt;It wouldn&#039;t be &lt;em&gt;that&lt;/em&gt; &lt;em&gt;hard&lt;/em&gt; to get this to work, I may &lt;em&gt;try&lt;/em&gt; to take a stab at it if I get some extra time..&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Chonli &#8211;</p>
<p>Currently the Calender doesn&#8217;t support range selection, but a bug has been filed for it:<br /><a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1670139&amp;group_id=165715&amp;atid=836479" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1670139&amp;group_id=165715&amp;atid=836479</a></p>
<p>It wouldn&#8217;t be <em>that</em> <em>hard</em> to get this to work, I may <em>try</em> to take a stab at it if I get some extra time..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chonli</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-10676</link>
		<dc:creator>Chonli</dc:creator>
		<pubDate>Tue, 07 Aug 2007 17:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-10676</guid>
		<description>Hi, i&#039;m using your example of &lt;a href=&quot;http://blog.davglass.com/files/yui/cal1/&quot; target rel=&quot;nofollow&quot;&gt;YUI: Calendar Row Selection&lt;/a&gt; with no results.I&#039;d like to know if it&#039;s possible to select a range of dates like here:&lt;a href=&quot;http://www.hoteldoncarlos.com/reservas.php&quot; target rel=&quot;nofollow&quot;&gt;http://www.hoteldoncarlos.com/reservas.php&lt;/a&gt;Thanks in advance,Chonli</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m using your example of <a href="http://blog.davglass.com/files/yui/cal1/" target rel="nofollow">YUI: Calendar Row Selection</a> with no results.I&#8217;d like to know if it&#8217;s possible to select a range of dates like here:<a href="http://www.hoteldoncarlos.com/reservas.php" target rel="nofollow">http://www.hoteldoncarlos.com/reservas.php</a>Thanks in advance,Chonli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blue</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-7032</link>
		<dc:creator>Blue</dc:creator>
		<pubDate>Mon, 11 Jun 2007 16:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-7032</guid>
		<description>I was checking with IE .it does n\\\&#039;t work .Here is a tweak..

var arr = { ‘6/30/2007′:’This is the 7th of June’,
‘6/23/2007′:’This is one more day’};

var tooltip = function(e){
var id =\\\&quot;\\\&quot;;
if(e.target)
 id = e.target.id;
else
id = e.srcElement.id;
endif;
var ab = cal1.getDateFieldsByCellId(e.target.id);
var b = ab[1]+”/”+ab[2]+”/”+ab[0];
if (arr[b])
new YAHOO.widget.Tooltip(’tt’,{context:e.target.id,
text:arr[b]});

}

YAHOO.util.Event.addListener(’cal1′, “mouseover”, tooltip);</description>
		<content:encoded><![CDATA[<p>I was checking with IE .it does n\\\&#8217;t work .Here is a tweak..</p>
<p>var arr = { ‘6/30/2007′:’This is the 7th of June’,<br />
‘6/23/2007′:’This is one more day’};</p>
<p>var tooltip = function(e){<br />
var id =\\\&#8221;\\\&#8221;;<br />
if(e.target)<br />
 id = e.target.id;<br />
else<br />
id = e.srcElement.id;<br />
endif;<br />
var ab = cal1.getDateFieldsByCellId(e.target.id);<br />
var b = ab[1]+”/”+ab[2]+”/”+ab[0];<br />
if (arr[b])<br />
new YAHOO.widget.Tooltip(’tt’,{context:e.target.id,<br />
text:arr[b]});</p>
<p>}</p>
<p>YAHOO.util.Event.addListener(’cal1′, “mouseover”, tooltip);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blue</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-7028</link>
		<dc:creator>Blue</dc:creator>
		<pubDate>Mon, 11 Jun 2007 14:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-7028</guid>
		<description>Do you think we need such a big piece of code to achieve the tooltip..Here is another thought..


			var arr = { &#039;6/30/2007&#039;:&#039;This is the 7th of June&#039;,
			            &#039;6/23/2007&#039;:&#039;This is one more day&#039;};

			var tooltip = function(e){
				var ab = cal1.getDateFieldsByCellId(e.target.id);
				var b = ab[1]+&quot;/&quot;+ab[2]+&quot;/&quot;+ab[0];
				if (arr[b])
				new YAHOO.widget.Tooltip(&#039;tt&#039;,{context:e.target.id,
				                               text:arr[b]});
											   
			}

YAHOO.util.Event.addListener(&#039;cal1&#039;, &quot;mouseover&quot;, tooltip);

THnks
Blue</description>
		<content:encoded><![CDATA[<p>Do you think we need such a big piece of code to achieve the tooltip..Here is another thought..</p>
<p>			var arr = { &#8216;6/30/2007&#8242;:&#8217;This is the 7th of June&#8217;,<br />
			            &#8216;6/23/2007&#8242;:&#8217;This is one more day&#8217;};</p>
<p>			var tooltip = function(e){<br />
				var ab = cal1.getDateFieldsByCellId(e.target.id);<br />
				var b = ab[1]+&#8221;/&#8221;+ab[2]+&#8221;/&#8221;+ab[0];<br />
				if (arr[b])<br />
				new YAHOO.widget.Tooltip(&#8216;tt&#8217;,{context:e.target.id,<br />
				                               text:arr[b]});</p>
<p>			}</p>
<p>YAHOO.util.Event.addListener(&#8216;cal1&#8242;, &#8220;mouseover&#8221;, tooltip);</p>
<p>THnks<br />
Blue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-4873</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Sun, 22 Apr 2007 11:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-4873</guid>
		<description>Ahh, the answer is always the easier option. Thank you, I went at it the long long way :) This works perfect.</description>
		<content:encoded><![CDATA[<p>Ahh, the answer is always the easier option. Thank you, I went at it the long long way <img src='http://blog.davglass.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dav Glass</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-4864</link>
		<dc:creator>Dav Glass</dc:creator>
		<pubDate>Sun, 22 Apr 2007 05:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-4864</guid>
		<description>@AJ --

Here is an example of doing that:
&lt;a href=&quot;http://blog.davglass.com/files/yui/cal2/more.php&quot; rel=&quot;nofollow&quot;&gt;http://blog.davglass.com/files/yui/cal2/more.php&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@AJ &#8211;</p>
<p>Here is an example of doing that:<br />
<a href="http://blog.davglass.com/files/yui/cal2/more.php" rel="nofollow">http://blog.davglass.com/files/yui/cal2/more.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-4861</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Sun, 22 Apr 2007 03:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-4861</guid>
		<description>Is it possible to attache the calendar to multiple text fields within the one form. I am havinf some problems. I ran up a quick hack, that takes a var in init, then looks for &quot;calContatiner&quot;+dateElement; I am not getting any errors but calendars do not display. I can mail you my crude hack. Any suggestions on how I would do this?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Is it possible to attache the calendar to multiple text fields within the one form. I am havinf some problems. I ran up a quick hack, that takes a var in init, then looks for &#8220;calContatiner&#8221;+dateElement; I am not getting any errors but calendars do not display. I can mail you my crude hack. Any suggestions on how I would do this?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhargav</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-1925</link>
		<dc:creator>bhargav</dc:creator>
		<pubDate>Thu, 18 Jan 2007 04:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-1925</guid>
		<description>hi,
i&#039;m using popup calender in my application, it is displaying calender on the specified location.. its good.
 but i have to retrive the date fields from the popup calender only . let me know the way ..plz 
 itsis very urgent

bhargav</description>
		<content:encoded><![CDATA[<p>hi,<br />
i&#8217;m using popup calender in my application, it is displaying calender on the specified location.. its good.<br />
 but i have to retrive the date fields from the popup calender only . let me know the way ..plz<br />
 itsis very urgent</p>
<p>bhargav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dav Glass</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-1660</link>
		<dc:creator>Dav Glass</dc:creator>
		<pubDate>Wed, 03 Jan 2007 15:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-1660</guid>
		<description>qin --

The $, $E, $D, $T vars are all part of my YUI Tools package, you can find it here:
http://blog.davglass.com/files/yui/tools/

As for the tooltips, I would be rather simple to do. I wouldn&#039;t recommend doing an HXR on a mouse over.. I would suggest that it be done before the loading of the calendar.. Doing it on mouseover would likely give you a DOS attack on your entry point.. It would really eat up bandwidth and extra requests to the server.

Cheers..
Dav</description>
		<content:encoded><![CDATA[<p>qin &#8211;</p>
<p>The $, $E, $D, $T vars are all part of my YUI Tools package, you can find it here:<br />
<a href="http://blog.davglass.com/files/yui/tools/" rel="nofollow">http://blog.davglass.com/files/yui/tools/</a></p>
<p>As for the tooltips, I would be rather simple to do. I wouldn&#8217;t recommend doing an HXR on a mouse over.. I would suggest that it be done before the loading of the calendar.. Doing it on mouseover would likely give you a DOS attack on your entry point.. It would really eat up bandwidth and extra requests to the server.</p>
<p>Cheers..<br />
Dav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qin</title>
		<link>http://blog.davglass.com/2006/12/calendar-examples-updated/comment-page-1/#comment-1659</link>
		<dc:creator>qin</dc:creator>
		<pubDate>Wed, 03 Jan 2007 15:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.davglass.com/2006/12/calendar-examples-updated/#comment-1659</guid>
		<description>Dave:

I like the Calendar popup from text field.  When I tried your updated version, I got $E, $D and $T undefined errors. When I
tried your original example, it works fine.  What are those $E, E and T? Where are they defined?

I also like the tooltip sample?  How can I integrate that example to the calendar popup from text field example? I have all
tip msg stored in database.  I&#039;d like to see mouse over event calls DWR methods to retrieve the tip msg from database. If
the msg avaialbe for that date, it would show it as a tip. Otherwise, display nothing.  Is it possbile to do? Please advise.
Thanks.</description>
		<content:encoded><![CDATA[<p>Dave:</p>
<p>I like the Calendar popup from text field.  When I tried your updated version, I got $E, $D and $T undefined errors. When I<br />
tried your original example, it works fine.  What are those $E, E and T? Where are they defined?</p>
<p>I also like the tooltip sample?  How can I integrate that example to the calendar popup from text field example? I have all<br />
tip msg stored in database.  I&#8217;d like to see mouse over event calls DWR methods to retrieve the tip msg from database. If<br />
the msg avaialbe for that date, it would show it as a tip. Otherwise, display nothing.  Is it possbile to do? Please advise.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
