<?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: Drag n&#8217; Drop in JavaScript</title>
	<atom:link href="http://ajaxian.com/archives/drag-n-drop-in-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/drag-n-drop-in-javascript</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ramin</title>
		<link>http://ajaxian.com/archives/drag-n-drop-in-javascript/comment-page-1#comment-144</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/drag-n-drop-in-javascript#comment-144</guid>
		<description>Cool stuff. One thing about the drag n drop lists. It seems like its all client side. How would this help in a real world situation where you need to store the new ordered lists that you just dragged and dropped? It doesn&#039;t communicate with the server at anytime, so you can&#039;t really save that information. Not sure how useful that would be.

I guess you can also set some hidden field values or use Ajax to communiate with the server. Now that would be a neat demo.</description>
		<content:encoded><![CDATA[<p>Cool stuff. One thing about the drag n drop lists. It seems like its all client side. How would this help in a real world situation where you need to store the new ordered lists that you just dragged and dropped? It doesn&#8217;t communicate with the server at anytime, so you can&#8217;t really save that information. Not sure how useful that would be.</p>
<p>I guess you can also set some hidden field values or use Ajax to communiate with the server. Now that would be a neat demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ajaxian.com/archives/drag-n-drop-in-javascript/comment-page-1#comment-145</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/drag-n-drop-in-javascript#comment-145</guid>
		<description>What is the possibility of using nested UL lists with sorting? That is something that I would be very interested in.

Have you tried that at all?</description>
		<content:encoded><![CDATA[<p>What is the possibility of using nested UL lists with sorting? That is something that I would be very interested in.</p>
<p>Have you tried that at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://ajaxian.com/archives/drag-n-drop-in-javascript/comment-page-1#comment-146</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/drag-n-drop-in-javascript#comment-146</guid>
		<description>Have you ever tried qooxdoo (qooxdoo.sourceforge.net). There is a full drag and drop implementation - but it&#039;s target are web applications - not simple html pages.</description>
		<content:encoded><![CDATA[<p>Have you ever tried qooxdoo (qooxdoo.sourceforge.net). There is a full drag and drop implementation &#8211; but it&#8217;s target are web applications &#8211; not simple html pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Albrecht</title>
		<link>http://ajaxian.com/archives/drag-n-drop-in-javascript/comment-page-1#comment-147</link>
		<dc:creator>Harald Albrecht</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/drag-n-drop-in-javascript#comment-147</guid>
		<description>I&#039;m currently working on Drag&amp;Drop for XHTML and SVG pages. In particular, I find your examples of sorting lists and slides very good (absolutely high drool factor). The code I wrote so far is able to handle mixed XHTML/SVG documents (compound documents). It can show a selection rectangle with resize handles, and it can be used to move and resize both XHTML and SVG elements, as long as they allow absolute positioning. The code hides differences in XHTML and SVG semantics.

However, currently one important thing for drag&amp;drop is still missing: while it is now possible to handle the drag, it is not possible to detect whether a particular &quot;thing&quot; has been dropped onto a particular other element. Part of the problem is that there is no function to detect what is &quot;under&quot; the cursor and the object being dragged. I would like to see support for this coming from web browsers so writing cross-platform interactive web-applications could become a little more easier...</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently working on Drag&#038;Drop for XHTML and SVG pages. In particular, I find your examples of sorting lists and slides very good (absolutely high drool factor). The code I wrote so far is able to handle mixed XHTML/SVG documents (compound documents). It can show a selection rectangle with resize handles, and it can be used to move and resize both XHTML and SVG elements, as long as they allow absolute positioning. The code hides differences in XHTML and SVG semantics.</p>
<p>However, currently one important thing for drag&#038;drop is still missing: while it is now possible to handle the drag, it is not possible to detect whether a particular &#8220;thing&#8221; has been dropped onto a particular other element. Part of the problem is that there is no function to detect what is &#8220;under&#8221; the cursor and the object being dragged. I would like to see support for this coming from web browsers so writing cross-platform interactive web-applications could become a little more easier&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

