<?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: Cross Browser HTML5 Drag and Drop</title>
	<atom:link href="http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/</link>
	<description>A Blog about Client Side Web Technology</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:43:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: alanselvam</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-29865</link>
		<dc:creator>alanselvam</dc:creator>
		<pubDate>Mon, 02 Jan 2012 08:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-29865</guid>
		<description>superb article.. really helps to me. thx</description>
		<content:encoded><![CDATA[<p>superb article.. really helps to me. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-24858</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Tue, 22 Nov 2011 09:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-24858</guid>
		<description>Hi, and thank you for your very good tuto ! 
I had to make drag&amp;drop with prototype, but I think it will be easier and faster to works with html5. 
For my work, I make a JS class with resizables Divs, and I need to include Drag&amp;Drop option for Divs.
You say that we couldn&#039;t use htlm5 for Divs, is-there any option or update about that, or it&#039;s really really only &lt;a&gt; and &lt;img&gt; ?

And again, thanks for tuto !
Florent.</description>
		<content:encoded><![CDATA[<p>Hi, and thank you for your very good tuto !<br />
I had to make drag&amp;drop with prototype, but I think it will be easier and faster to works with html5.<br />
For my work, I make a JS class with resizables Divs, and I need to include Drag&amp;Drop option for Divs.<br />
You say that we couldn&#8217;t use htlm5 for Divs, is-there any option or update about that, or it&#8217;s really really only &lt;a&gt; and &lt;img&gt; ?</p>
<p>And again, thanks for tuto !<br />
Florent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoltan</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-20992</link>
		<dc:creator>zoltan</dc:creator>
		<pubDate>Wed, 12 Oct 2011 23:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-20992</guid>
		<description>@joubin: I would have a hidden form on the page that would be populated with the right data on a drop event.  That would be the most straightforward way to do this.</description>
		<content:encoded><![CDATA[<p>@joubin: I would have a hidden form on the page that would be populated with the right data on a drop event.  That would be the most straightforward way to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joubin</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-20402</link>
		<dc:creator>joubin</dc:creator>
		<pubDate>Wed, 05 Oct 2011 21:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-20402</guid>
		<description>Great write up. Exactly what I needed. Can someone tell me how to pass the location of the user to mySQL db. via PHP preferably.</description>
		<content:encoded><![CDATA[<p>Great write up. Exactly what I needed. Can someone tell me how to pass the location of the user to mySQL db. via PHP preferably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cypherljk</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-19348</link>
		<dc:creator>cypherljk</dc:creator>
		<pubDate>Thu, 22 Sep 2011 20:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-19348</guid>
		<description>p.s. I actually had to comment out the line in DragDropHelper.init() where it checks if the pageload has happened and returns to get it to work to the point where it is now.

Thx</description>
		<content:encoded><![CDATA[<p>p.s. I actually had to comment out the line in DragDropHelper.init() where it checks if the pageload has happened and returns to get it to work to the point where it is now.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cypherljk</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-19346</link>
		<dc:creator>cypherljk</dc:creator>
		<pubDate>Thu, 22 Sep 2011 19:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-19346</guid>
		<description>Hello,

Excellent article.  I was looking at this article and one other for drag and drop information.  I have implemented this in an ASP / C# page and came across an issue. I have an update panel and I am dragging the contents from on panel to another.  When the initial container panel is updated the images &#039;loose&#039; their draggability.  I solve this by calling &#039;DragDropHelpers.init()&#039; and it allows me to drag an image however as soon as I drag the image it goes to the &#039;no move&#039; icon as if there is not a drop target when there is.  If I do not update the panel it is fine.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Excellent article.  I was looking at this article and one other for drag and drop information.  I have implemented this in an ASP / C# page and came across an issue. I have an update panel and I am dragging the contents from on panel to another.  When the initial container panel is updated the images &#8216;loose&#8217; their draggability.  I solve this by calling &#8216;DragDropHelpers.init()&#8217; and it allows me to drag an image however as soon as I drag the image it goes to the &#8216;no move&#8217; icon as if there is not a drop target when there is.  If I do not update the panel it is fine.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7 项 Web 开发者需要了解的新技术 &#171; csdn.me</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-19223</link>
		<dc:creator>7 项 Web 开发者需要了解的新技术 &#171; csdn.me</dc:creator>
		<pubDate>Wed, 21 Sep 2011 01:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-19223</guid>
		<description>[...] 5、HTML5 drag &amp; drop [...]</description>
		<content:encoded><![CDATA[<p>[...] 5、HTML5 drag &amp; drop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoltan</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-17884</link>
		<dc:creator>zoltan</dc:creator>
		<pubDate>Fri, 02 Sep 2011 12:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-17884</guid>
		<description>@Terese:  could you let me know which browser you were using when it didn&#039;t clone?  It may be a bug my script has with one of the newer versions of the current web browsers. It has been more than a year since I posted this article, and I would very much like to keep it up to date.  

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>@Terese:  could you let me know which browser you were using when it didn&#8217;t clone?  It may be a bug my script has with one of the newer versions of the current web browsers. It has been more than a year since I posted this article, and I would very much like to keep it up to date.  </p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terese Wahlstrom</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-17595</link>
		<dc:creator>Terese Wahlstrom</dc:creator>
		<pubDate>Sat, 27 Aug 2011 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-17595</guid>
		<description>Hi,
Great article. I happened to notice that in test 1a the red box didn&#039;t clone, in the 1b however it did in internet explorer. It&#039;s that due to the cue-fix or are there any thing I&#039;ve missed?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great article. I happened to notice that in test 1a the red box didn&#8217;t clone, in the 1b however it did in internet explorer. It&#8217;s that due to the cue-fix or are there any thing I&#8217;ve missed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoltan</title>
		<link>http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/comment-page-1/#comment-15338</link>
		<dc:creator>zoltan</dc:creator>
		<pubDate>Fri, 15 Jul 2011 20:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.useragentman.com/blog/?p=734#comment-15338</guid>
		<description>@sofpy: If you look at the code above the &quot;Example #4&quot; link, you will see that in the &lt;code&gt;dragstart&lt;/code&gt; event, I call &lt;code&gt;e.dataTransfer.setData(&#039;Text&#039;, html)&lt;/code&gt; where &lt;code&gt;html&lt;/code&gt; is the HTML of the image I am dragging.  This data is saved into memory so that when the object is dropped, it can be accessed by calling &lt;code&gt;e.dataTransfer.getData(&#039;Text&#039;)&lt;/code&gt; in the &lt;code&gt;drop&lt;/code&gt; event.

I hope that makes sense.  Please feel free to email me at the email address in the top sidenav if you would like to ask more detailed questions.</description>
		<content:encoded><![CDATA[<p>@sofpy: If you look at the code above the &#8220;Example #4&#8243; link, you will see that in the <code>dragstart</code> event, I call <code>e.dataTransfer.setData('Text', html)</code> where <code>html</code> is the HTML of the image I am dragging.  This data is saved into memory so that when the object is dropped, it can be accessed by calling <code>e.dataTransfer.getData('Text')</code> in the <code>drop</code> event.</p>
<p>I hope that makes sense.  Please feel free to email me at the email address in the top sidenav if you would like to ask more detailed questions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

