<?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: Project Website Part 4: Drag and Drop in jQuery</title>
	<atom:link href="http://www.pathf.com/blogs/2008/07/project-website-part-4-drag-and-drop-in-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/07/project-website-part-4-drag-and-drop-in-jquery/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: srinath</title>
		<link>http://www.pathf.com/blogs/2008/07/project-website-part-4-drag-and-drop-in-jquery/comment-page-1/#comment-7267</link>
		<dc:creator>srinath</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1056#comment-7267</guid>
		<description>I would like to select multiple items (using control-key), and then drag all selected items to a droppable category and update all on server .

How can we achieve this in Rails !</description>
		<content:encoded><![CDATA[<p>I would like to select multiple items (using control-key), and then drag all selected items to a droppable category and update all on server .</p>
<p>How can we achieve this in Rails !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Collins</title>
		<link>http://www.pathf.com/blogs/2008/07/project-website-part-4-drag-and-drop-in-jquery/comment-page-1/#comment-2648</link>
		<dc:creator>Ken Collins</dc:creator>
		<pubDate>Sun, 27 Jul 2008 17:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1056#comment-2648</guid>
		<description>Good write up!

I&#039;m a few weeks away from finishing a rails 2 rewrite of an bookmark app I made a few years ago called HomeMarks. I&#039;d say I&#039;m in the middle of nested drag and drop hell now. If you care to take a look at some of the solutions I have, please check out the project page on Github http://github.com/metaskills/homemarks/tree/master 

One thing I ended up creating was a SortuableUtils JavaScript module that I use to serialize and dynamically add/remove sortables/draggables/droppables. The serialization is the nicest. The default way Scriptaculous is to send a sorted aray of IDs which can make for nasty controller actions. Currently I have the sortable objects not only find what was added, but at what position and even what scope (ie... chaning boxes, etc.).</description>
		<content:encoded><![CDATA[<p>Good write up!</p>
<p>I&#8217;m a few weeks away from finishing a rails 2 rewrite of an bookmark app I made a few years ago called HomeMarks. I&#8217;d say I&#8217;m in the middle of nested drag and drop hell now. If you care to take a look at some of the solutions I have, please check out the project page on Github <a href="http://github.com/metaskills/homemarks/tree/master" rel="nofollow">http://github.com/metaskills/homemarks/tree/master</a> </p>
<p>One thing I ended up creating was a SortuableUtils JavaScript module that I use to serialize and dynamically add/remove sortables/draggables/droppables. The serialization is the nicest. The default way Scriptaculous is to send a sorted aray of IDs which can make for nasty controller actions. Currently I have the sortable objects not only find what was added, but at what position and even what scope (ie&#8230; chaning boxes, etc.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.pathf.com/blogs/2008/07/project-website-part-4-drag-and-drop-in-jquery/comment-page-1/#comment-2630</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1056#comment-2630</guid>
		<description>You might want to look at LiveQuery: http://brandonaaron.net/docs/livequery/

It handles the apply-to-new-elements bit that you were struggling with manually.</description>
		<content:encoded><![CDATA[<p>You might want to look at LiveQuery: <a href="http://brandonaaron.net/docs/livequery/" rel="nofollow">http://brandonaaron.net/docs/livequery/</a></p>
<p>It handles the apply-to-new-elements bit that you were struggling with manually.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.240 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-18 18:40:26 -->
