<?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>Tue, 24 Apr 2012 14:33:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Johannes Holmberg</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-472</link>
		<dc:creator>Johannes Holmberg</dc:creator>
		<pubDate>Tue, 24 Apr 2012 14:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-472</guid>
		<description>I generally like the idea but this plugin is really bad if you consider accessibility and progressive enhancement. By starting your HTML with a div instead of real form fields means there is nothing to fall back to when JavaScript is disabled which will make the whole form useless.

As I said, the idea is good but it needs to be usable even without JS.</description>
		<content:encoded><![CDATA[<p>I generally like the idea but this plugin is really bad if you consider accessibility and progressive enhancement. By starting your HTML with a div instead of real form fields means there is nothing to fall back to when JavaScript is disabled which will make the whole form useless.</p>
<p>As I said, the idea is good but it needs to be usable even without JS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by jotheeswaran</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-471</link>
		<dc:creator>jotheeswaran</dc:creator>
		<pubDate>Tue, 17 Apr 2012 04:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-471</guid>
		<description>how could get the jquery file?</description>
		<content:encoded><![CDATA[<p>how could get the jquery file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Alex</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-470</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 07 Mar 2012 22:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-470</guid>
		<description>Ok... I got it working...problem was my path to the js file ($pluginfolder) nothing to see here!

$pluginfolder = $pluginfolder = plugins_url() . &#039;/&#039; . dirname(plugin_basename(__FILE__));
wp_enqueue_script(&#039;jquery&#039;);
wp_enqueue_script(&#039;jquery-ui-core&#039;);
wp_enqueue_script(&#039;bday-picker&#039;, $pluginfolder . &#039;/bday-picker.js&#039;, array(&#039;jquery&#039;) );</description>
		<content:encoded><![CDATA[<p>Ok&#8230; I got it working&#8230;problem was my path to the js file ($pluginfolder) nothing to see here!</p>
<p>$pluginfolder = $pluginfolder = plugins_url() . &#8216;/&#8217; . dirname(plugin_basename(__FILE__));<br />
wp_enqueue_script(&#8216;jquery&#8217;);<br />
wp_enqueue_script(&#8216;jquery-ui-core&#8217;);<br />
wp_enqueue_script(&#8216;bday-picker&#8217;, $pluginfolder . &#8216;/bday-picker.js&#8217;, array(&#8216;jquery&#8217;) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by Alex</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-469</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 07 Mar 2012 22:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-469</guid>
		<description>This is a great script, thank you for creating it. Have you ever integrated it within Wordpress 
or have any experience in doing that?

I am trying to use it for a plugin in WordPress and I cannot get it to work, does this look correct for loading the script in the plugin in the admin_init action hook.

$pluginfolder = plugins_url();
wp_enqueue_script(&#039;jquery&#039;);
wp_enqueue_script(&#039;jquery-ui-core&#039;);
wp_enqueue_script(&#039;bday-picker&#039;, $pluginfolder . &#039;/bday-picker.js&#039;, array(&#039;jquery&#039;, &#039;jquery-ui-core&#039;) );</description>
		<content:encoded><![CDATA[<p>This is a great script, thank you for creating it. Have you ever integrated it within WordPress<br />
or have any experience in doing that?</p>
<p>I am trying to use it for a plugin in WordPress and I cannot get it to work, does this look correct for loading the script in the plugin in the admin_init action hook.</p>
<p>$pluginfolder = plugins_url();<br />
wp_enqueue_script(&#8216;jquery&#8217;);<br />
wp_enqueue_script(&#8216;jquery-ui-core&#8217;);<br />
wp_enqueue_script(&#8216;bday-picker&#8217;, $pluginfolder . &#8216;/bday-picker.js&#8217;, array(&#8216;jquery&#8217;, &#8216;jquery-ui-core&#8217;) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Birthday Picker Form Plugin by ian</title>
		<link>http://abecoffman.com/2011/jquery-birthday-picker/#comment-406</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://abecoffman.com/?p=10#comment-406</guid>
		<description>i am trying out your code and it always returns the months as the value 8 in the hidden field.

Also is it possible to append the date and month value with a 0 if lesson than 10 so 9 would become 09 in the hidden field?</description>
		<content:encoded><![CDATA[<p>i am trying out your code and it always returns the months as the value 8 in the hidden field.</p>
<p>Also is it possible to append the date and month value with a 0 if lesson than 10 so 9 would become 09 in the hidden field?</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

