<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Using MooTools 1.2 For Drag, Drop, Sort,&#160;Save</title> <atom:link href="http://davidwalsh.name/mootools-drag-drop/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-drag-drop</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 07:54:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: redmike</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-27205</link> <dc:creator>redmike</dc:creator> <pubDate>Mon, 10 Oct 2011 06:27:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-27205</guid> <description>Hi David! I have problem on using mootools on my site - it destroys my layout. Is it because I also run jquery?</description> <content:encoded><![CDATA[<p>Hi David! I have problem on using mootools on my site &#8211; it destroys my layout. Is it because I also run jquery?</p> ]]></content:encoded> </item> <item><title>By: pSouper</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-23909</link> <dc:creator>pSouper</dc:creator> <pubDate>Fri, 06 May 2011 19:55:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-23909</guid> <description>for this example it simply needs a table called &quot;test_table&quot; with two fields: `id` and `sort_order`</description> <content:encoded><![CDATA[<p>for this example it simply needs a table called &#8220;test_table&#8221; with two fields: `id` and `sort_order`</p> ]]></content:encoded> </item> <item><title>By: Jan</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-23907</link> <dc:creator>Jan</dc:creator> <pubDate>Fri, 06 May 2011 19:23:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-23907</guid> <description>Can please someone explain how to create the correct MySql Table?
Thanks !!</description> <content:encoded><![CDATA[<p>Can please someone explain how to create the correct MySql Table?<br
/> Thanks !!</p> ]]></content:encoded> </item> <item><title>By: Vfrankz</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-23754</link> <dc:creator>Vfrankz</dc:creator> <pubDate>Wed, 27 Apr 2011 04:12:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-23754</guid> <description>That pretty much explains the logic behind all the pieces of this Sortable List example. I know it’s not very flashy, but the purpose of this example was to illustrate some of the cool things that can be done with a Sortable List and when they will be executed.</description> <content:encoded><![CDATA[<p>That pretty much explains the logic behind all the pieces of this Sortable List example. I know it’s not very flashy, but the purpose of this example was to illustrate some of the cool things that can be done with a Sortable List and when they will be executed.</p> ]]></content:encoded> </item> <item><title>By: AngelEyez</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-23674</link> <dc:creator>AngelEyez</dc:creator> <pubDate>Fri, 22 Apr 2011 16:06:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-23674</guid> <description>Is there any way to get the browser to scroll with this? I&#039;m using it to sort a gallery and when there are more thumbnails than will fit on the screen, I need the browser to automatically scroll when dragging the thumbnail. Thanks!</description> <content:encoded><![CDATA[<p>Is there any way to get the browser to scroll with this? I&#8217;m using it to sort a gallery and when there are more thumbnails than will fit on the screen, I need the browser to automatically scroll when dragging the thumbnail. Thanks!</p> ]]></content:encoded> </item> <item><title>By: pSouper</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-21678</link> <dc:creator>pSouper</dc:creator> <pubDate>Mon, 13 Dec 2010 21:49:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-21678</guid> <description>Hi David,
Sorry to bug you in the middle of the gunners game - when you get a moment could you let me know if your moo sortables script can be used for a dynamic amount of UL&#039;s
and if so, would you have a small implementation of it as I just can&#039;t get any more than the firstany help would be v.greatfuly appreciated.
pSouper</description> <content:encoded><![CDATA[<p>Hi David,<br
/> Sorry to bug you in the middle of the gunners game &#8211; when you get a moment could you let me know if your moo sortables script can be used for a dynamic amount of UL&#8217;s<br
/> and if so, would you have a small implementation of it as I just can&#8217;t get any more than the first</p><p>any help would be v.greatfuly appreciated.<br
/> pSouper</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-21065</link> <dc:creator>Mark</dc:creator> <pubDate>Thu, 21 Oct 2010 21:24:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-21065</guid> <description>Hi Guys,Wondered if I could get a little help. I just cannot get this code to update the database. Infact I cannot get it to interact with the &#039;url&#039; location at all.I use a piece of Ajax on the page before thats works finewindow.addEvent(&#039;domready&#039;, function(){
$(&#039;trackForm&#039;).addEvent(&#039;submit&#039;, function(e){
e.stop();
var req = new Request.HTML({
url: &#039;/campaigns/createtracklistajax&#039;,
data: $(&#039;trackForm&#039;),
update: $(&#039;trackList&#039;)
}).send();
});
});BUT the code on this page appears to work as the list sorts when I drag and drop it, it states that the database has been updated by the &#039;onSuccess&#039; function, but it appears to not interact with the controller/action. I cant understand how it reports success when its obviously not succeeding.A bit of a headache this!Many thanksMark</description> <content:encoded><![CDATA[<p>Hi Guys,</p><p>Wondered if I could get a little help. I just cannot get this code to update the database. Infact I cannot get it to interact with the &#8216;url&#8217; location at all.</p><p>I use a piece of Ajax on the page before thats works fine</p><p>window.addEvent(&#8216;domready&#8217;, function(){<br
/> $(&#8216;trackForm&#8217;).addEvent(&#8216;submit&#8217;, function(e){<br
/> e.stop();<br
/> var req = new Request.HTML({<br
/> url: &#8216;/campaigns/createtracklistajax&#8217;,<br
/> data: $(&#8216;trackForm&#8217;),<br
/> update: $(&#8216;trackList&#8217;)<br
/> }).send();<br
/> });<br
/> });</p><p>BUT the code on this page appears to work as the list sorts when I drag and drop it, it states that the database has been updated by the &#8216;onSuccess&#8217; function, but it appears to not interact with the controller/action. I cant understand how it reports success when its obviously not succeeding.</p><p>A bit of a headache this!</p><p>Many thanks</p><p>Mark</p> ]]></content:encoded> </item> <item><title>By: xin</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-20955</link> <dc:creator>xin</dc:creator> <pubDate>Tue, 12 Oct 2010 12:50:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-20955</guid> <description>great tutorial. but i have one problem, I was implementing drag/drop to one new project. and the problem occurs when drag a element from main view and drop it to a div that has fixed position on the bottom of browser&#039;s window. All elements that are not behind the fixed div could be dropped on this div, any other elements that need to use browser&#039;s scroll bar to view couldn&#039;t be dropped. The draggable element that behind the fixed div somehow ignores the div as drop zone.the problem only occurs when using fixed positionAny ideas?</description> <content:encoded><![CDATA[<p>great tutorial. but i have one problem, I was implementing drag/drop to one new project. and the problem occurs when drag a element from main view and drop it to a div that has fixed position on the bottom of browser&#8217;s window. All elements that are not behind the fixed div could be dropped on this div, any other elements that need to use browser&#8217;s scroll bar to view couldn&#8217;t be dropped. The draggable element that behind the fixed div somehow ignores the div as drop zone.</p><p>the problem only occurs when using fixed position</p><p>Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-19507</link> <dc:creator>Andy</dc:creator> <pubDate>Wed, 25 Aug 2010 07:09:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-19507</guid> <description>I appreciate the tutorial. I&#039;m wondering: how do you customize this for each visitor?Right now if I sort something, it gets saved to the database, but this &#039;sortation&#039; is then applied for all users who view it. In your opinion, what would be a suitable way to make it so that for each user they see their own custom sorting?</description> <content:encoded><![CDATA[<p>I appreciate the tutorial. I&#8217;m wondering: how do you customize this for each visitor?</p><p>Right now if I sort something, it gets saved to the database, but this &#8216;sortation&#8217; is then applied for all users who view it. In your opinion, what would be a suitable way to make it so that for each user they see their own custom sorting?</p> ]]></content:encoded> </item> <item><title>By: faceless</title><link>http://davidwalsh.name/mootools-drag-drop/comment-page-1#comment-18397</link> <dc:creator>faceless</dc:creator> <pubDate>Thu, 24 Jun 2010 22:06:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=328#comment-18397</guid> <description>Thank you very much for the tutorial, this helped me a lot and saved some time :)@Faiz:  try wrapping  changing the echo $message to if(isset($message)){echo $message; }</description> <content:encoded><![CDATA[<p>Thank you very much for the tutorial, this helped me a lot and saved some time :)</p><p>@Faiz:  try wrapping  changing the echo $message to if(isset($message)){echo $message; }</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.019 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:09:48 -->
