<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Multi List Drag and Drop</title>
	<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/</link>
	<description>Tom Westcott  (PHP, MySQL, Javasript,AJAX)</description>
	<pubDate>Wed, 19 Nov 2008 07:03:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-2</link>
		<author>Tom Westcott</author>
		<pubDate>Thu, 14 Jul 2005 16:31:15 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-2</guid>
					<description>No longer need a trash container added the bounce back feature.</description>
		<content:encoded><![CDATA[<p>No longer need a trash container added the bounce back feature.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sebastian Moser</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-3</link>
		<author>Sebastian Moser</author>
		<pubDate>Fri, 15 Jul 2005 07:22:06 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-3</guid>
					<description>Incredible what you created. First I wanted to change the Ben Levy's script to do exactly what your script does (trash can &#38; saving the new order of the elements), but because of my lack of knowledge of this parts of JavaScript, I had to look and found your solution.

I use it for a broadcast-distribution-software for a local TV-station in Austria. With the drag&#38;drop-functionality, you can choose the broadcasts you need for a certain area and sort them in the way you want, then you click "Distribute" and a complete tv-show is created and automatically distributed to the region-specific network.

Quite interesting and probably an unexpected way to use it... ;)

Thanks for your work, without you I really would have problems... ;)</description>
		<content:encoded><![CDATA[<p>Incredible what you created. First I wanted to change the Ben Levy&#8217;s script to do exactly what your script does (trash can &amp; saving the new order of the elements), but because of my lack of knowledge of this parts of JavaScript, I had to look and found your solution.</p>
<p>I use it for a broadcast-distribution-software for a local TV-station in Austria. With the drag&amp;drop-functionality, you can choose the broadcasts you need for a certain area and sort them in the way you want, then you click &#8220;Distribute&#8221; and a complete tv-show is created and automatically distributed to the region-specific network.</p>
<p>Quite interesting and probably an unexpected way to use it&#8230; <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks for your work, without you I really would have problems&#8230; <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ulrich</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-4</link>
		<author>Ulrich</author>
		<pubDate>Fri, 15 Jul 2005 09:04:32 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-4</guid>
					<description>Tom,
that is great work. If we could convince Tim to implement something like dragging a copy of a list item.. and I can die a happy man.</description>
		<content:encoded><![CDATA[<p>Tom,<br />
that is great work. If we could convince Tim to implement something like dragging a copy of a list item.. and I can die a happy man.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-5</link>
		<author>Tom Westcott</author>
		<pubDate>Fri, 15 Jul 2005 13:58:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-5</guid>
					<description>Dragging a copy? do you mean cloning the item when you start to drag it giving you two copys?</description>
		<content:encoded><![CDATA[<p>Dragging a copy? do you mean cloning the item when you start to drag it giving you two copys?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ulrich</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-6</link>
		<author>Ulrich</author>
		<pubDate>Fri, 15 Jul 2005 16:53:45 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-6</guid>
					<description>Tom,
yes I meant cloning.

I am building an interactive team selection component for my clubs website and players can play in multiple teams each weekend... So I need be able to assign same player to multiple teams...</description>
		<content:encoded><![CDATA[<p>Tom,<br />
yes I meant cloning.</p>
<p>I am building an interactive team selection component for my clubs website and players can play in multiple teams each weekend&#8230; So I need be able to assign same player to multiple teams&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ulrich</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-8</link>
		<author>Ulrich</author>
		<pubDate>Fri, 15 Jul 2005 19:43:20 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-8</guid>
					<description>Tom,
The drag drop library of Walter Zorn can do cloning for images.. maybe this you can find some inspiration pointers how to do this for layers http://www.walterzorn.com/dragdrop/dragdrop_e.htm</description>
		<content:encoded><![CDATA[<p>Tom,<br />
The drag drop library of Walter Zorn can do cloning for images.. maybe this you can find some inspiration pointers how to do this for layers <a href="http://www.walterzorn.com/dragdrop/dragdrop_e.htm" rel="nofollow">http://www.walterzorn.com/dragdrop/dragdrop_e.htm</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dipesh</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-9</link>
		<author>Dipesh</author>
		<pubDate>Fri, 15 Jul 2005 21:11:08 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-9</guid>
					<description>Hi,

Great work. Nice script!

I am trying to do the following:

i have tables laid out horizontally (for example say there are 5 tables). Now tables have the following numbe of rows:

table                                Rows
=========================
table1                                3
table2                                4
table3                                1
table4                                3
table5                                5

I have to give user flexibility to:
1) I need to drag the whole table i.e. exchange position of table1 and table2 etc.

2) I need to exchange rows in the table itself.

3 )I need to exchange rows from one table to another.

Is it easy to do this? How should i go about this? I am not DHTML pro, basically system programmer.

Any pointer to solve this will be highly appreciated.

Regards,

Dipesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great work. Nice script!</p>
<p>I am trying to do the following:</p>
<p>i have tables laid out horizontally (for example say there are 5 tables). Now tables have the following numbe of rows:</p>
<p>table                                Rows<br />
=========================<br />
table1                                3<br />
table2                                4<br />
table3                                1<br />
table4                                3<br />
table5                                5</p>
<p>I have to give user flexibility to:<br />
1) I need to drag the whole table i.e. exchange position of table1 and table2 etc.</p>
<p>2) I need to exchange rows in the table itself.</p>
<p>3 )I need to exchange rows from one table to another.</p>
<p>Is it easy to do this? How should i go about this? I am not DHTML pro, basically system programmer.</p>
<p>Any pointer to solve this will be highly appreciated.</p>
<p>Regards,</p>
<p>Dipesh</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-7</link>
		<author>Tom Westcott</author>
		<pubDate>Sat, 16 Jul 2005 01:31:46 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-7</guid>
					<description>Updated again.
I have put in an example of updating the database using SAJAX so user is not required to click submit to update the layout it is done automatically when they 'drop'. 
Added a group feature so you can group certain lists together and cannot drag and drop to a list outside of the group.

Ulrich,
That sounds like a very cool feature to able to have. I think it can be done fairly easily I will have a look into it.</description>
		<content:encoded><![CDATA[<p>Updated again.<br />
I have put in an example of updating the database using SAJAX so user is not required to click submit to update the layout it is done automatically when they &#8216;drop&#8217;.<br />
Added a group feature so you can group certain lists together and cannot drag and drop to a list outside of the group.</p>
<p>Ulrich,<br />
That sounds like a very cool feature to able to have. I think it can be done fairly easily I will have a look into it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-10</link>
		<author>Tom Westcott</author>
		<pubDate>Sat, 16 Jul 2005 23:14:55 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-10</guid>
					<description>Dipesh,

You could maybe implementing the table swapping as the parts are swapped here:

http://kiwi-interactive.com/experiments/inlineEdits/drag.html

to swap rows in the table(s) I am not sure you try implementing them as lists instead and swapping them that way?</description>
		<content:encoded><![CDATA[<p>Dipesh,</p>
<p>You could maybe implementing the table swapping as the parts are swapped here:</p>
<p><a href="http://kiwi-interactive.com/experiments/inlineEdits/drag.html" rel="nofollow">http://kiwi-interactive.com/experiments/inlineEdits/drag.html</a></p>
<p>to swap rows in the table(s) I am not sure you try implementing them as lists instead and swapping them that way?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tyler Leeds</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-11</link>
		<author>Tyler Leeds</author>
		<pubDate>Sun, 17 Jul 2005 14:35:38 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-11</guid>
					<description>Super cool mod Tom.  Now it does everything I wanted. You just made my day :-)

Thanks for the code.

Cheers
Tyler Leeds</description>
		<content:encoded><![CDATA[<p>Super cool mod Tom.  Now it does everything I wanted. You just made my day <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks for the code.</p>
<p>Cheers<br />
Tyler Leeds</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ulrich</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-12</link>
		<author>ulrich</author>
		<pubDate>Mon, 18 Jul 2005 15:05:15 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-12</guid>
					<description>Tom,
seems that someone manged to break your 1st example... no items left in the lists....</description>
		<content:encoded><![CDATA[<p>Tom,<br />
seems that someone manged to break your 1st example&#8230; no items left in the lists&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-13</link>
		<author>Tom Westcott</author>
		<pubDate>Mon, 18 Jul 2005 15:11:54 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-13</guid>
					<description>Thanks for heads up, I guess that can be done by sending a post with no data ak :/</description>
		<content:encoded><![CDATA[<p>Thanks for heads up, I guess that can be done by sending a post with no data ak :/</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-14</link>
		<author>Tom Westcott</author>
		<pubDate>Mon, 18 Jul 2005 16:10:16 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-14</guid>
					<description>Made the php more secure, was not concentrating very hard on that part when I made it!</description>
		<content:encoded><![CDATA[<p>Made the php more secure, was not concentrating very hard on that part when I made it!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gary Weisserman</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-15</link>
		<author>Gary Weisserman</author>
		<pubDate>Tue, 19 Jul 2005 21:17:09 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-15</guid>
					<description>So I'm playing with a version ripped from Ben Levy's example, and I'm trying to figure out a way to pass the position of each element as a regular form element:

http://dewey.umflint.edu/drag_and_drop/

I can't use ajax for this; I just need a regular form parameter (or set of form parameters) that contain the info.

Any ideas? I sure could use them!  (-;</description>
		<content:encoded><![CDATA[<p>So I&#8217;m playing with a version ripped from Ben Levy&#8217;s example, and I&#8217;m trying to figure out a way to pass the position of each element as a regular form element:</p>
<p><a href="http://dewey.umflint.edu/drag_and_drop/" rel="nofollow">http://dewey.umflint.edu/drag_and_drop/</a></p>
<p>I can&#8217;t use ajax for this; I just need a regular form parameter (or set of form parameters) that contain the info.</p>
<p>Any ideas? I sure could use them!  (-;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-16</link>
		<author>Tom Westcott</author>
		<pubDate>Wed, 20 Jul 2005 00:09:52 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-16</guid>
					<description>Hey Gary
Here how my version achives this

When the user clicks the submit button the onclick event calls the javascript function getSort() this function calls a function in the dragdrop.js file I added called serData() basically it returns a formatted string of the order of the elements in the diffrent lists. This string is then loaded into the hidden form field called "order" so it is passed a long in the POST to the php script where the hidden field is then parsed by the php function parse_data() to return a usable array.

Hope that helps!!

-- Tom</description>
		<content:encoded><![CDATA[<p>Hey Gary<br />
Here how my version achives this</p>
<p>When the user clicks the submit button the onclick event calls the javascript function getSort() this function calls a function in the dragdrop.js file I added called serData() basically it returns a formatted string of the order of the elements in the diffrent lists. This string is then loaded into the hidden form field called &#8220;order&#8221; so it is passed a long in the POST to the php script where the hidden field is then parsed by the php function parse_data() to return a usable array.</p>
<p>Hope that helps!!</p>
<p>&#8211; Tom</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gary Weisserman</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-17</link>
		<author>Gary Weisserman</author>
		<pubDate>Wed, 20 Jul 2005 00:31:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-17</guid>
					<description>Hi Tom--thanks for the tip.  I tried it, but to no avail (!).  Well, some avail, actually.  If you go to the page

dewey.umflint.edu/drag_and_drop/

and click the button, it DOES show the hidden input field parameters--it's blank, with commas delimiting each entry, but with nothing to delimit.  It's very strange, like there's data that's supposed to be passed there.  Am I doing somethign wrong?  Any ideas?  I'm growing despondent and have taken to randomly throwing variables around to see what's what ...!</description>
		<content:encoded><![CDATA[<p>Hi Tom&#8211;thanks for the tip.  I tried it, but to no avail (!).  Well, some avail, actually.  If you go to the page</p>
<p>dewey.umflint.edu/drag_and_drop/</p>
<p>and click the button, it DOES show the hidden input field parameters&#8211;it&#8217;s blank, with commas delimiting each entry, but with nothing to delimit.  It&#8217;s very strange, like there&#8217;s data that&#8217;s supposed to be passed there.  Am I doing somethign wrong?  Any ideas?  I&#8217;m growing despondent and have taken to randomly throwing variables around to see what&#8217;s what &#8230;!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-18</link>
		<author>Tom Westcott</author>
		<pubDate>Wed, 20 Jul 2005 00:45:42 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-18</guid>
					<description>Hey Gary,

Looks good the serData() function  uses the ID tags of the li element as the name for the items add these to your list item and should should be good eg

&#60;li id="fg"&#62; Fred Goodman 	&#60;/li&#62;

If you dont want to use the id and instead want to use the list item name change this line of code in serData() 

string += items[i].id;

to 

string += items[i].innerHTML;

Good luck!

-- Tom</description>
		<content:encoded><![CDATA[<p>Hey Gary,</p>
<p>Looks good the serData() function  uses the ID tags of the li element as the name for the items add these to your list item and should should be good eg</p>
<p>&lt;li id=&#8221;fg&#8221;&gt; Fred Goodman 	&lt;/li&gt;</p>
<p>If you dont want to use the id and instead want to use the list item name change this line of code in serData() </p>
<p>string += items[i].id;</p>
<p>to </p>
<p>string += items[i].innerHTML;</p>
<p>Good luck!</p>
<p>&#8211; Tom</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Gary Weisserman</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-19</link>
		<author>Gary Weisserman</author>
		<pubDate>Wed, 20 Jul 2005 11:12:50 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-19</guid>
					<description>Tom, you are da man!  Seriously, thanks--this helps a lot!</description>
		<content:encoded><![CDATA[<p>Tom, you are da man!  Seriously, thanks&#8211;this helps a lot!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Morton</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-20</link>
		<author>John Morton</author>
		<pubDate>Thu, 21 Jul 2005 16:06:29 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-20</guid>
					<description>Tom, I also want to add my thanks for this. I'm still trying to figure out how I can use it, but it's really cool!</description>
		<content:encoded><![CDATA[<p>Tom, I also want to add my thanks for this. I&#8217;m still trying to figure out how I can use it, but it&#8217;s really cool!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-22</link>
		<author>Juan</author>
		<pubDate>Fri, 22 Jul 2005 05:47:07 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-22</guid>
					<description>This is SO AWSOME!
http://www.dlplp.com/v6/test (login: dlptest // pass:0123)
I have been working on this for few days now and I saw ur post after i had made a post on Tim Taylor's Blog so that's how I got here..
well..what I wanted to add here was: You alredy got the functionality of the tables to be dragged and dropped PLUS: (the big one) you made it save into a database and even better automatically..Now my question to you (thats if u check my page out) is, ok adding to the drag and drop funtionality can it be done so that you can also edit content inside the tables... and save them automatically to the database too?
And a HUGE step, making like a style page, in which users could go in and select an order of the tables to be displayed like.. 
some thing like : adding tables/deleteing, moving (up/down/left/rigth) between other category tables. or soemthing..
it might sound like a lot but don't it sound so cool?
lol

-- Juan</description>
		<content:encoded><![CDATA[<p>This is SO AWSOME!<br />
<a href="http://www.dlplp.com/v6/test" rel="nofollow">http://www.dlplp.com/v6/test</a> (login: dlptest // pass:0123)<br />
I have been working on this for few days now and I saw ur post after i had made a post on Tim Taylor&#8217;s Blog so that&#8217;s how I got here..<br />
well..what I wanted to add here was: You alredy got the functionality of the tables to be dragged and dropped PLUS: (the big one) you made it save into a database and even better automatically..Now my question to you (thats if u check my page out) is, ok adding to the drag and drop funtionality can it be done so that you can also edit content inside the tables&#8230; and save them automatically to the database too?<br />
And a HUGE step, making like a style page, in which users could go in and select an order of the tables to be displayed like..<br />
some thing like : adding tables/deleteing, moving (up/down/left/rigth) between other category tables. or soemthing..<br />
it might sound like a lot but don&#8217;t it sound so cool?<br />
lol</p>
<p>&#8211; Juan</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Adam Hawkins</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-23</link>
		<author>Adam Hawkins</author>
		<pubDate>Fri, 22 Jul 2005 19:42:02 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-23</guid>
					<description>I seems as if javascript is back in the limelight with the recent ajax coverage and this appears the be the end of the trail and the leading edge of tech. im looking to take this further with standard ui like ctrl click copy drag &#38; shift click move drag - also ctrl click multi select and shift click rnaged select of items for ajax interaction 
has anyone come across any of similar work with javascript drag with which to build on or is the the end of the trail
btw - this is shit hot and i think its tech that flash has been teasing us with for ages but never delivered.
any pointers appreciated.
A</description>
		<content:encoded><![CDATA[<p>I seems as if javascript is back in the limelight with the recent ajax coverage and this appears the be the end of the trail and the leading edge of tech. im looking to take this further with standard ui like ctrl click copy drag &amp; shift click move drag - also ctrl click multi select and shift click rnaged select of items for ajax interaction<br />
has anyone come across any of similar work with javascript drag with which to build on or is the the end of the trail<br />
btw - this is shit hot and i think its tech that flash has been teasing us with for ages but never delivered.<br />
any pointers appreciated.<br />
A</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joris</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-24</link>
		<author>Joris</author>
		<pubDate>Sat, 23 Jul 2005 15:22:03 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-24</guid>
					<description>Hi,

This script is exactly what I needed. But I am trying to make nested draggable lists, so I need to be able to set a handle. I tried editing the source a little but I didn't manage to find a way. is there anyone who could help me along a bit?

-Joris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This script is exactly what I needed. But I am trying to make nested draggable lists, so I need to be able to set a handle. I tried editing the source a little but I didn&#8217;t manage to find a way. is there anyone who could help me along a bit?</p>
<p>-Joris</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tom Westcott</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-25</link>
		<author>Tom Westcott</author>
		<pubDate>Sat, 23 Jul 2005 21:19:41 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-25</guid>
					<description>Juan, I think you can use part of Tim Taylors javascript library to do inline editing? (http://tool-man.org/examples/edit-in-place.html).
As for the other part I think you need to mess with php some more.

Adam, it looks like you have got your work cut out making something that interactive, but it sounds very cool please keep me updated on how you get along with it.

Joris, how do you mean set a handle ? You only want to drag items inside the lists that are nested?

-- Tom</description>
		<content:encoded><![CDATA[<p>Juan, I think you can use part of Tim Taylors javascript library to do inline editing? (http://tool-man.org/examples/edit-in-place.html).<br />
As for the other part I think you need to mess with php some more.</p>
<p>Adam, it looks like you have got your work cut out making something that interactive, but it sounds very cool please keep me updated on how you get along with it.</p>
<p>Joris, how do you mean set a handle ? You only want to drag items inside the lists that are nested?</p>
<p>&#8211; Tom</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-26</link>
		<author>Juan</author>
		<pubDate>Sat, 23 Jul 2005 21:55:36 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-26</guid>
					<description>I think what Joris means is having the functionality of been able to not only drag The lists  but also drag the complete set to another place.
Lets say you have three colums: Left, Middle, and Right
Left has 2 dragable lists.
Middle 3
and Right only 1
The lists inside all of these can be dragged between the lists.
But what I think he means is Been able to move Middle to Right or left
Left to Middle or right. or Right to middle or left.. 
Bringing with it all the lists inside of it... (am I making sense?)
===============

Another thing, I have tried to do the Inline Editing inside your code but the function:
===========================
window.onload = function() {
        
		/* var list = document.getElementById("left_col");
		DragDrop.makeListContainer( list, 'g1' );
		list.onDragOver....
============================

that is part of your java cancels the funtionality of being able of drag items and editing them from Tim Taylor's scripts:
I' also found this other great script that lets you save your edited content from a table into the database somewhat like what you did with your script to send it to a DB with AJAX. 
http://labs.revision10.com/experiments/dat/dat_example.php

and I have been working on it but I'm not a big expert on PHP and Java just yet.. so I'm playing around with things at the moment.
Here's my sample of what I'm working on with your script:
http://www.dlplp.com/v6/test/dd.php
and the one for editing fields:
http://www.dlplp.com/v6/test/edit_fields.php
so I still got a long way to go.. specially for me cause I'm just not that knowledgable with PHP and JS</description>
		<content:encoded><![CDATA[<p>I think what Joris means is having the functionality of been able to not only drag The lists  but also drag the complete set to another place.<br />
Lets say you have three colums: Left, Middle, and Right<br />
Left has 2 dragable lists.<br />
Middle 3<br />
and Right only 1<br />
The lists inside all of these can be dragged between the lists.<br />
But what I think he means is Been able to move Middle to Right or left<br />
Left to Middle or right. or Right to middle or left..<br />
Bringing with it all the lists inside of it&#8230; (am I making sense?)<br />
===============</p>
<p>Another thing, I have tried to do the Inline Editing inside your code but the function:<br />
===========================<br />
window.onload = function() {</p>
<p>		/* var list = document.getElementById(&#8221;left_col&#8221;);<br />
		DragDrop.makeListContainer( list, &#8216;g1&#8242; );<br />
		list.onDragOver&#8230;.<br />
============================</p>
<p>that is part of your java cancels the funtionality of being able of drag items and editing them from Tim Taylor&#8217;s scripts:<br />
I&#8217; also found this other great script that lets you save your edited content from a table into the database somewhat like what you did with your script to send it to a DB with AJAX.<br />
<a href="http://labs.revision10.com/experiments/dat/dat_example.php" rel="nofollow">http://labs.revision10.com/experiments/dat/dat_example.php</a></p>
<p>and I have been working on it but I&#8217;m not a big expert on PHP and Java just yet.. so I&#8217;m playing around with things at the moment.<br />
Here&#8217;s my sample of what I&#8217;m working on with your script:<br />
<a href="http://www.dlplp.com/v6/test/dd.php" rel="nofollow">http://www.dlplp.com/v6/test/dd.php</a><br />
and the one for editing fields:<br />
<a href="http://www.dlplp.com/v6/test/edit_fields.php" rel="nofollow">http://www.dlplp.com/v6/test/edit_fields.php</a><br />
so I still got a long way to go.. specially for me cause I&#8217;m just not that knowledgable with PHP and JS</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-28</link>
		<author>Juan</author>
		<pubDate>Thu, 04 Aug 2005 05:45:45 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-28</guid>
					<description>Nevermmind, the Problem was fixed... it was the window.onload = function() {
function because it was loading two at a time, so it blocked the other..
Now I'm trying to get it so that it edits the fields and saves them automatically.. but no one seems to help.. so I'm like so stuck..</description>
		<content:encoded><![CDATA[<p>Nevermmind, the Problem was fixed&#8230; it was the window.onload = function() {<br />
function because it was loading two at a time, so it blocked the other..<br />
Now I&#8217;m trying to get it so that it edits the fields and saves them automatically.. but no one seems to help.. so I&#8217;m like so stuck..</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-29</link>
		<author>Ben</author>
		<pubDate>Thu, 04 Aug 2005 17:33:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-29</guid>
					<description>In response to the person who wants nested trees to be sortable, I came across an interesting script.  It's still rather beta, but it might give you an idea of how to go about it.
http://mir.aculo.us/stuff/test-tree/tree.html</description>
		<content:encoded><![CDATA[<p>In response to the person who wants nested trees to be sortable, I came across an interesting script.  It&#8217;s still rather beta, but it might give you an idea of how to go about it.<br />
<a href="http://mir.aculo.us/stuff/test-tree/tree.html" rel="nofollow">http://mir.aculo.us/stuff/test-tree/tree.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-30</link>
		<author>Ben</author>
		<pubDate>Thu, 04 Aug 2005 20:34:14 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-30</guid>
					<description>Also, on Tim's website he had an example of sorting items in two dimensions, I believe with his scripting he did it simply with a float:left to make the elements bunch up together.  I've tried a few ways to get it working with this script, but to no avail.
Ben</description>
		<content:encoded><![CDATA[<p>Also, on Tim&#8217;s website he had an example of sorting items in two dimensions, I believe with his scripting he did it simply with a float:left to make the elements bunch up together.  I&#8217;ve tried a few ways to get it working with this script, but to no avail.<br />
Ben</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeroen Sen</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-31</link>
		<author>Jeroen Sen</author>
		<pubDate>Tue, 09 Aug 2005 09:00:50 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-31</guid>
					<description>Wow! The dragging and drop between lists is a very cool feature. I want to use this in a cms that I'm constructing at the moment. I've implemented a solution of the (original) edit in place sortable lists by Tim Taylor, and was wondering if these two awesome scripts can be combined. Since I'm not that kind of a javascript expert (adding a the feature that the edited text on the button in the example could be saved, cost me all day :'(  ), is there anyone who has any idea of how to acomplish this?

Further more, I'm wondering if it is possible to add a second layer to the edit in place feature. This would make it possible that not only the text on the button (as shown on the button) but also the target-link of the button would be editable on the same page. My idea is that selecting these editable fields would happen with a single or a double click. (Clicking the button once would result in editing the text on the button, clicking twice would result in editing the a href of the button.)

With this added feature it would be possible to make an all editable sortable list. That would be a great feature for editing menu's in cms-es everywhere! Ideas? Anyone? :)

(notice, I'm posting here, because of all the idea's in the previous posts, thinking it would be better to group all the idea's)

Greets,

Jeroen</description>
		<content:encoded><![CDATA[<p>Wow! The dragging and drop between lists is a very cool feature. I want to use this in a cms that I&#8217;m constructing at the moment. I&#8217;ve implemented a solution of the (original) edit in place sortable lists by Tim Taylor, and was wondering if these two awesome scripts can be combined. Since I&#8217;m not that kind of a javascript expert (adding a the feature that the edited text on the button in the example could be saved, cost me all day :&#8217;(  ), is there anyone who has any idea of how to acomplish this?</p>
<p>Further more, I&#8217;m wondering if it is possible to add a second layer to the edit in place feature. This would make it possible that not only the text on the button (as shown on the button) but also the target-link of the button would be editable on the same page. My idea is that selecting these editable fields would happen with a single or a double click. (Clicking the button once would result in editing the text on the button, clicking twice would result in editing the a href of the button.)</p>
<p>With this added feature it would be possible to make an all editable sortable list. That would be a great feature for editing menu&#8217;s in cms-es everywhere! Ideas? Anyone? <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(notice, I&#8217;m posting here, because of all the idea&#8217;s in the previous posts, thinking it would be better to group all the idea&#8217;s)</p>
<p>Greets,</p>
<p>Jeroen</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-32</link>
		<author>Omar</author>
		<pubDate>Tue, 09 Aug 2005 16:29:57 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-32</guid>
					<description>Hi, I'm trying to get the drag/sort code working with lists that have overflow:auto or overflow:scroll. It seems when you set these styles on (to force overflowed content to be scrolling content) a  or  the lists items tend to blow out of the boundary created by the  or  width and height properties (at least in IE, in FFX the boundary sticks, but then when you drag and sort the list items flicker and become offset in an obstrusive way). I've narrowed down so far to the 

	createGroup : function(element) {
		var group = new _ToolManDragGroup(this, element)

		var position = "";//ToolMan.css().readStyle(element, 'position')
		if (position == 'static') {
			element.style["position"] = 'relative'
		} else if (position == 'absolute') {
			/* for Safari 1.2 */
			ToolMan.coordinates().topLeftOffset(element).reposition(element)
		}

		return group
	}, 

That is causing this undesired effect.. these 'repositioning' commands.. any help would be appreciated.. i'm still gonna try to debug this

Thanks.
Omar</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to get the drag/sort code working with lists that have overflow:auto or overflow:scroll. It seems when you set these styles on (to force overflowed content to be scrolling content) a  or  the lists items tend to blow out of the boundary created by the  or  width and height properties (at least in IE, in FFX the boundary sticks, but then when you drag and sort the list items flicker and become offset in an obstrusive way). I&#8217;ve narrowed down so far to the </p>
<p>	createGroup : function(element) {<br />
		var group = new _ToolManDragGroup(this, element)</p>
<p>		var position = &#8220;&#8221;;//ToolMan.css().readStyle(element, &#8216;position&#8217;)<br />
		if (position == &#8217;static&#8217;) {<br />
			element.style[&#8221;position&#8221;] = &#8216;relative&#8217;<br />
		} else if (position == &#8216;absolute&#8217;) {<br />
			/* for Safari 1.2 */<br />
			ToolMan.coordinates().topLeftOffset(element).reposition(element)<br />
		}</p>
<p>		return group<br />
	}, </p>
<p>That is causing this undesired effect.. these &#8216;repositioning&#8217; commands.. any help would be appreciated.. i&#8217;m still gonna try to debug this</p>
<p>Thanks.<br />
Omar</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-33</link>
		<author>Bob</author>
		<pubDate>Tue, 09 Aug 2005 19:17:56 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-33</guid>
					<description>Hi Guys
I was wondering , that if it is possible to do a copy and drop rather then a drag and drop, what I mean is that rather then moving the object and dropping it to some place, can we leave a copy of the original there and basically paste an instant on the drop place ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Guys<br />
I was wondering , that if it is possible to do a copy and drop rather then a drag and drop, what I mean is that rather then moving the object and dropping it to some place, can we leave a copy of the original there and basically paste an instant on the drop place ?</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-34</link>
		<author>Bob</author>
		<pubDate>Tue, 09 Aug 2005 19:21:12 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-34</guid>
					<description>An example for my previous comment would be, like chossing and picking up an item for a shopping cart .

Thanks</description>
		<content:encoded><![CDATA[<p>An example for my previous comment would be, like chossing and picking up an item for a shopping cart .</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-35</link>
		<author>Ben</author>
		<pubDate>Tue, 09 Aug 2005 20:32:52 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-35</guid>
					<description>Check out
http://script.aculo.us/demos/shop
for an example of a shopping cart</description>
		<content:encoded><![CDATA[<p>Check out<br />
<a href="http://script.aculo.us/demos/shop" rel="nofollow">http://script.aculo.us/demos/shop</a><br />
for an example of a shopping cart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-36</link>
		<author>Ben</author>
		<pubDate>Tue, 09 Aug 2005 22:16:41 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-36</guid>
					<description>Any way to unregister a list?  I'm dynamically adding material to my list and I'd like to be able to unreigster the list so I can re-register it with the new material.  I run into problems if I just re-register the same list. (IE crashes).
By register, I mean:
DragDrop.makeListContainer(parentHolder,'s1');</description>
		<content:encoded><![CDATA[<p>Any way to unregister a list?  I&#8217;m dynamically adding material to my list and I&#8217;d like to be able to unreigster the list so I can re-register it with the new material.  I run into problems if I just re-register the same list. (IE crashes).<br />
By register, I mean:<br />
DragDrop.makeListContainer(parentHolder,&#8217;s1&#8242;);</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-37</link>
		<author>Bob</author>
		<pubDate>Tue, 09 Aug 2005 23:00:56 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-37</guid>
					<description>Thanks Ben
But it's using Ruby ? And I am not familier with it, how difficult it is ? Any Ideas ?</description>
		<content:encoded><![CDATA[<p>Thanks Ben<br />
But it&#8217;s using Ruby ? And I am not familier with it, how difficult it is ? Any Ideas ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-39</link>
		<author>Ben</author>
		<pubDate>Wed, 10 Aug 2005 23:08:17 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-39</guid>
					<description>Ruby on Rails is sweet, I suggest you learn about it if you have time.  It is not difficult to use at all.  Those tricky Japanese.
Anyway, you don't *have* to use Ruby, just check out the source code and work your way through it, you'll be fine.
Check out how to do a drop on that same site (script.aculo.us find the documentation) and it shouldn't be too difficult to do... just create objects that interface with the drop, and call a script on the onDrop event that creates a copy of the dropped element.</description>
		<content:encoded><![CDATA[<p>Ruby on Rails is sweet, I suggest you learn about it if you have time.  It is not difficult to use at all.  Those tricky Japanese.<br />
Anyway, you don&#8217;t *have* to use Ruby, just check out the source code and work your way through it, you&#8217;ll be fine.<br />
Check out how to do a drop on that same site (script.aculo.us find the documentation) and it shouldn&#8217;t be too difficult to do&#8230; just create objects that interface with the drop, and call a script on the onDrop event that creates a copy of the dropped element.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-41</link>
		<author>Ben</author>
		<pubDate>Fri, 19 Aug 2005 17:49:32 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-41</guid>
					<description>Okay, seriously, does anyone know how I can make a sortable group with the script on this page, and then add another element to that sortable group?</description>
		<content:encoded><![CDATA[<p>Okay, seriously, does anyone know how I can make a sortable group with the script on this page, and then add another element to that sortable group?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jadwigo</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-42</link>
		<author>jadwigo</author>
		<pubDate>Thu, 25 Aug 2005 08:29:53 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-42</guid>
					<description>I like this implementation..

one little detail though: your empty ul.sortable elements don't pick up list elements.. maybe you should add something like "ul.sortable {min-height: 1em;}" to the css, or else all your listitems will end up in one list.</description>
		<content:encoded><![CDATA[<p>I like this implementation..</p>
<p>one little detail though: your empty ul.sortable elements don&#8217;t pick up list elements.. maybe you should add something like &#8220;ul.sortable {min-height: 1em;}&#8221; to the css, or else all your listitems will end up in one list.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-44</link>
		<author>Ben</author>
		<pubDate>Tue, 30 Aug 2005 19:37:35 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-44</guid>
					<description>okay, I still haven't figured it out.  Any hints on how to unregister a draggable?  I have:
DragDrop.makeListContainer(eNewSort,'s2');
and now I have added a child element to eNewSort, so I want to unregister the list container and redo the it.  Come on please?  Any help?
Ben</description>
		<content:encoded><![CDATA[<p>okay, I still haven&#8217;t figured it out.  Any hints on how to unregister a draggable?  I have:<br />
DragDrop.makeListContainer(eNewSort,&#8217;s2&#8242;);<br />
and now I have added a child element to eNewSort, so I want to unregister the list container and redo the it.  Come on please?  Any help?<br />
Ben</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jc</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-45</link>
		<author>jc</author>
		<pubDate>Wed, 31 Aug 2005 08:47:28 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-45</guid>
					<description>hi all, 
firstly i just like to mention that this script is pretty cool.
anyway what im trying to do with this is extend it so that I can have lists within lists. has anyone out their managed to achieve this?
I think Joris was posted a similar question.
thanks in advance.

so it would look something like this, where i can drag items in and out of innerurl.

	Seven
	One
	Six
	
                      
                               One
                               Two
                      
                 

</description>
		<content:encoded><![CDATA[<p>hi all,<br />
firstly i just like to mention that this script is pretty cool.<br />
anyway what im trying to do with this is extend it so that I can have lists within lists. has anyone out their managed to achieve this?<br />
I think Joris was posted a similar question.<br />
thanks in advance.</p>
<p>so it would look something like this, where i can drag items in and out of innerurl.</p>
<p>	Seven<br />
	One<br />
	Six</p>
<p>                               One<br />
                               Two</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-47</link>
		<author>Ben</author>
		<pubDate>Tue, 06 Sep 2005 22:00:02 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-47</guid>
					<description>Yes, JC, I have a script that does that, I've been working on several alternatives.  Feel free to e-mail me at nefiga@hotmail.com. Now  I wish someone would answer my damn question! :)</description>
		<content:encoded><![CDATA[<p>Yes, JC, I have a script that does that, I&#8217;ve been working on several alternatives.  Feel free to e-mail me at <a href="mailto:nefiga@hotmail.com.">nefiga@hotmail.com.</a> Now  I wish someone would answer my damn question! <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: MK</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-49</link>
		<author>MK</author>
		<pubDate>Fri, 09 Sep 2005 18:12:20 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-49</guid>
					<description>Hi,

Great Script, only issue i am facing is how to make drag item to auto scroll browser window.

thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great Script, only issue i am facing is how to make drag item to auto scroll browser window.</p>
<p>thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mark</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-50</link>
		<author>mark</author>
		<pubDate>Tue, 13 Sep 2005 06:08:31 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-50</guid>
					<description>nice work. just wondering if you're going to develop this further. 
was hoping you could help me with your codes.

see, i want to add a handle, so that dragging will only happen when i mousedown on a particular place inside the list and prevent dragging when highlighting the text inside. cant seem to find how to integrate tool-man handle with your script

thanks</description>
		<content:encoded><![CDATA[<p>nice work. just wondering if you&#8217;re going to develop this further.<br />
was hoping you could help me with your codes.</p>
<p>see, i want to add a handle, so that dragging will only happen when i mousedown on a particular place inside the list and prevent dragging when highlighting the text inside. cant seem to find how to integrate tool-man handle with your script</p>
<p>thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-51</link>
		<author>Jonathan</author>
		<pubDate>Tue, 20 Sep 2005 13:15:51 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-51</guid>
					<description>I really like this script!

I am having a little problem, though. First of all I changed my mysql 'item' field to text instead of varchar. (Maybe this is where it goes wrong).

The problem I'm experienceing is that list items containing line breaks or br-tags doesn't get saved to the database for some reason.

If anybody wanna take a whack at this my adress is http://www.twotype.se/dd/dd.php

Cheers.</description>
		<content:encoded><![CDATA[<p>I really like this script!</p>
<p>I am having a little problem, though. First of all I changed my mysql &#8216;item&#8217; field to text instead of varchar. (Maybe this is where it goes wrong).</p>
<p>The problem I&#8217;m experienceing is that list items containing line breaks or br-tags doesn&#8217;t get saved to the database for some reason.</p>
<p>If anybody wanna take a whack at this my adress is <a href="http://www.twotype.se/dd/dd.php" rel="nofollow">http://www.twotype.se/dd/dd.php</a></p>
<p>Cheers.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-52</link>
		<author>Jonathan</author>
		<pubDate>Tue, 20 Sep 2005 17:50:43 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-52</guid>
					<description>Never mind! Camino got buggy on me....</description>
		<content:encoded><![CDATA[<p>Never mind! Camino got buggy on me&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-54</link>
		<author>Christopher</author>
		<pubDate>Wed, 05 Oct 2005 17:31:04 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-54</guid>
					<description>I've encountered a strange situation (bug? if you will.).  When I wrap the lists into their own tables (for formatting purposes) and those tables are in another table (for page layout) the alignment seems to go off on the drag and drop.  What's strange is that it happens on some computers and not others.  I'ved tried upgrading to IE 6 and it doesn't always fix the problem and some IE5 machines work fine.  I'm assuming it's IE's fault, but was trying to figure out a better work around.  The page and lists are heavily dynamic so the use of tables throughout makes it easier to control the look and feel.

Just to make sure it wasn't something else on the page, I took your above example (View Sourced, Saved) and wrapped each list in a table and then wrapped the page in a table (i.e. nested tables) and it broke as well.

Anyone else encountered this issue? Any ideas on how to overcome it?

Ths.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve encountered a strange situation (bug? if you will.).  When I wrap the lists into their own tables (for formatting purposes) and those tables are in another table (for page layout) the alignment seems to go off on the drag and drop.  What&#8217;s strange is that it happens on some computers and not others.  I&#8217;ved tried upgrading to IE 6 and it doesn&#8217;t always fix the problem and some IE5 machines work fine.  I&#8217;m assuming it&#8217;s IE&#8217;s fault, but was trying to figure out a better work around.  The page and lists are heavily dynamic so the use of tables throughout makes it easier to control the look and feel.</p>
<p>Just to make sure it wasn&#8217;t something else on the page, I took your above example (View Sourced, Saved) and wrapped each list in a table and then wrapped the page in a table (i.e. nested tables) and it broke as well.</p>
<p>Anyone else encountered this issue? Any ideas on how to overcome it?</p>
<p>Ths.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mark Ireland</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-65</link>
		<author>Mark Ireland</author>
		<pubDate>Tue, 11 Oct 2005 01:56:16 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-65</guid>
					<description>Like Jeroen Sen I too am interested in making a drag and drop editor for a Content/Document Manager. Here is my first attempt:

http://www.realsimplecms.com/temp/index.html

Ultimately I want the system to look and work the same way in .NET, Java, PHP and ColdFusionMX

http://www.MarkIreland.com.au</description>
		<content:encoded><![CDATA[<p>Like Jeroen Sen I too am interested in making a drag and drop editor for a Content/Document Manager. Here is my first attempt:</p>
<p><a href="http://www.realsimplecms.com/temp/index.html" rel="nofollow">http://www.realsimplecms.com/temp/index.html</a></p>
<p>Ultimately I want the system to look and work the same way in .NET, Java, PHP and ColdFusionMX</p>
<p><a href="http://www.MarkIreland.com.au" rel="nofollow">http://www.MarkIreland.com.au</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-67</link>
		<author>Chris</author>
		<pubDate>Wed, 12 Oct 2005 21:29:46 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-67</guid>
					<description>Has anyone figured out a way to select multiple items in the first list and drag (and drop) them all at once to the second list?</description>
		<content:encoded><![CDATA[<p>Has anyone figured out a way to select multiple items in the first list and drag (and drop) them all at once to the second list?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: FiLH</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-71</link>
		<author>FiLH</author>
		<pubDate>Tue, 18 Oct 2005 08:51:58 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-71</guid>
					<description>Hello,

I'm trying to set up the drag and drop on a little complex web page, and I come to the following problem : I have put drag and drop list in a relative div, that has a left margin, and on MSIE the drop area becomes active with an offset that is equal to the left margin. So to activate the drop area you have to move the mouse to the right of the area. Of course such behaviour does not append in Firefox or Safari where every thing works perfectly well.
Here is the code that does not work ;
http://www.enseirb.fr/~goudal/tliste/Listes.html
Draging from the left list to one of the right one does not work will on MSIE</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m trying to set up the drag and drop on a little complex web page, and I come to the following problem : I have put drag and drop list in a relative div, that has a left margin, and on MSIE the drop area becomes active with an offset that is equal to the left margin. So to activate the drop area you have to move the mouse to the right of the area. Of course such behaviour does not append in Firefox or Safari where every thing works perfectly well.<br />
Here is the code that does not work ;<br />
<a href="http://www.enseirb.fr/~goudal/tliste/Listes.html" rel="nofollow">http://www.enseirb.fr/~goudal/tliste/Listes.html</a><br />
Draging from the left list to one of the right one does not work will on MSIE</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jetnet</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-75</link>
		<author>Jetnet</author>
		<pubDate>Tue, 01 Nov 2005 16:26:58 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-75</guid>
					<description>I have been playing with this script for a few hours.  First off let me say this is a great script.  Its a CMS programmers wet dream.  There is only a few things that I can see wrong with the script.  And by wrong, I mean that in the sence of I deal with stupid people, and confusing them even slightly should be considered a felony.

That being said, let me give you an example of what I see wrong...  If you have a column that is 600 px wide, followed by a break and two columns side by side each 300 px, and you have a large amount of text in each of your draggable boxes, like stories in a CMS, and you go from the top (600 px) to the bottom colums, as soon as that block leaves the column, you have to drag the block to the location where the column WAS, not is now.  Remember, the story or draggable block that your moving is fairly large.  So moving it outside of its parent causes the parent column to resize to a fairly small former self.  Then the user has to drag the story to a theoritical location.

The proposed solution would be to not change the size of the parent until the drop has occured.  This way the user can see exactly where he/she needs to drag the box too.  Now, the draw back to this solution is that if they drag something big into a small area, or any area for that matter, the area will not expand until they drop the item.  The only solution for that would be the line with the arrows showing you where the drop will take place.  You know what line with arrows that I am talking about?

If you were dragging something between Item 1 and Item 2, it would look like this:

Item 1
&#62;--------------------</description>
		<content:encoded><![CDATA[<p>I have been playing with this script for a few hours.  First off let me say this is a great script.  Its a CMS programmers wet dream.  There is only a few things that I can see wrong with the script.  And by wrong, I mean that in the sence of I deal with stupid people, and confusing them even slightly should be considered a felony.</p>
<p>That being said, let me give you an example of what I see wrong&#8230;  If you have a column that is 600 px wide, followed by a break and two columns side by side each 300 px, and you have a large amount of text in each of your draggable boxes, like stories in a CMS, and you go from the top (600 px) to the bottom colums, as soon as that block leaves the column, you have to drag the block to the location where the column WAS, not is now.  Remember, the story or draggable block that your moving is fairly large.  So moving it outside of its parent causes the parent column to resize to a fairly small former self.  Then the user has to drag the story to a theoritical location.</p>
<p>The proposed solution would be to not change the size of the parent until the drop has occured.  This way the user can see exactly where he/she needs to drag the box too.  Now, the draw back to this solution is that if they drag something big into a small area, or any area for that matter, the area will not expand until they drop the item.  The only solution for that would be the line with the arrows showing you where the drop will take place.  You know what line with arrows that I am talking about?</p>
<p>If you were dragging something between Item 1 and Item 2, it would look like this:</p>
<p>Item 1<br />
&gt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jetnet</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-76</link>
		<author>Jetnet</author>
		<pubDate>Tue, 01 Nov 2005 16:28:37 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-76</guid>
					<description>Whoops.  Looks like the comment secion doesnt like less then signs.  Okay, well:

Item 1
)--------(
Item 2
Item 3

It should look like that.  But with arrows.

Anyways, what I put after that was basically I am trying to get this working today, and if I do, Ill post a link to the code and an example.

But thanks for all your work,  the script is very nice.</description>
		<content:encoded><![CDATA[<p>Whoops.  Looks like the comment secion doesnt like less then signs.  Okay, well:</p>
<p>Item 1<br />
)&#8212;&#8212;&#8211;(<br />
Item 2<br />
Item 3</p>
<p>It should look like that.  But with arrows.</p>
<p>Anyways, what I put after that was basically I am trying to get this working today, and if I do, Ill post a link to the code and an example.</p>
<p>But thanks for all your work,  the script is very nice.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-77</link>
		<author>Ignacio</author>
		<pubDate>Wed, 02 Nov 2005 03:03:18 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-77</guid>
					<description>Greats!!! Wow!!! Yeah!!! With Sajax!!! yeah yeah yeah!!</description>
		<content:encoded><![CDATA[<p>Greats!!! Wow!!! Yeah!!! With Sajax!!! yeah yeah yeah!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-84</link>
		<author>John</author>
		<pubDate>Wed, 09 Nov 2005 14:38:40 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-84</guid>
					<description>Multi List Drag and Drop - It would be more helpful if you could develop clone and drag items instead of removing from the list?

http://script.aculo.us/demos/shop

this is a neat example i wish it was text and not image.. Any chance of implementing the above example with list boxes?</description>
		<content:encoded><![CDATA[<p>Multi List Drag and Drop - It would be more helpful if you could develop clone and drag items instead of removing from the list?</p>
<p><a href="http://script.aculo.us/demos/shop" rel="nofollow">http://script.aculo.us/demos/shop</a></p>
<p>this is a neat example i wish it was text and not image.. Any chance of implementing the above example with list boxes?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-85</link>
		<author>Steve</author>
		<pubDate>Thu, 10 Nov 2005 17:06:14 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-85</guid>
					<description>Is there a way that anyone knows to just remove an element from the stack.  I would like to be able to click on a link or something on the element and drop it from the list, but I am having trouble.  
Sorry no examples to show.  

Great little library by the way.</description>
		<content:encoded><![CDATA[<p>Is there a way that anyone knows to just remove an element from the stack.  I would like to be able to click on a link or something on the element and drop it from the list, but I am having trouble.<br />
Sorry no examples to show.  </p>
<p>Great little library by the way.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: D'Herbe</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-87</link>
		<author>D'Herbe</author>
		<pubDate>Wed, 16 Nov 2005 14:15:14 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-87</guid>
					<description>I also have been playing around with the script and I think it is in a very simple way, an excelent script. as the php extension.

But I couldn't sort a way to implement an handler like in the original script from Tim Taylor, wich in a CMS its preferable due to layer sizes.

Thanks</description>
		<content:encoded><![CDATA[<p>I also have been playing around with the script and I think it is in a very simple way, an excelent script. as the php extension.</p>
<p>But I couldn&#8217;t sort a way to implement an handler like in the original script from Tim Taylor, wich in a CMS its preferable due to layer sizes.</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: openlogic.biz &#187; Cyber Dummy - Web Developer Â» Multi List Drag and Drop</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-88</link>
		<author>openlogic.biz &#187; Cyber Dummy - Web Developer Â» Multi List Drag and Drop</author>
		<pubDate>Wed, 16 Nov 2005 15:59:37 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-88</guid>
					<description>[...] Drop 	Filed under: DHTML/AJAX, Server Side &#8212; admin @ 3:42 pm  	 	 			Misc DHTL stuff Cyber Dummy - Web Developer Â» Multi List Drag and Drop 	 	 	                    [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Drop 	Filed under: DHTML/AJAX, Server Side &#8212; admin @ 3:42 pm  	 	 			Misc DHTL stuff Cyber Dummy - Web Developer Â» Multi List Drag and Drop 	 	 	                    [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Vince</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-90</link>
		<author>Vince</author>
		<pubDate>Fri, 18 Nov 2005 18:58:45 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-90</guid>
					<description>Has anyone tried to make the li objects copied instead of moved? Can anyone provide direction? Where in the code should that be changed?</description>
		<content:encoded><![CDATA[<p>Has anyone tried to make the li objects copied instead of moved? Can anyone provide direction? Where in the code should that be changed?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Lucas Young</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-91</link>
		<author>Lucas Young</author>
		<pubDate>Fri, 25 Nov 2005 02:27:44 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-91</guid>
					<description>Hi Guys
I'm new to this and would just like to have a version of the sajax example with only one list - I have a table with an 'id' and 'iten' column and I want users simply to be able to drag and drop the items into a new order without a page refresh, but when I remove the refrences to "set1" and "set2" from the dd example, the code just breaks. Can anyone give me some tips on accomplishing this based on the dd sajax example?
many thanks</description>
		<content:encoded><![CDATA[<p>Hi Guys<br />
I&#8217;m new to this and would just like to have a version of the sajax example with only one list - I have a table with an &#8216;id&#8217; and &#8216;iten&#8217; column and I want users simply to be able to drag and drop the items into a new order without a page refresh, but when I remove the refrences to &#8220;set1&#8243; and &#8220;set2&#8243; from the dd example, the code just breaks. Can anyone give me some tips on accomplishing this based on the dd sajax example?<br />
many thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-95</link>
		<author>Ryan</author>
		<pubDate>Tue, 13 Dec 2005 03:05:20 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-95</guid>
					<description>Well done Todd.  The script worked seemlessly for me.  Very pleased.

Can you give some direction to modifying the script to drag by handle (title bar style), instead of the entire list item?

I've been trying to add the BoxHandle functionality in Tim's example at &lt;a href="http://tool-man.org/examples/dragging.html" rel="nofollow"&gt;http://tool-man.org/examples/dragging.html&lt;/a&gt;

Line 37 of the dragdrop.js seems to be the key...
DragDrop.makeItemDragable(items[i]);

I'd like to make the first div of the list item the handle.

Your direction is very appreciated.</description>
		<content:encoded><![CDATA[<p>Well done Todd.  The script worked seemlessly for me.  Very pleased.</p>
<p>Can you give some direction to modifying the script to drag by handle (title bar style), instead of the entire list item?</p>
<p>I&#8217;ve been trying to add the BoxHandle functionality in Tim&#8217;s example at <a href="http://tool-man.org/examples/dragging.html" rel="nofollow">http://tool-man.org/examples/dragging.html</a></p>
<p>Line 37 of the dragdrop.js seems to be the key&#8230;<br />
DragDrop.makeItemDragable(items[i]);</p>
<p>I&#8217;d like to make the first div of the list item the handle.</p>
<p>Your direction is very appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: sam</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-99</link>
		<author>sam</author>
		<pubDate>Wed, 21 Dec 2005 20:07:12 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-99</guid>
					<description>Use a global to track this

in the window.load function write :

var DragAllowed = false;

then in the onmousedown event of whatever the allowed handle write DragAllowed = true; 

add var DragAllowed = false; to any other objects you do not want to allow to get dragged

in the drag.js file find function:
onMouseDown : function(event) {
		
and wrap the entire code inside with a simple :
if (DragAllowed){
...original code
}</description>
		<content:encoded><![CDATA[<p>Use a global to track this</p>
<p>in the window.load function write :</p>
<p>var DragAllowed = false;</p>
<p>then in the onmousedown event of whatever the allowed handle write DragAllowed = true; </p>
<p>add var DragAllowed = false; to any other objects you do not want to allow to get dragged</p>
<p>in the drag.js file find function:<br />
onMouseDown : function(event) {</p>
<p>and wrap the entire code inside with a simple :<br />
if (DragAllowed){<br />
&#8230;original code<br />
}</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: bro</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-102</link>
		<author>bro</author>
		<pubDate>Tue, 27 Dec 2005 23:30:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-102</guid>
					<description>Hi, I'm french.
Thank you for this incredible mod.

I try to use it (to make little cms) but I must drop only one item in each container... (if a container already contain an item, it must not be dropable by a second item).
Is anybody can help me please ?

best regards...</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m french.<br />
Thank you for this incredible mod.</p>
<p>I try to use it (to make little cms) but I must drop only one item in each container&#8230; (if a container already contain an item, it must not be dropable by a second item).<br />
Is anybody can help me please ?</p>
<p>best regards&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-105</link>
		<author>Ryan</author>
		<pubDate>Fri, 30 Dec 2005 03:21:04 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-105</guid>
					<description>Thanks Sam.  I think that's on the right track, although your solution wouldn't work.

Even setting the DragAllowed line to "true" in the onload breaks the code when the if(DragAllowed) is put in the onMouseDown function.

ex. in index

window.onload = function() {
var DragAllowed = true;
...
}

and in drag.js

onMouseDown : function(event) {
if (DragAllowed) {
...
}
}

I'd really appreciate your further help though.  Please contact me via my site above!

(any thoughts Tom?)</description>
		<content:encoded><![CDATA[<p>Thanks Sam.  I think that&#8217;s on the right track, although your solution wouldn&#8217;t work.</p>
<p>Even setting the DragAllowed line to &#8220;true&#8221; in the onload breaks the code when the if(DragAllowed) is put in the onMouseDown function.</p>
<p>ex. in index</p>
<p>window.onload = function() {<br />
var DragAllowed = true;<br />
&#8230;<br />
}</p>
<p>and in drag.js</p>
<p>onMouseDown : function(event) {<br />
if (DragAllowed) {<br />
&#8230;<br />
}<br />
}</p>
<p>I&#8217;d really appreciate your further help though.  Please contact me via my site above!</p>
<p>(any thoughts Tom?)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kapil Kanojia</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-108</link>
		<author>Kapil Kanojia</author>
		<pubDate>Tue, 03 Jan 2006 14:10:34 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-108</guid>
					<description>Hello Team / Everbody,

I need help for Multi List Drag and Drop,

The Multi List Drag and Drop has a functionality that is draggable by taking mouseover on whole "", what i want is to create a handle for it, i dont want section to be draggable, i want is to set a particular area to drag that complete "",....


Need this desparatly please help....

Waiting for response....!


Regards
Kapil Kanojia</description>
		<content:encoded><![CDATA[<p>Hello Team / Everbody,</p>
<p>I need help for Multi List Drag and Drop,</p>
<p>The Multi List Drag and Drop has a functionality that is draggable by taking mouseover on whole &#8220;&#8221;, what i want is to create a handle for it, i dont want section to be draggable, i want is to set a particular area to drag that complete &#8220;&#8221;,&#8230;.</p>
<p>Need this desparatly please help&#8230;.</p>
<p>Waiting for response&#8230;.!</p>
<p>Regards<br />
Kapil Kanojia</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Brian Terry</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-110</link>
		<author>Brian Terry</author>
		<pubDate>Fri, 06 Jan 2006 02:02:31 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-110</guid>
					<description>Has anyone been able to do this with one verticle list and one horizontal list?

I'm trying to create editable navigation (left, top, and bottom) where the users can drag and drop between the lists.

I have it working, but the horizontal lists are shakey when you drag items over it, and you can only drag them to the far left place.

Thanks,
Brian</description>
		<content:encoded><![CDATA[<p>Has anyone been able to do this with one verticle list and one horizontal list?</p>
<p>I&#8217;m trying to create editable navigation (left, top, and bottom) where the users can drag and drop between the lists.</p>
<p>I have it working, but the horizontal lists are shakey when you drag items over it, and you can only drag them to the far left place.</p>
<p>Thanks,<br />
Brian</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-111</link>
		<author>Jim</author>
		<pubDate>Fri, 06 Jan 2006 18:43:35 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-111</guid>
					<description>great script, Ive been trying to figure how to tweak it just a little so that when its dragging the window will scroll as necessary.

Any help would be really cool.

- Jim</description>
		<content:encoded><![CDATA[<p>great script, Ive been trying to figure how to tweak it just a little so that when its dragging the window will scroll as necessary.</p>
<p>Any help would be really cool.</p>
<p>- Jim</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Keller</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-112</link>
		<author>Keller</author>
		<pubDate>Sat, 07 Jan 2006 05:32:05 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-112</guid>
					<description>Hi,
I want to limit the number of items that can be dragged into a list. Can anyone think of a good way to set a max number of items a list can hold? Thanks a lot.

Keller</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to limit the number of items that can be dragged into a list. Can anyone think of a good way to set a max number of items a list can hold? Thanks a lot.</p>
<p>Keller</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ghyster</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-113</link>
		<author>ghyster</author>
		<pubDate>Sun, 08 Jan 2006 18:13:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-113</guid>
					<description>Hello,

i've some problems to sort a list in two dimensions, it doesn't work as in Tim's example. Has someone found a solution to this ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i&#8217;ve some problems to sort a list in two dimensions, it doesn&#8217;t work as in Tim&#8217;s example. Has someone found a solution to this ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-114</link>
		<author>Ray</author>
		<pubDate>Mon, 09 Jan 2006 23:52:13 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-114</guid>
					<description>Hi,

Great script.  Downloaded to play wth it, and of course, ran into a problem.  Getting the follwong errors:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in www\test02\dd.php on line 224

This error occurs for line:

235, 247, 269, 279, and points to:

while($rw = mysql_fetch_array($r))

Any ideas?

Thanks,

Ray</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great script.  Downloaded to play wth it, and of course, ran into a problem.  Getting the follwong errors:</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in www\test02\dd.php on line 224</p>
<p>This error occurs for line:</p>
<p>235, 247, 269, 279, and points to:</p>
<p>while($rw = mysql_fetch_array($r))</p>
<p>Any ideas?</p>
<p>Thanks,</p>
<p>Ray</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Terry Remsik</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-116</link>
		<author>Terry Remsik</author>
		<pubDate>Tue, 17 Jan 2006 22:40:07 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-116</guid>
					<description>Any chance of getting these two togther ?

  http://labs.revision10.com/experiments/dat/dat_example.php
and yours ?  that would be awsome!!!!</description>
		<content:encoded><![CDATA[<p>Any chance of getting these two togther ?</p>
<p>  <a href="http://labs.revision10.com/experiments/dat/dat_example.php" rel="nofollow">http://labs.revision10.com/experiments/dat/dat_example.php</a><br />
and yours ?  that would be awsome!!!!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Terry Remsik</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-117</link>
		<author>Terry Remsik</author>
		<pubDate>Wed, 18 Jan 2006 09:42:49 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-117</guid>
					<description>Ghyster.... I think you will need to look at this:

http://tool-man.org/examples/sorting.html

Search on the page for this "Example: Sorting in two dimensions"</description>
		<content:encoded><![CDATA[<p>Ghyster&#8230;. I think you will need to look at this:</p>
<p><a href="http://tool-man.org/examples/sorting.html" rel="nofollow">http://tool-man.org/examples/sorting.html</a></p>
<p>Search on the page for this &#8220;Example: Sorting in two dimensions&#8221;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Donald</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-118</link>
		<author>Donald</author>
		<pubDate>Wed, 18 Jan 2006 18:00:11 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-118</guid>
					<description>Thanks a million man, this is utterly awesome!

Does anyone knows how to constrain the dragging?
I'm not a js kiddie and need some general tips.. 
I've fiddled with the constrainVertial but that did nothing...

Many thanks in advance!

:: Don</description>
		<content:encoded><![CDATA[<p>Thanks a million man, this is utterly awesome!</p>
<p>Does anyone knows how to constrain the dragging?<br />
I&#8217;m not a js kiddie and need some general tips..<br />
I&#8217;ve fiddled with the constrainVertial but that did nothing&#8230;</p>
<p>Many thanks in advance!</p>
<p>:: Don</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Leo fajardo</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-121</link>
		<author>Leo fajardo</author>
		<pubDate>Sat, 28 Jan 2006 02:58:55 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-121</guid>
					<description>yaw!!anyone here knows how to make an autoupdate counter..just like in gmail..where the server can be autoupdated instantly and publishing it back to the client??please help..thanks</description>
		<content:encoded><![CDATA[<p>yaw!!anyone here knows how to make an autoupdate counter..just like in gmail..where the server can be autoupdated instantly and publishing it back to the client??please help..thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: samir</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-122</link>
		<author>samir</author>
		<pubDate>Sun, 29 Jan 2006 08:14:33 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-122</guid>
					<description>Hello,

I what browsers do the multi list drag and drop work

http://www.cyberdummy.co.uk/test/dd.php


Thank you,
Samir</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I what browsers do the multi list drag and drop work</p>
<p><a href="http://www.cyberdummy.co.uk/test/dd.php" rel="nofollow">http://www.cyberdummy.co.uk/test/dd.php</a></p>
<p>Thank you,<br />
Samir</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: RM</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-123</link>
		<author>RM</author>
		<pubDate>Sun, 29 Jan 2006 09:17:55 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-123</guid>
					<description>Read back through your old comments and noticed that you removed code for deleting items...any chance you can post it somewhere? 

I need to implement a trash can feature in addition to moving between two lists.

Thanks!</description>
		<content:encoded><![CDATA[<p>Read back through your old comments and noticed that you removed code for deleting items&#8230;any chance you can post it somewhere? </p>
<p>I need to implement a trash can feature in addition to moving between two lists.</p>
<p>Thanks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Seb</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-126</link>
		<author>Seb</author>
		<pubDate>Wed, 01 Feb 2006 23:47:10 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-126</guid>
					<description>Your example is that I wanted but I have a little problem.
I would insert a handle into , how I could do this ?

Thanl you.</description>
		<content:encoded><![CDATA[<p>Your example is that I wanted but I have a little problem.<br />
I would insert a handle into , how I could do this ?</p>
<p>Thanl you.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-127</link>
		<author>Greg</author>
		<pubDate>Sat, 04 Feb 2006 11:14:18 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-127</guid>
					<description>Great stuff! I have a couple of questions:

Is it possible to use this script with div layers instead of ul/li ?

Also, I'd like to change content of a layer/list when dropped in one specific draggable area?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Great stuff! I have a couple of questions:</p>
<p>Is it possible to use this script with div layers instead of ul/li ?</p>
<p>Also, I&#8217;d like to change content of a layer/list when dropped in one specific draggable area?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Markus Schraudolph</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-133</link>
		<author>Markus Schraudolph</author>
		<pubDate>Sun, 12 Feb 2006 17:29:27 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-133</guid>
					<description>Hi Tom,

just wanted to use the Sajax-part of your demo dd.php for my app. In my case though, it was important to know, which -Element was being dragged and what drop zone was used. The function OnDrop() in the demo having no params just was too unspecific for me.

So I changed line 227 in dragdrop.js from 
this.parentNode.onDragDrop();
to
this.parentNode.onDragDrop(this.id,this.parentNode.id);

Now the first parameter in my client-side event handler tells me the id of the -Element and the second the id of the -Element being used as a drop zone. In the PHP-Part I only have to submit this single operation to the database.

Thanks for your great work!
Markus</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>just wanted to use the Sajax-part of your demo dd.php for my app. In my case though, it was important to know, which -Element was being dragged and what drop zone was used. The function OnDrop() in the demo having no params just was too unspecific for me.</p>
<p>So I changed line 227 in dragdrop.js from<br />
this.parentNode.onDragDrop();<br />
to<br />
this.parentNode.onDragDrop(this.id,this.parentNode.id);</p>
<p>Now the first parameter in my client-side event handler tells me the id of the -Element and the second the id of the -Element being used as a drop zone. In the PHP-Part I only have to submit this single operation to the database.</p>
<p>Thanks for your great work!<br />
Markus</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Markus Schraudolph</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-134</link>
		<author>Markus Schraudolph</author>
		<pubDate>Sun, 12 Feb 2006 17:31:07 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-134</guid>
					<description>oops, spoilt the Tags for {LI} and {UL} in my last post. 
Sorry!</description>
		<content:encoded><![CDATA[<p>oops, spoilt the Tags for {LI} and {UL} in my last post.<br />
Sorry!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: amir</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-135</link>
		<author>amir</author>
		<pubDate>Mon, 13 Feb 2006 12:16:38 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-135</guid>
					<description>hey
great script
but im having a problem. im trying to get the items into a table and its not working
is there any chance to use  instad of  ?
anyone modify that script for that?</description>
		<content:encoded><![CDATA[<p>hey<br />
great script<br />
but im having a problem. im trying to get the items into a table and its not working<br />
is there any chance to use  instad of  ?<br />
anyone modify that script for that?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: amir</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-136</link>
		<author>amir</author>
		<pubDate>Mon, 13 Feb 2006 16:36:19 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-136</guid>
					<description>another question
how can i modify that script that instad of clicking anywhere in the box its dragging it , to put a icon "click here to drag"
?
anyone has the code modified?</description>
		<content:encoded><![CDATA[<p>another question<br />
how can i modify that script that instad of clicking anywhere in the box its dragging it , to put a icon &#8220;click here to drag&#8221;<br />
?<br />
anyone has the code modified?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-138</link>
		<author>John</author>
		<pubDate>Sat, 18 Feb 2006 12:47:21 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-138</guid>
					<description>Hi!
The Multi List Drag and Drop script is great! And You're right, that something like this would be cool for CMS layout editor. But is there a possibility of making nested lists (trees)?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
The Multi List Drag and Drop script is great! And You&#8217;re right, that something like this would be cool for CMS layout editor. But is there a possibility of making nested lists (trees)?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Moore</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-139</link>
		<author>John Moore</author>
		<pubDate>Tue, 21 Feb 2006 14:09:24 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-139</guid>
					<description>Is it possible/easy to do the following: allow items to be dragged from List A to List B, without being removed from List A? I.e., working as a list of possible choices. I'd like the user to be able to drag an item from List A to List B to select it, and drag it out of List B anywhere to deselect it. This is all new stuff to me, so any examples I could find would be a great help. Thanks for the good work!</description>
		<content:encoded><![CDATA[<p>Is it possible/easy to do the following: allow items to be dragged from List A to List B, without being removed from List A? I.e., working as a list of possible choices. I&#8217;d like the user to be able to drag an item from List A to List B to select it, and drag it out of List B anywhere to deselect it. This is all new stuff to me, so any examples I could find would be a great help. Thanks for the good work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: phynias</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-144</link>
		<author>phynias</author>
		<pubDate>Thu, 02 Mar 2006 21:00:11 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-144</guid>
					<description>i was messing around with this getting it to work with float images.

http://turk-182.com/eMortal/admin/test.html

i got it to work, but the only problem is that the sorting doesnt really work right. try and drag an image in between 2 others and it jumps to the beginning or end of that row. anyone have any ideas on how to make this a little more smooth like here.

http://turk-182.com/eMortal/admin2/testSortable.php</description>
		<content:encoded><![CDATA[<p>i was messing around with this getting it to work with float images.</p>
<p><a href="http://turk-182.com/eMortal/admin/test.html" rel="nofollow">http://turk-182.com/eMortal/admin/test.html</a></p>
<p>i got it to work, but the only problem is that the sorting doesnt really work right. try and drag an image in between 2 others and it jumps to the beginning or end of that row. anyone have any ideas on how to make this a little more smooth like here.</p>
<p><a href="http://turk-182.com/eMortal/admin2/testSortable.php" rel="nofollow">http://turk-182.com/eMortal/admin2/testSortable.php</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-167</link>
		<author>Andy</author>
		<pubDate>Thu, 09 Mar 2006 14:40:14 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-167</guid>
					<description>Hiya,

reference to amir's post, i think an additional support to have a handle (hotspot) for dragging would be great! Any life saviour?</description>
		<content:encoded><![CDATA[<p>Hiya,</p>
<p>reference to amir&#8217;s post, i think an additional support to have a handle (hotspot) for dragging would be great! Any life saviour?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: manikandan</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-177</link>
		<author>manikandan</author>
		<pubDate>Wed, 15 Mar 2006 10:27:08 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-177</guid>
					<description>hi, am a student and new to web application.When i open checking the user name EXAMPLE in this site in firefox, konqueror &#38; mozilla browser its working fine but when i opened in Internet Elplorer 5 its not working.Its showing the alert message as Could not evaluate  .Its fetching the data from the server and displaying in the alert message and not in the screen.Any one can give the solution.
Regards,</description>
		<content:encoded><![CDATA[<p>hi, am a student and new to web application.When i open checking the user name EXAMPLE in this site in firefox, konqueror &amp; mozilla browser its working fine but when i opened in Internet Elplorer 5 its not working.Its showing the alert message as Could not evaluate  .Its fetching the data from the server and displaying in the alert message and not in the screen.Any one can give the solution.<br />
Regards,</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: zoze</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-180</link>
		<author>zoze</author>
		<pubDate>Thu, 16 Mar 2006 02:59:53 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-180</guid>
					<description>Guys I love that multy drag and drop you can help m to update xml file with drag drop I have test it with DB need to update xml file can anyone help Thanks</description>
		<content:encoded><![CDATA[<p>Guys I love that multy drag and drop you can help m to update xml file with drag drop I have test it with DB need to update xml file can anyone help Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-183</link>
		<author>Andy</author>
		<pubDate>Fri, 17 Mar 2006 11:53:54 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-183</guid>
					<description>Hi,

anyone have the modification to enable a handle (hotspot) for dragging??? Aparently, the author doesnt seems to reply anymore</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>anyone have the modification to enable a handle (hotspot) for dragging??? Aparently, the author doesnt seems to reply anymore</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jason</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-189</link>
		<author>jason</author>
		<pubDate>Fri, 24 Mar 2006 08:11:05 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-189</guid>
					<description>hi, if I put a input text field in the   area. I can't type anything in the textfield int firefox 1.5.01.

The html looks like:


  
     
      images/google.gif" &#62;
      
        
    
  

</description>
		<content:encoded><![CDATA[<p>hi, if I put a input text field in the   area. I can&#8217;t type anything in the textfield int firefox 1.5.01.</p>
<p>The html looks like:</p>
<p>      images/google.gif&#8221; &gt;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: xenakis</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-190</link>
		<author>xenakis</author>
		<pubDate>Sat, 25 Mar 2006 17:01:19 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-190</guid>
					<description>Hi guys,

Excellent program!

I made a little game type thing with it for fun. 

http://www.recordcorner.com/_experiments/squares/ 

One thing I have noticed is that if I put tons of squares, the algorithm because much much slower.

Any way around this to keep it fast?</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>Excellent program!</p>
<p>I made a little game type thing with it for fun. </p>
<p><a href="http://www.recordcorner.com/_experiments/squares/" rel="nofollow">http://www.recordcorner.com/_experiments/squares/</a> </p>
<p>One thing I have noticed is that if I put tons of squares, the algorithm because much much slower.</p>
<p>Any way around this to keep it fast?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: sven macolic</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-192</link>
		<author>sven macolic</author>
		<pubDate>Sun, 26 Mar 2006 14:52:12 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-192</guid>
					<description>hi!
i have an issue with multi drag and drop which i cant figure out how to solve it...
the problem is next...
i made an ul id with li inside..
so i can drag those li tags..ok till now..
in every li tag i added a new ul tag with another id and with li tag inside again..
now what happens..
the serialization of the li tags into the first ul take all childnodes and the li tags from the second ul inside...
i tried with some lite barrers like to check the className before serialize them but the getElements ByTagName doesnt recognize the li tag that i drag and drop it????
any help appreciated..
thanx in advance..</description>
		<content:encoded><![CDATA[<p>hi!<br />
i have an issue with multi drag and drop which i cant figure out how to solve it&#8230;<br />
the problem is next&#8230;<br />
i made an ul id with li inside..<br />
so i can drag those li tags..ok till now..<br />
in every li tag i added a new ul tag with another id and with li tag inside again..<br />
now what happens..<br />
the serialization of the li tags into the first ul take all childnodes and the li tags from the second ul inside&#8230;<br />
i tried with some lite barrers like to check the className before serialize them but the getElements ByTagName doesnt recognize the li tag that i drag and drop it????<br />
any help appreciated..<br />
thanx in advance..</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nolan Amy</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-194</link>
		<author>Nolan Amy</author>
		<pubDate>Mon, 27 Mar 2006 18:56:01 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-194</guid>
					<description>I have what I think is a quick, easy question:

How do you keep from highlighting the text on the page while dragging?

event handling, like stopping propagation? i kinda tried that.

Just a tip on where to look for an answer would be really helpful. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>I have what I think is a quick, easy question:</p>
<p>How do you keep from highlighting the text on the page while dragging?</p>
<p>event handling, like stopping propagation? i kinda tried that.</p>
<p>Just a tip on where to look for an answer would be really helpful. Thanks a lot.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jeevanantham</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-198</link>
		<author>jeevanantham</author>
		<pubDate>Wed, 29 Mar 2006 06:06:37 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-198</guid>
					<description>Hi guys,

I need swap table columns on drag and drop.

Please let me know the way.

have a nice day.

jeeva</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I need swap table columns on drag and drop.</p>
<p>Please let me know the way.</p>
<p>have a nice day.</p>
<p>jeeva</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Damon</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-231</link>
		<author>Damon</author>
		<pubDate>Fri, 14 Apr 2006 17:48:36 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-231</guid>
					<description>If you take the original multilist example, http://neb.net/playground/dragdrop/, and you put the second list into the first list (nested), you're then able to drag the entire second list into various positions of the first list. Individual list items in the second list are no longer draggable though ... it's the whole list or nothing ... can anyone make this work? Basically the same as some other people have been asking for ... hierarchy, tree view, drag and drop between nested list items, all that good stuff.

Here's an example that uses XML/XSL, but it only works in IE...
http://www.15seconds.com/issue/020424.htm

Clicking on the demo does not work for some reason, but you can download the code, and open it i IE, and it works really well. I'd much rather have this kind of functionality without the XML/XSL....</description>
		<content:encoded><![CDATA[<p>If you take the original multilist example, <a href="http://neb.net/playground/dragdrop/," rel="nofollow">http://neb.net/playground/dragdrop/,</a> and you put the second list into the first list (nested), you&#8217;re then able to drag the entire second list into various positions of the first list. Individual list items in the second list are no longer draggable though &#8230; it&#8217;s the whole list or nothing &#8230; can anyone make this work? Basically the same as some other people have been asking for &#8230; hierarchy, tree view, drag and drop between nested list items, all that good stuff.</p>
<p>Here&#8217;s an example that uses XML/XSL, but it only works in IE&#8230;<br />
<a href="http://www.15seconds.com/issue/020424.htm" rel="nofollow">http://www.15seconds.com/issue/020424.htm</a></p>
<p>Clicking on the demo does not work for some reason, but you can download the code, and open it i IE, and it works really well. I&#8217;d much rather have this kind of functionality without the XML/XSL&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: xenakis</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-233</link>
		<author>xenakis</author>
		<pubDate>Sat, 15 Apr 2006 06:36:57 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-233</guid>
					<description>I have been working on sorting in two dimensions example from Toolman - http://tool-man.org/examples/sorting.html.

In my version, I want to include a checkbox inside the boxes so that a use can choose the option. In all the browsers except Safari, this works fine. The problem in Safari is that the checkboxes aren't clickable. The cursor stays in the move position. In the other browers I guess the checkbox field overrides the movable aspect of the box and remains clickable.

Does anyone know how to fix this in safari???

I thought about alterating the javascript so that only part of the box is movable, but I don't really know what to change in the javascript code to do this.

Here is my example:

http://www.recordcorner.com/sorting_test2.php

Thanks!
xenakis</description>
		<content:encoded><![CDATA[<p>I have been working on sorting in two dimensions example from Toolman - <a href="http://tool-man.org/examples/sorting.html." rel="nofollow">http://tool-man.org/examples/sorting.html.</a></p>
<p>In my version, I want to include a checkbox inside the boxes so that a use can choose the option. In all the browsers except Safari, this works fine. The problem in Safari is that the checkboxes aren&#8217;t clickable. The cursor stays in the move position. In the other browers I guess the checkbox field overrides the movable aspect of the box and remains clickable.</p>
<p>Does anyone know how to fix this in safari???</p>
<p>I thought about alterating the javascript so that only part of the box is movable, but I don&#8217;t really know what to change in the javascript code to do this.</p>
<p>Here is my example:</p>
<p><a href="http://www.recordcorner.com/sorting_test2.php" rel="nofollow">http://www.recordcorner.com/sorting_test2.php</a></p>
<p>Thanks!<br />
xenakis</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: hui</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-279</link>
		<author>hui</author>
		<pubDate>Sat, 22 Apr 2006 16:21:00 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-279</guid>
					<description>Great work!!! Must say Thank you!!!

A big improment from the multi list version by Ben Levy.

Just found 1 problem:
When I set the style of the  to be float:left; (coz i want the elements in the list to show horizontally), the movement of the  element within the same list would go wired.

It will be of greate help if this can be fixed.</description>
		<content:encoded><![CDATA[<p>Great work!!! Must say Thank you!!!</p>
<p>A big improment from the multi list version by Ben Levy.</p>
<p>Just found 1 problem:<br />
When I set the style of the  to be float:left; (coz i want the elements in the list to show horizontally), the movement of the  element within the same list would go wired.</p>
<p>It will be of greate help if this can be fixed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-294</link>
		<author>Jason</author>
		<pubDate>Mon, 24 Apr 2006 01:58:43 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-294</guid>
					<description>Could someone tell me if it is possible to put a table in one of the list items and make the table only dragable by its header and not it's content. Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Could someone tell me if it is possible to put a table in one of the list items and make the table only dragable by its header and not it&#8217;s content. Thanks for the help.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: james</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-303</link>
		<author>james</author>
		<pubDate>Tue, 25 Apr 2006 14:46:07 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-303</guid>
					<description>Has anyone tried using this with indented lists? I have to make an interface to allow the reordering of menu elements but the menu can have multiple levels of sub-menus, so indented lists would be appropriate I think. If you have any tip or any other suggestion it would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Has anyone tried using this with indented lists? I have to make an interface to allow the reordering of menu elements but the menu can have multiple levels of sub-menus, so indented lists would be appropriate I think. If you have any tip or any other suggestion it would be greatly appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: grd</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-310</link>
		<author>grd</author>
		<pubDate>Fri, 28 Apr 2006 05:40:33 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-310</guid>
					<description>Hi
Could anyone get me a sample code of how to use Tim's (tool-man.org) inline editing in our code.

Thank You</description>
		<content:encoded><![CDATA[<p>Hi<br />
Could anyone get me a sample code of how to use Tim&#8217;s (tool-man.org) inline editing in our code.</p>
<p>Thank You</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dav</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-329</link>
		<author>Dav</author>
		<pubDate>Tue, 02 May 2006 12:06:25 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-329</guid>
					<description>Tom, GREAT SCRIPT!!!!!
I am trying to implement it, but wanted to drop the element in the next container without removing from the first container.
I mean clone on drag start.
How to do this?</description>
		<content:encoded><![CDATA[<p>Tom, GREAT SCRIPT!!!!!<br />
I am trying to implement it, but wanted to drop the element in the next container without removing from the first container.<br />
I mean clone on drag start.<br />
How to do this?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Xnuiem</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-331</link>
		<author>Xnuiem</author>
		<pubDate>Tue, 02 May 2006 14:09:32 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-331</guid>
					<description>Anyone figure out how to make the page scroll when an item is being dragged?</description>
		<content:encoded><![CDATA[<p>Anyone figure out how to make the page scroll when an item is being dragged?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tony Covert</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-332</link>
		<author>Tony Covert</author>
		<pubDate>Tue, 02 May 2006 20:29:41 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-332</guid>
					<description>Did anyone ever have any luck finding out how to get a hotspot (drag handle) working with Tom's example?

If you have can you please share?

PLEEEEZE :)

-Tony</description>
		<content:encoded><![CDATA[<p>Did anyone ever have any luck finding out how to get a hotspot (drag handle) working with Tom&#8217;s example?</p>
<p>If you have can you please share?</p>
<p>PLEEEEZE <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Tony</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tony Webber</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-357</link>
		<author>Tony Webber</author>
		<pubDate>Sun, 07 May 2006 22:27:58 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-357</guid>
					<description>Hi, great work.  I really need to do this in classic ASP.  Do you know if there is an example of such a thing?  Many thanks for any guidance you can give me.

Tony</description>
		<content:encoded><![CDATA[<p>Hi, great work.  I really need to do this in classic ASP.  Do you know if there is an example of such a thing?  Many thanks for any guidance you can give me.</p>
<p>Tony</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: feha</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-403</link>
		<author>feha</author>
		<pubDate>Fri, 12 May 2006 16:07:22 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-403</guid>
					<description>I love this

Will try to test with my CMS ...
http://www.vision.to/CMS_BE/Home/

Btw what are conditions of use, license ?
Any donation info ?</description>
		<content:encoded><![CDATA[<p>I love this</p>
<p>Will try to test with my CMS &#8230;<br />
<a href="http://www.vision.to/CMS_BE/Home/" rel="nofollow">http://www.vision.to/CMS_BE/Home/</a></p>
<p>Btw what are conditions of use, license ?<br />
Any donation info ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-525</link>
		<author>Julien</author>
		<pubDate>Fri, 19 May 2006 08:13:10 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-525</guid>
					<description>I'm trying to use this excellent script to customize a page in edit mode. But there are some bugs when you are trying to move an object relative big to a different box. the bugs are following :

- the box do not always take the dimensions of my object, even if your are over it

- Sometimes a bigger box wich is over an over smaller box, will be bigger to welcome my item, and in this case I cannot put it in the smallest box ....

if you don't really understand my problems, try yourself :

http://dev.sportanddev.org/en/exemple/

does anyone have a good slution to fix this bug ???

Mail : jperriard@floor.ch
SkyPe : floor004

Thanks, Julien</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this excellent script to customize a page in edit mode. But there are some bugs when you are trying to move an object relative big to a different box. the bugs are following :</p>
<p>- the box do not always take the dimensions of my object, even if your are over it</p>
<p>- Sometimes a bigger box wich is over an over smaller box, will be bigger to welcome my item, and in this case I cannot put it in the smallest box &#8230;.</p>
<p>if you don&#8217;t really understand my problems, try yourself :</p>
<p><a href="http://dev.sportanddev.org/en/exemple/" rel="nofollow">http://dev.sportanddev.org/en/exemple/</a></p>
<p>does anyone have a good slution to fix this bug ???</p>
<p>Mail : <a href="mailto:jperriard@floor.ch">jperriard@floor.ch</a><br />
SkyPe : floor004</p>
<p>Thanks, Julien</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-547</link>
		<author>Andy</author>
		<pubDate>Fri, 19 May 2006 18:37:37 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-547</guid>
					<description>Very Handy!

I would love to see a few extra features added...

If anyone feels up to the follow changes let me know, there might be some cash in it for you!

1) Drag from a "Master List" on the left to a "Playlist" on the right. This would require a copy or clone feature (as so many have requested so far). Items dragged from the left would be added to the list on the right (but would remain in the master list on the left when the submit button is hit. So only the list on the right would be updated). It would also be nice to lock the items in the master list so they can be dragged out of the list but not dragged anywhere else within their own list (however the ability to sort the order of the items in the master list would be nice: by name, id, date etc). The list on the right would be sortable however.

2) Garbage Can - Somewhere to drag items from the Playlist (list on the right)  so they are deleted.

3) Clickable Links - Each item would be clickable as well dragable. Ideally the links would come from a column in the database.

4) Add New Item - The ability to type in a text field and hit submit and add the item into the list on the right. This would be perfect for adding Titles for categories for example)

5) Change List on Right - The ability to select from a drop down  (or something else) different lists on the right. Each list could be a different table in the database or something?


What I am looking for may be somewhat like the mods Sebastian Moser (see Post #2) has made?

If anyone feels up to the challenge of any or all of these mods please let me know! If you have any questions just email me! I am comfortable with PHP and MYSQL but my javascript/ajax skills are limited.

Thanks, Andy ( junkedout@gmail.com )</description>
		<content:encoded><![CDATA[<p>Very Handy!</p>
<p>I would love to see a few extra features added&#8230;</p>
<p>If anyone feels up to the follow changes let me know, there might be some cash in it for you!</p>
<p>1) Drag from a &#8220;Master List&#8221; on the left to a &#8220;Playlist&#8221; on the right. This would require a copy or clone feature (as so many have requested so far). Items dragged from the left would be added to the list on the right (but would remain in the master list on the left when the submit button is hit. So only the list on the right would be updated). It would also be nice to lock the items in the master list so they can be dragged out of the list but not dragged anywhere else within their own list (however the ability to sort the order of the items in the master list would be nice: by name, id, date etc). The list on the right would be sortable however.</p>
<p>2) Garbage Can - Somewhere to drag items from the Playlist (list on the right)  so they are deleted.</p>
<p>3) Clickable Links - Each item would be clickable as well dragable. Ideally the links would come from a column in the database.</p>
<p>4) Add New Item - The ability to type in a text field and hit submit and add the item into the list on the right. This would be perfect for adding Titles for categories for example)</p>
<p>5) Change List on Right - The ability to select from a drop down  (or something else) different lists on the right. Each list could be a different table in the database or something?</p>
<p>What I am looking for may be somewhat like the mods Sebastian Moser (see Post #2) has made?</p>
<p>If anyone feels up to the challenge of any or all of these mods please let me know! If you have any questions just email me! I am comfortable with PHP and MYSQL but my javascript/ajax skills are limited.</p>
<p>Thanks, Andy ( <a href="mailto:junkedout@gmail.com">junkedout@gmail.com</a> )</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chad Sanders</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-611</link>
		<author>Chad Sanders</author>
		<pubDate>Mon, 22 May 2006 21:11:55 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-611</guid>
					<description>Here's some code for the window autoscroll.. now where is it supposed to go?  I've tried numerous places inside of the script without much success.

  if (y &#62; (window.innerHeight + window.pageYOffset - 10)) {
  window.scrollBy(0,10);
  }
  if (y </description>
		<content:encoded><![CDATA[<p>Here&#8217;s some code for the window autoscroll.. now where is it supposed to go?  I&#8217;ve tried numerous places inside of the script without much success.</p>
<p>  if (y &gt; (window.innerHeight + window.pageYOffset - 10)) {<br />
  window.scrollBy(0,10);<br />
  }<br />
  if (y</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Emile Schenk</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-664</link>
		<author>Emile Schenk</author>
		<pubDate>Thu, 25 May 2006 13:25:24 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-664</guid>
					<description>I added support for scrollable DIV, see here:
&lt;a href="http://austroweb.at/software/javascript_drag_drop/javascript_drag_drop.htm" rel="nofollow"&gt;http://austroweb.at/software/javascript_drag_drop/javascript_drag_drop.htm&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I added support for scrollable DIV, see here:<br />
<a href="http://austroweb.at/software/javascript_drag_drop/javascript_drag_drop.htm" rel="nofollow">http://austroweb.at/software/javascript_drag_drop/javascript_drag_drop.htm</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: luenib</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-667</link>
		<author>luenib</author>
		<pubDate>Thu, 25 May 2006 23:54:57 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-667</guid>
					<description>Tom,

The link you gave Dipesh (http://kiwi-interactive.com/experiments/inlineEdits/drag.html) regarding the tables and rows swaping no longer exists. Do you have any other reference?

Thanks
Luenib</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>The link you gave Dipesh (http://kiwi-interactive.com/experiments/inlineEdits/drag.html) regarding the tables and rows swaping no longer exists. Do you have any other reference?</p>
<p>Thanks<br />
Luenib</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: luenib</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-668</link>
		<author>luenib</author>
		<pubDate>Fri, 26 May 2006 00:02:42 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-668</guid>
					<description>My point is: what should I do to modify the code in dragdrop.js so I can work with tables and rows instead of ul's and li's?

Thanks again
Luenib</description>
		<content:encoded><![CDATA[<p>My point is: what should I do to modify the code in dragdrop.js so I can work with tables and rows instead of ul&#8217;s and li&#8217;s?</p>
<p>Thanks again<br />
Luenib</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: seba</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-676</link>
		<author>seba</author>
		<pubDate>Fri, 26 May 2006 17:55:28 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-676</guid>
					<description>Hey,
I'm making a online file managing system where I use this, but is anyone able to get it so, that if they move one element from one list to an other, it just updates that element.
So it just calls like a page: update.php?elementid=Seven&#38;list=center
and then I can just update that one?

I can pay for this if this can be done.
mail me @:
seba.kerckhof@gmail.com

I have also made something that dynamicly makes new lists (in ajax) but, it also has to add something in the  tags that initialate the list, but I can't get it to work, if anybody can do this (I can pay for it) also mail me.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I&#8217;m making a online file managing system where I use this, but is anyone able to get it so, that if they move one element from one list to an other, it just updates that element.<br />
So it just calls like a page: update.php?elementid=Seven&amp;list=center<br />
and then I can just update that one?</p>
<p>I can pay for this if this can be done.<br />
mail me @:<br />
<a href="mailto:seba.kerckhof@gmail.com">seba.kerckhof@gmail.com</a></p>
<p>I have also made something that dynamicly makes new lists (in ajax) but, it also has to add something in the  tags that initialate the list, but I can&#8217;t get it to work, if anybody can do this (I can pay for it) also mail me.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ton van de langkruis</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-677</link>
		<author>Ton van de langkruis</author>
		<pubDate>Fri, 26 May 2006 19:45:13 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-677</guid>
					<description>Hi Emile,

Thanks for trying to add the scolling. I tried it out, but actually it did not work in (in i.e.6.0). It did work on your page if you want to move an item from one column to the other, but not if you work with only one column. 
Funny thing is that if you want to take an item down within the same column, and you reach the end of the window, intuitively you use the scroll wheel of the mouse, and the window moves down. But when you then continue dragging the item down, the pointer will move down, taking distance from the item, but the item won't move further.
How to solve this?</description>
		<content:encoded><![CDATA[<p>Hi Emile,</p>
<p>Thanks for trying to add the scolling. I tried it out, but actually it did not work in (in i.e.6.0). It did work on your page if you want to move an item from one column to the other, but not if you work with only one column.<br />
Funny thing is that if you want to take an item down within the same column, and you reach the end of the window, intuitively you use the scroll wheel of the mouse, and the window moves down. But when you then continue dragging the item down, the pointer will move down, taking distance from the item, but the item won&#8217;t move further.<br />
How to solve this?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jan Boeijink</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-718</link>
		<author>Jan Boeijink</author>
		<pubDate>Mon, 29 May 2006 21:06:01 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-718</guid>
					<description>Page autoscroll, asked for by Chad Saunders (#105): see my &lt;a href="http://www.torporama.com/dragdrop/" rel="nofollow"&gt;example&lt;/a&gt;, which is working in Safari and Firefox. Please test in IE 6.
By the way: 10px is way too fast! I took only 2px :)</description>
		<content:encoded><![CDATA[<p>Page autoscroll, asked for by Chad Saunders (#105): see my <a href="http://www.torporama.com/dragdrop/" rel="nofollow">example</a>, which is working in Safari and Firefox. Please test in IE 6.<br />
By the way: 10px is way too fast! I took only 2px <img src='http://www.cyberdummy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jan Boeijink</title>
		<link>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-729</link>
		<author>Jan Boeijink</author>
		<pubDate>Tue, 30 May 2006 08:40:20 +0000</pubDate>
		<guid>http://www.cyberdummy.co.uk/2005/07/13/multi-list-drag-and-drop/#comment-729</guid>
					<description>Surprise: my example is not working in IE 6. 
I assumed Tom's script was based on Toolman's (Tim Taylor) &lt;a href="http://tool-man.org/examples/" rel="nofollow"&gt;original code&lt;/a&gt;, which includes some lines for scroll support. Maybe Tom's script was based on an earlier version, or maybe he left out some things, I don't know...
Both pages (Tim's and Tom's) were not updated for a long time, apparently they don't have time or interest anymore. We could use a combination of both versions.</description>
		<content:encoded><![CDATA[<p>Surprise: my example is not working in IE 6.<br />
I assumed Tom&#8217;s script was based on Toolman&#8217;s (Tim Taylor) <a href="http://tool-man.org/examples/" rel="nofollow">original code</a>, which includes some lines for scroll support. Maybe Tom&#8217;s script was based on an earlier version, or maybe he left out some things, I don&#8217;t know&#8230;<br />
Both pages (Tim&#8217;s and Tom&#8217;s) were not updated for a long time, apparently they don&#8217;t have time o