<?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 ByteCyclist.com</title>
	<atom:link href="http://www.bytecyclist.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bytecyclist.com</link>
	<description>A site made of bytes by a cyclist.</description>
	<lastBuildDate>Fri, 03 Sep 2010 00:26:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on jMonthCalendar Options, Events, &amp; Methods Documentation by JAson</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-options-events-methods-documentation/comment-page-1/#comment-15718</link>
		<dc:creator>JAson</dc:creator>
		<pubDate>Fri, 03 Sep 2010 00:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=264#comment-15718</guid>
		<description>Is there a way to make the days with events display an image associated with that event?

Great script tho!</description>
		<content:encoded><![CDATA[<p>Is there a way to make the days with events display an image associated with that event?</p>
<p>Great script tho!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with jMonthCalendar by Kenneth Elder</title>
		<link>http://www.bytecyclist.com/2009/06/12/getting-started-with-jmonthcalendar/comment-page-1/#comment-15696</link>
		<dc:creator>Kenneth Elder</dc:creator>
		<pubDate>Wed, 01 Sep 2010 16:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=222#comment-15696</guid>
		<description>Not sure if I simply missed this or not (I was reading pretty quickly) but you probably ought to mention that jquery ui is required for this plugin to work.  Got it working though, look forward to using it!</description>
		<content:encoded><![CDATA[<p>Not sure if I simply missed this or not (I was reading pretty quickly) but you probably ought to mention that jquery ui is required for this plugin to work.  Got it working though, look forward to using it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar by Michael</title>
		<link>http://www.bytecyclist.com/projects/jmonthcalendar/comment-page-10/#comment-15415</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 18 Aug 2010 14:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?page_id=90#comment-15415</guid>
		<description>Awesome stuff!  This application was spot on for what I needed.  

Question: As I add more and more events to a single day it increases the vertical height of the calendar, obviously.  My problem is that it begins to overlap contents positioned under the calendar on the page.

Is there some CSS or tweaking I could do to always force the contents of a page under the calendar to stay under the calendar as its size changes?

I am using jMonthCalendar 1.2.2 with jQuery 1.4.1 BTW.</description>
		<content:encoded><![CDATA[<p>Awesome stuff!  This application was spot on for what I needed.  </p>
<p>Question: As I add more and more events to a single day it increases the vertical height of the calendar, obviously.  My problem is that it begins to overlap contents positioned under the calendar on the page.</p>
<p>Is there some CSS or tweaking I could do to always force the contents of a page under the calendar to stay under the calendar as its size changes?</p>
<p>I am using jMonthCalendar 1.2.2 with jQuery 1.4.1 BTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar-1.3.2-beta Release by Max</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-132-beta-release/comment-page-1/#comment-15322</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 13 Aug 2010 23:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/2009/08/09/jmonthcalendar-132-beta-release/#comment-15322</guid>
		<description>I don&#039;t have a lot of events so I loaded them all at once. However I found that clicking on the &quot;Today&quot; link clears out the events. Seems like it has to do with changing the date to a date object which includes the time [via new Date()], so it&#039;s slightly different than the original plain mm/dd/yyyy date object. Anyhow, I just updated it to change to the mm/dd/yyyy day without the time with some quick and sloppy code.

todayLink = $(&#039;&lt;a&gt;&#039;+ def.navLinks.t +&#039;&lt;/a&gt;&#039;).click(function() {
	var tempdate = new Date();
	$.J.ChangeMonth(new Date(tempdate.getFullYear(), tempdate.getMonth(), tempdate.getDate()));
	return false;
});

Thanks for the great plugin!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a lot of events so I loaded them all at once. However I found that clicking on the &#8220;Today&#8221; link clears out the events. Seems like it has to do with changing the date to a date object which includes the time [via new Date()], so it&#8217;s slightly different than the original plain mm/dd/yyyy date object. Anyhow, I just updated it to change to the mm/dd/yyyy day without the time with some quick and sloppy code.</p>
<p>todayLink = $(&#8216;<a>&#8216;+ def.navLinks.t +&#8217;</a>&#8216;).click(function() {<br />
	var tempdate = new Date();<br />
	$.J.ChangeMonth(new Date(tempdate.getFullYear(), tempdate.getMonth(), tempdate.getDate()));<br />
	return false;<br />
});</p>
<p>Thanks for the great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar: Minor Release 1.2.0 by Heshan J Peiris</title>
		<link>http://www.bytecyclist.com/2009/02/12/jmonthcalendar-minor-release-120/comment-page-1/#comment-15280</link>
		<dc:creator>Heshan J Peiris</dc:creator>
		<pubDate>Wed, 11 Aug 2010 11:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=174#comment-15280</guid>
		<description>This is a real good jquery plugin. Thanks for developing it and making it available for free.</description>
		<content:encoded><![CDATA[<p>This is a real good jquery plugin. Thanks for developing it and making it available for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar Options, Events, &amp; Methods Documentation by panele fotowoltaiczne</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-options-events-methods-documentation/comment-page-1/#comment-14797</link>
		<dc:creator>panele fotowoltaiczne</dc:creator>
		<pubDate>Sun, 01 Aug 2010 11:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=264#comment-14797</guid>
		<description>Dear Kyle, 

This canlendar saved a lot of hussle. Many thanks for damn good work!</description>
		<content:encoded><![CDATA[<p>Dear Kyle, </p>
<p>This canlendar saved a lot of hussle. Many thanks for damn good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on log4net Dynamic Properties in XML Configuration. by raaga_sai</title>
		<link>http://www.bytecyclist.com/2009/06/12/log4net-dynamic-properties-in-xml-configuration/comment-page-1/#comment-14762</link>
		<dc:creator>raaga_sai</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=211#comment-14762</guid>
		<description>Hi,
I have been doing the same 
but the file name is logged as &quot;(nul).log&quot;
My requirement is similar to yours,
I will know the file name to log, in the program, will get that, and set to the property  variable declared in the XML file and calling LogManager.Getlogger(&quot;filelogger&quot;)
filelogger is also the one which is set in the XML file.
then
filelogger.Debug(data)

am I missing anything????</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have been doing the same<br />
but the file name is logged as &#8220;(nul).log&#8221;<br />
My requirement is similar to yours,<br />
I will know the file name to log, in the program, will get that, and set to the property  variable declared in the XML file and calling LogManager.Getlogger(&#8220;filelogger&#8221;)<br />
filelogger is also the one which is set in the XML file.<br />
then<br />
filelogger.Debug(data)</p>
<p>am I missing anything????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar Options, Events, &amp; Methods Documentation by Kyle</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-options-events-methods-documentation/comment-page-1/#comment-14758</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=264#comment-14758</guid>
		<description>JavaScript dates for specifying the month is a 0 based index so July (which you and I know as month 7) is actually month 6. Zero being January and so on. Using 7 in your example will put the events in August. </description>
		<content:encoded><![CDATA[<p>JavaScript dates for specifying the month is a 0 based index so July (which you and I know as month 7) is actually month 6. Zero being January and so on. Using 7 in your example will put the events in August.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar Options, Events, &amp; Methods Documentation by Erwin Janssen</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-options-events-methods-documentation/comment-page-1/#comment-14753</link>
		<dc:creator>Erwin Janssen</dc:creator>
		<pubDate>Thu, 29 Jul 2010 19:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=264#comment-14753</guid>
		<description>Hi,

For some reason, my events show on the next month instead of this month. Any reason why this is?

My events look like this:

	{ &quot;EventID&quot;: 4, &quot;StartDateTime&quot;: &quot;new Date(2010, 7, 20)&quot;, &quot;Title&quot;: &quot;Joehoeeee&quot;, &quot;URL&quot;: &quot;#&quot;, &quot;Description&quot;: &quot;Joehoeeee&quot; },
	{ &quot;EventID&quot;: 7, &quot;StartDateTime&quot;: &quot;new Date(2010, 7, 10)&quot;, &quot;Title&quot;: &quot;Vergaderen&quot;, &quot;URL&quot;: &quot;#&quot;, &quot;Description&quot;: &quot;Vergaderen&quot; }</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For some reason, my events show on the next month instead of this month. Any reason why this is?</p>
<p>My events look like this:</p>
<p>	{ &#8220;EventID&#8221;: 4, &#8220;StartDateTime&#8221;: &#8220;new Date(2010, 7, 20)&#8221;, &#8220;Title&#8221;: &#8220;Joehoeeee&#8221;, &#8220;URL&#8221;: &#8220;#&#8221;, &#8220;Description&#8221;: &#8220;Joehoeeee&#8221; },<br />
	{ &#8220;EventID&#8221;: 7, &#8220;StartDateTime&#8221;: &#8220;new Date(2010, 7, 10)&#8221;, &#8220;Title&#8221;: &#8220;Vergaderen&#8221;, &#8220;URL&#8221;: &#8220;#&#8221;, &#8220;Description&#8221;: &#8220;Vergaderen&#8221; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jMonthCalendar Options, Events, &amp; Methods Documentation by Marbone</title>
		<link>http://www.bytecyclist.com/2009/08/09/jmonthcalendar-options-events-methods-documentation/comment-page-1/#comment-13282</link>
		<dc:creator>Marbone</dc:creator>
		<pubDate>Tue, 22 Jun 2010 01:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytecyclist.com/?p=264#comment-13282</guid>
		<description>Hi! Great Job! 
Is there a way to prevent load the header controls in fact (without css)? If yes, how I bind the &quot;next, prev, today, years&quot; commands using a external button?</description>
		<content:encoded><![CDATA[<p>Hi! Great Job!<br />
Is there a way to prevent load the header controls in fact (without css)? If yes, how I bind the &#8220;next, prev, today, years&#8221; commands using a external button?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
