<?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 my dog boris</title>
	<atom:link href="http://www.mydogboris.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydogboris.com</link>
	<description>perspectives from a hands on technology executive</description>
	<lastBuildDate>Wed, 18 May 2011 18:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by Marc</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-85</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 18 May 2011 18:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-85</guid>
		<description>This is a great article and everything works just fine with the exception of a multi-select list. I have put the &#039;editable&#039; class on the select element. Here is the scenario: List is 1-10. Initial display 1 is selected, I click 2 and try and leave, no warning is displayed. If I click 2, then click 3 and try and leave, the warning is displayed. Any ideas? Thanks.</description>
		<content:encoded><![CDATA[<p>This is a great article and everything works just fine with the exception of a multi-select list. I have put the &#8216;editable&#8217; class on the select element. Here is the scenario: List is 1-10. Initial display 1 is selected, I click 2 and try and leave, no warning is displayed. If I click 2, then click 3 and try and leave, the warning is displayed. Any ideas? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Synchronization Solution? by Chris Smith</title>
		<link>http://www.mydogboris.com/2010/01/contact-sync/comment-page-1/#comment-83</link>
		<dc:creator>Chris Smith</dc:creator>
		<pubDate>Tue, 01 Feb 2011 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=81#comment-83</guid>
		<description>Thanks for this great post. Very informative! =) You could also refer to &lt;a href=&quot;http://www.scrubly.com/blog/index.php/2011/01/06/how-to-sync-outlook-2011-for-mac-with-mac-address-book/&quot; / rel=&quot;nofollow&quot;&gt;Scrubly&lt;/a&gt; for other issues about Mac Outlook 2011 like Setting up Sync Services for Mac and Troubleshooting Sync Services for Mac, etc.  Thanks. Hope this would also helps =)

Chris Smith</description>
		<content:encoded><![CDATA[<p>Thanks for this great post. Very informative! =) You could also refer to <a href="http://www.scrubly.com/blog/index.php/2011/01/06/how-to-sync-outlook-2011-for-mac-with-mac-address-book/" / rel="nofollow">Scrubly</a> for other issues about Mac Outlook 2011 like Setting up Sync Services for Mac and Troubleshooting Sync Services for Mac, etc.  Thanks. Hope this would also helps =)</p>
<p>Chris Smith</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by Dan Hayes</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-82</link>
		<dc:creator>Dan Hayes</dc:creator>
		<pubDate>Wed, 14 Jul 2010 10:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-82</guid>
		<description>Not sure exactly what you mean.  However, if you are programmatically updating values in text input control then you should be able to call handleFormChanged() directly from the javascript.</description>
		<content:encoded><![CDATA[<p>Not sure exactly what you mean.  However, if you are programmatically updating values in text input control then you should be able to call handleFormChanged() directly from the javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by hlaingtun</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-81</link>
		<dc:creator>hlaingtun</dc:creator>
		<pubDate>Wed, 14 Jul 2010 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-81</guid>
		<description>How to detect changes that programatically through value to input textbox ,?</description>
		<content:encoded><![CDATA[<p>How to detect changes that programatically through value to input textbox ,?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by Dan Hayes</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-80</link>
		<dc:creator>Dan Hayes</dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-80</guid>
		<description>The paste event is important if you copy something to the clipboard and CTL-V to paste (or right click paste) to a textarea or text box.  Otherwise, you run the risk of a change to the form not being processed by the handleFormChanged() function.</description>
		<content:encoded><![CDATA[<p>The paste event is important if you copy something to the clipboard and CTL-V to paste (or right click paste) to a textarea or text box.  Otherwise, you run the risk of a change to the form not being processed by the handleFormChanged() function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by JGarrido</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-79</link>
		<dc:creator>JGarrido</dc:creator>
		<pubDate>Wed, 30 Jun 2010 17:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-79</guid>
		<description>The code looks pretty decent, but what good is the bind to the &#039;paste&#039; event if there is no way to effectively trigger it appropriately?</description>
		<content:encoded><![CDATA[<p>The code looks pretty decent, but what good is the bind to the &#8216;paste&#8217; event if there is no way to effectively trigger it appropriately?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by Priya</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-78</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Thu, 15 Apr 2010 22:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-78</guid>
		<description>Very nice article. Pretty useful. Everything works! Thanks</description>
		<content:encoded><![CDATA[<p>Very nice article. Pretty useful. Everything works! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by Dan Hayes</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-77</link>
		<dc:creator>Dan Hayes</dc:creator>
		<pubDate>Tue, 13 Apr 2010 13:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-77</guid>
		<description>Select list should work fine.  Events are captured using change event:

$(&#039;#my_form .editable&#039;).bind(&#039;change paste&#039;, function() {
          handleFormChanged();
     });

Double check your form select element to be sure you have assigned the &quot;editable&quot; class attribute.</description>
		<content:encoded><![CDATA[<p>Select list should work fine.  Events are captured using change event:</p>
<p>$(&#8216;#my_form .editable&#8217;).bind(&#8216;change paste&#8217;, function() {<br />
          handleFormChanged();<br />
     });</p>
<p>Double check your form select element to be sure you have assigned the &#8220;editable&#8221; class attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery &#8216;data&#8217; feature to detect form changes by kiran</title>
		<link>http://www.mydogboris.com/2009/10/using-jquery-data-feature-to-detect-form-changes/comment-page-1/#comment-76</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Mon, 12 Apr 2010 04:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=60#comment-76</guid>
		<description>Hi,

Its a greate help. It sloved my problem but for select list it is not working. 

how to do it for slect list.

Thanks
C.Kiran Kumar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Its a greate help. It sloved my problem but for select list it is not working. </p>
<p>how to do it for slect list.</p>
<p>Thanks<br />
C.Kiran Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drools JBoss Rules 5.0 Developer&#8217;s Guide &#8211; Book Review by Michal Bali</title>
		<link>http://www.mydogboris.com/2009/12/drools-jboss-rules-5-0-developers-guide-book-review/comment-page-1/#comment-17</link>
		<dc:creator>Michal Bali</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydogboris.com/?p=76#comment-17</guid>
		<description>Hi Dan, Thank you for this informative review !
Best regards, Michal</description>
		<content:encoded><![CDATA[<p>Hi Dan, Thank you for this informative review !<br />
Best regards, Michal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

