<?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 Abrahm Coffman</title>
	<atom:link href="http://abecoffman.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abecoffman.com</link>
	<description>Personal &#38; Professional Meanderings</description>
	<lastBuildDate>Fri, 13 Jan 2012 18:07:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Chris</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-369</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 13 Jan 2012 18:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-369</guid>
		<description>Was attempting to utilize your nice plugin when I noticed a few things.

First if you attempt to select February you should be able to select the 29th day until the year is selected which it then should revert the day back to default &#039;Day:&#039; if a non-leap year is selected.

While testing the above it appears if you select &quot;Feb&quot; then &quot;28&quot; then &quot;2012&quot; the month list reverts back to &quot;Month:&quot; with the only selectable option in month being just &quot;Jan&quot;. Wiping out all of the other months. The quick fix for this was to set minAge not equal to 0.</description>
		<content:encoded><![CDATA[<p>Was attempting to utilize your nice plugin when I noticed a few things.</p>
<p>First if you attempt to select February you should be able to select the 29th day until the year is selected which it then should revert the day back to default &#8216;Day:&#8217; if a non-leap year is selected.</p>
<p>While testing the above it appears if you select &#8220;Feb&#8221; then &#8220;28&#8243; then &#8220;2012&#8243; the month list reverts back to &#8220;Month:&#8221; with the only selectable option in month being just &#8220;Jan&#8221;. Wiping out all of the other months. The quick fix for this was to set minAge not equal to 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Mike</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-361</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 06 Jan 2012 14:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-361</guid>
		<description>FYI, the problem with safari mobile is in the date format. It doesn&#039;t accept the hyphen in new Date(). If you change defaultDate to slashes (2012/01/06) and hiddenDate line 92 to

hiddenDate = defYear + &quot;/&quot; + defMonth + &quot;/&quot; + defDay;

then it works fine.</description>
		<content:encoded><![CDATA[<p>FYI, the problem with safari mobile is in the date format. It doesn&#8217;t accept the hyphen in new Date(). If you change defaultDate to slashes (2012/01/06) and hiddenDate line 92 to</p>
<p>hiddenDate = defYear + &#8220;/&#8221; + defMonth + &#8220;/&#8221; + defDay;</p>
<p>then it works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Mike</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-360</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 06 Jan 2012 03:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-360</guid>
		<description>This code works great... on desktop browsers. For whatever reason it doesn&#039;t work on iphone though. Both my local test code and your demo page do not fill in default dates.

Haven&#039;t pulled out the android phone yet to check that.</description>
		<content:encoded><![CDATA[<p>This code works great&#8230; on desktop browsers. For whatever reason it doesn&#8217;t work on iphone though. Both my local test code and your demo page do not fill in default dates.</p>
<p>Haven&#8217;t pulled out the android phone yet to check that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Jerico</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-262</link>
		<dc:creator>Jerico</dc:creator>
		<pubDate>Mon, 21 Nov 2011 15:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-262</guid>
		<description>Ignore my above post, someone else wrote a code that&#039;s doing this, again great plugin!</description>
		<content:encoded><![CDATA[<p>Ignore my above post, someone else wrote a code that&#8217;s doing this, again great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Jerico</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-261</link>
		<dc:creator>Jerico</dc:creator>
		<pubDate>Mon, 21 Nov 2011 15:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-261</guid>
		<description>Hey boss, this is a great plugin, we ran in to a little bit of hiccup though, we&#039;re using it for our registration page, when the user submits the registration and logout and come back to the registration page again, the dd&#039;s are not set to their placeholder value and still showing the date that the user previously entered but the hidden selects shows the placeholders as currently selected.</description>
		<content:encoded><![CDATA[<p>Hey boss, this is a great plugin, we ran in to a little bit of hiccup though, we&#8217;re using it for our registration page, when the user submits the registration and logout and come back to the registration page again, the dd&#8217;s are not set to their placeholder value and still showing the date that the user previously entered but the hidden selects shows the placeholders as currently selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Peter</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-230</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-230</guid>
		<description>forget that... looks like I suffer from code dyslexia :)</description>
		<content:encoded><![CDATA[<p>forget that&#8230; looks like I suffer from code dyslexia <img src='http://abecoffman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Peter</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-226</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 07 Nov 2011 22:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-226</guid>
		<description>Great plugin but &#039;defaultDate&#039; doesn&#039;t work in Firefox 3.6 or Firefox 5. any idea how to fix?</description>
		<content:encoded><![CDATA[<p>Great plugin but &#8216;defaultDate&#8217; doesn&#8217;t work in Firefox 3.6 or Firefox 5. any idea how to fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by jetboy</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-212</link>
		<dc:creator>jetboy</dc:creator>
		<pubDate>Sun, 23 Oct 2011 10:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-212</guid>
		<description>Great plugin!
I&#039;m trying to use it and it works fine for me.

However i had some reports from people from different timezones that it does not display propper date for them when feed with custom default date. It shows the previous day.

So if they enter 2001-02-05 save the form and come back to it later the form is feed with 2001-02-05 but displays 2001-02-04... if they enter 2001-01-01 then after coming back they get 2000-12-31.

Date gets properly stored in the database and properly retrieves. I&#039;m not experiencing that myself, but some of the testers are. 

Does any of you have any idea what might be causing that? AFAIK I&#039;m not doing any date-arythmetics where timezone might mess things up.</description>
		<content:encoded><![CDATA[<p>Great plugin!<br />
I&#8217;m trying to use it and it works fine for me.</p>
<p>However i had some reports from people from different timezones that it does not display propper date for them when feed with custom default date. It shows the previous day.</p>
<p>So if they enter 2001-02-05 save the form and come back to it later the form is feed with 2001-02-05 but displays 2001-02-04&#8230; if they enter 2001-01-01 then after coming back they get 2000-12-31.</p>
<p>Date gets properly stored in the database and properly retrieves. I&#8217;m not experiencing that myself, but some of the testers are. </p>
<p>Does any of you have any idea what might be causing that? AFAIK I&#8217;m not doing any date-arythmetics where timezone might mess things up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Jolline</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-203</link>
		<dc:creator>Jolline</dc:creator>
		<pubDate>Fri, 14 Oct 2011 03:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-203</guid>
		<description>Hey! I had tried your plugin, it is cool but whenever I tried to pass the value into database, it shows undefined. Any solution?</description>
		<content:encoded><![CDATA[<p>Hey! I had tried your plugin, it is cool but whenever I tried to pass the value into database, it shows undefined. Any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Jolline</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-201</link>
		<dc:creator>Jolline</dc:creator>
		<pubDate>Thu, 13 Oct 2011 08:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-201</guid>
		<description>I had tried using the plugin but I can&#039;t make it display any dates and I don&#039;t really understand the part about option_hash. Anyone willing to teach me? =/</description>
		<content:encoded><![CDATA[<p>I had tried using the plugin but I can&#8217;t make it display any dates and I don&#8217;t really understand the part about option_hash. Anyone willing to teach me? =/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

