<?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 on: jQuery: Customizable layout using drag and drop</title>
	<atom:link href="http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Wed, 11 May 2011 14:43:46 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raj</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-96</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 11 May 2011 14:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-96</guid>
		<description>Thanks for sharing your code, very nice article.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing your code, very nice article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bram</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-72</link>
		<dc:creator>bram</dc:creator>
		<pubDate>Fri, 08 Oct 2010 06:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-72</guid>
		<description>Very cool and clear. Thank you. 
It is very helpful article.</description>
		<content:encoded><![CDATA[<p>Very cool and clear. Thank you.<br />
It is very helpful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-71</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 06 Oct 2010 16:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-71</guid>
		<description>thanks a lot for this, has helped me as well !!</description>
		<content:encoded><![CDATA[<p>thanks a lot for this, has helped me as well !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoreMeng</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-68</link>
		<dc:creator>MoreMeng</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-68</guid>
		<description>Oh, that cool. Thanks the guide for me</description>
		<content:encoded><![CDATA[<p>Oh, that cool. Thanks the guide for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yura</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-67</link>
		<dc:creator>Yura</dc:creator>
		<pubDate>Tue, 07 Sep 2010 17:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-67</guid>
		<description>Strange, these items not saved for me. Latest FF, cookies enabled

I found another sample which working fine. http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html</description>
		<content:encoded><![CDATA[<p>Strange, these items not saved for me. Latest FF, cookies enabled</p>
<p>I found another sample which working fine. <a href="http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html" rel="nofollow">http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-64</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 30 Aug 2010 07:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-64</guid>
		<description>Ok, I have found the out what&#039;s the problem with IE.

connectWith must be put at the very last:

$(&#039;#content .sortable-list&#039;).sortable({
		opacity: 0.7,
		placeholder: &#039;placeholder&#039;,
		connectWith: &#039;#content .sortable-list&#039;
	});

This works now. Thanks.</description>
		<content:encoded><![CDATA[<p>Ok, I have found the out what&#8217;s the problem with IE.</p>
<p>connectWith must be put at the very last:</p>
<p>$(&#8216;#content .sortable-list&#8217;).sortable({<br />
		opacity: 0.7,<br />
		placeholder: &#8216;placeholder&#8217;,<br />
		connectWith: &#8216;#content .sortable-list&#8217;<br />
	});</p>
<p>This works now. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-63</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 30 Aug 2010 05:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-63</guid>
		<description>Hi. Your final example seems to work in IE7, but other examples don&#039;t work. I tried to troubleshoot but didn&#039;t have any clue whatsoever. Do you mind to look into it?

This is a great work though. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. Your final example seems to work in IE7, but other examples don&#8217;t work. I tried to troubleshoot but didn&#8217;t have any clue whatsoever. Do you mind to look into it?</p>
<p>This is a great work though. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axinte Adrian</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-61</link>
		<dc:creator>Axinte Adrian</dc:creator>
		<pubDate>Sat, 21 Aug 2010 09:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-61</guid>
		<description>This is awesome!! Thanks a lot.
I will use this for a project ;)</description>
		<content:encoded><![CDATA[<p>This is awesome!! Thanks a lot.<br />
I will use this for a project ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pranav</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-59</link>
		<dc:creator>Pranav</dc:creator>
		<pubDate>Sat, 07 Aug 2010 05:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-59</guid>
		<description>This is indeed a great tutorial. Thanks a lot for this. I will surely create a POC. Will let you know if have any question.</description>
		<content:encoded><![CDATA[<p>This is indeed a great tutorial. Thanks a lot for this. I will surely create a POC. Will let you know if have any question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morteza Rostami</title>
		<link>http://devheart.org/articles/jquery-customizable-layout-using-drag-and-drop/comment-page-1/#comment-23</link>
		<dc:creator>Morteza Rostami</dc:creator>
		<pubDate>Tue, 04 May 2010 17:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://devheart.org/?p=17#comment-23</guid>
		<description>Hi,

Great and clean tutorial :-)

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great and clean tutorial :-)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

