<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Harry's Weblog</title>
	<atom:link href="http://harryche2008.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://harryche2008.wordpress.com</link>
	<description>What have I learned today?</description>
	<lastBuildDate>Sat, 24 Oct 2009 12:34:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Arnaud</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-92</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Sat, 24 Oct 2009 12:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-92</guid>
		<description>The positions are not saved in the database for me as well. Does any have an anwer to this?</description>
		<content:encoded><![CDATA[<p>The positions are not saved in the database for me as well. Does any have an anwer to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free resources, techniques, and tips for goal setting by goal setting</title>
		<link>http://harryche2008.wordpress.com/2009/06/21/free-resources-techniques-and-tips-for-goal-setting/#comment-91</link>
		<dc:creator>goal setting</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=88#comment-91</guid>
		<description>Ive been working on some articles about goal setting at .  Let me know what you think. :</description>
		<content:encoded><![CDATA[<p>Ive been working on some articles about goal setting at .  Let me know what you think. :</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Diego</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-89</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-89</guid>
		<description>Hey sorry i shoulda read the last comment before the question about rendering nothing. 

But I&#039;m still wondering why my position is not saving to the database...</description>
		<content:encoded><![CDATA[<p>Hey sorry i shoulda read the last comment before the question about rendering nothing. </p>
<p>But I&#8217;m still wondering why my position is not saving to the database&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Diego</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-88</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-88</guid>
		<description>This looks simple enough, but for some reason the order isn&#039;t saving in the database for me, though i have the default position column in my acts_as_list model.

Also in your sort method you don&#039;t declare a render or anything, so rails by default will try to render the sort template. I will look for a way to stop any response but if you know I&#039;m sure it would be helpful to a lot of people to post it. for now I&#039;m just making it render an empty template. But since this is an ajax request which simply does a save, it would be best performance-wise to not render anything. dyt?</description>
		<content:encoded><![CDATA[<p>This looks simple enough, but for some reason the order isn&#8217;t saving in the database for me, though i have the default position column in my acts_as_list model.</p>
<p>Also in your sort method you don&#8217;t declare a render or anything, so rails by default will try to render the sort template. I will look for a way to stop any response but if you know I&#8217;m sure it would be helpful to a lot of people to post it. for now I&#8217;m just making it render an empty template. But since this is an ajax request which simply does a save, it would be best performance-wise to not render anything. dyt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free resources, techniques, and tips for goal setting by harryche2008</title>
		<link>http://harryche2008.wordpress.com/2009/06/21/free-resources-techniques-and-tips-for-goal-setting/#comment-87</link>
		<dc:creator>harryche2008</dc:creator>
		<pubDate>Wed, 01 Jul 2009 04:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=88#comment-87</guid>
		<description>Thanks. Your site looks great, btw.</description>
		<content:encoded><![CDATA[<p>Thanks. Your site looks great, btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free resources, techniques, and tips for goal setting by Everything Counts</title>
		<link>http://harryche2008.wordpress.com/2009/06/21/free-resources-techniques-and-tips-for-goal-setting/#comment-86</link>
		<dc:creator>Everything Counts</dc:creator>
		<pubDate>Wed, 01 Jul 2009 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=88#comment-86</guid>
		<description>Nice link. Thanks for sharing. I recommend it to all who are applying the goal setting technique in their lives. Thanks again.</description>
		<content:encoded><![CDATA[<p>Nice link. Thanks for sharing. I recommend it to all who are applying the goal setting technique in their lives. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Juanjo</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-85</link>
		<dc:creator>Juanjo</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-85</guid>
		<description>You must put this on the sort method, I think:

render :nothing =&gt; true</description>
		<content:encoded><![CDATA[<p>You must put this on the sort method, I think:</p>
<p>render :nothing =&gt; true</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Ravindra Singh</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-84</link>
		<dc:creator>Ravindra Singh</dc:creator>
		<pubDate>Sat, 13 Jun 2009 12:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-84</guid>
		<description>I have a list of questions in which there is field ques_num and i want that 
in the test_paper model show view drag and drop and change their ques_num also . 
How can i do this any idea.</description>
		<content:encoded><![CDATA[<p>I have a list of questions in which there is field ques_num and i want that<br />
in the test_paper model show view drag and drop and change their ques_num also .<br />
How can i do this any idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to do Ajax style drag-n-drop sorting with Rails by Gus Ortiz</title>
		<link>http://harryche2008.wordpress.com/2008/07/19/how-to-do-ajax-style-drag-n-drop-sorting-with-rails/#comment-80</link>
		<dc:creator>Gus Ortiz</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=13#comment-80</guid>
		<description>I have a more advanced question for anyone who can answer.
How do I drag and drop items between lists like Jason does in the basecamp demo video? I want to drag an element from list &quot;A&quot; and drop it in list &quot;B&quot;. Any ideas?.</description>
		<content:encoded><![CDATA[<p>I have a more advanced question for anyone who can answer.<br />
How do I drag and drop items between lists like Jason does in the basecamp demo video? I want to drag an element from list &#8220;A&#8221; and drop it in list &#8220;B&#8221;. Any ideas?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails&#8217; flash[:notice] problem by Ryan</title>
		<link>http://harryche2008.wordpress.com/2008/07/16/rails-flashnotice-problem/#comment-79</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://harryche2008.wordpress.com/?p=6#comment-79</guid>
		<description>Thanks! Solved my problem. Just added .now to flash and the extra notice disappears. You&#039;re right, it seems strange. I&#039;m left with a queasy feeling. But hey it works.</description>
		<content:encoded><![CDATA[<p>Thanks! Solved my problem. Just added .now to flash and the extra notice disappears. You&#8217;re right, it seems strange. I&#8217;m left with a queasy feeling. But hey it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
