<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Saving a reordered list</title>
	<atom:link href="http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/</link>
	<description>THE PITTER PATTER OF TINY NEURONS</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:18:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sergiu</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-339</link>
		<dc:creator><![CDATA[Sergiu]]></dc:creator>
		<pubDate>Sat, 03 Dec 2011 18:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-339</guid>
		<description><![CDATA[Hello , just checking this script , works fine but when trying to add a mootols library it wont work any more .. what to do to have it working with mootols as well .. is something dealing with $ sign ??? 

Will appreciate any answer 
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello , just checking this script , works fine but when trying to add a mootols library it wont work any more .. what to do to have it working with mootols as well .. is something dealing with $ sign ??? </p>
<p>Will appreciate any answer<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pads</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-335</link>
		<dc:creator><![CDATA[Pads]]></dc:creator>
		<pubDate>Tue, 25 Oct 2011 12:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-335</guid>
		<description><![CDATA[Hi, 
I need your help.
I&#039;ve two problems
 First, I need to track the following informations after drag and drop operation.
a:Source item coordinates(x and y )
b:Source item id.

c:Target item coordinates(x and y )
d:Target item id.

Second,I have two containers one for drag and drop and another for resort (all the drag and drop images) container. When I drag and drop the images  
in container 1,its immediately resort to container2 .


Could you help me please ?


Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need your help.<br />
I&#8217;ve two problems<br />
 First, I need to track the following informations after drag and drop operation.<br />
a:Source item coordinates(x and y )<br />
b:Source item id.</p>
<p>c:Target item coordinates(x and y )<br />
d:Target item id.</p>
<p>Second,I have two containers one for drag and drop and another for resort (all the drag and drop images) container. When I drag and drop the images<br />
in container 1,its immediately resort to container2 .</p>
<p>Could you help me please ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pads</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-334</link>
		<dc:creator><![CDATA[Pads]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 05:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-334</guid>
		<description><![CDATA[Hi Tim
I have done drag and drop using TOolMan.Now I have to track/print the dragged item position number (current item position number), target item position number Where I want to drop the Item.For example I have the following items in my list: 

Item 1 
Item 2 
Item 3 
Item 4 
Item 5 
Item 6 
Item 7 
Item 8 
item 9 

Let us suppose I draged  ’Item 6′ to &#039;Item 8&#039;, now I have to save the position number or position of  &#039;Item 6&#039; and &#039;Item 8&#039; . 

I couldnot figure it out how can I do it? 

Any ideas please help me!]]></description>
		<content:encoded><![CDATA[<p>Hi Tim<br />
I have done drag and drop using TOolMan.Now I have to track/print the dragged item position number (current item position number), target item position number Where I want to drop the Item.For example I have the following items in my list: </p>
<p>Item 1<br />
Item 2<br />
Item 3<br />
Item 4<br />
Item 5<br />
Item 6<br />
Item 7<br />
Item 8<br />
item 9 </p>
<p>Let us suppose I draged  ’Item 6′ to &#8216;Item 8&#8242;, now I have to save the position number or position of  &#8216;Item 6&#8242; and &#8216;Item 8&#8242; . </p>
<p>I couldnot figure it out how can I do it? </p>
<p>Any ideas please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RasThavas</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-326</link>
		<dc:creator><![CDATA[RasThavas]]></dc:creator>
		<pubDate>Tue, 16 Aug 2011 21:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-326</guid>
		<description><![CDATA[Look at the post above yours. The fix is there.  Thanks emillium.

To fix the issue with IE8 replace line 122 of drag.cs (dragEvent.group.element.style.zIndex = originalZIndex) with:
dragEvent.group.element.style.zIndex = ‘auto’]]></description>
		<content:encoded><![CDATA[<p>Look at the post above yours. The fix is there.  Thanks emillium.</p>
<p>To fix the issue with IE8 replace line 122 of drag.cs (dragEvent.group.element.style.zIndex = originalZIndex) with:<br />
dragEvent.group.element.style.zIndex = ‘auto’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-322</link>
		<dc:creator><![CDATA[jb]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-322</guid>
		<description><![CDATA[Hi all,

I implemented the Sorting in 2D successfully, except when used with IE8.

Even the example (http://tool-man.org/examples/sorting.html) does not work with IE8 - gives an Invalid Argument error (line 122 in the drag.js library).

Has anyone else encountered this?

More importantly: how do I fix this? :)

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I implemented the Sorting in 2D successfully, except when used with IE8.</p>
<p>Even the example (<a href="http://tool-man.org/examples/sorting.html" rel="nofollow">http://tool-man.org/examples/sorting.html</a>) does not work with IE8 &#8211; gives an Invalid Argument error (line 122 in the drag.js library).</p>
<p>Has anyone else encountered this?</p>
<p>More importantly: how do I fix this? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emillium</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-107</link>
		<dc:creator><![CDATA[emillium]]></dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-107</guid>
		<description><![CDATA[Hi all,

To fix the issue with IE8 replace line 122 of drag.cs (dragEvent.group.element.style.zIndex = originalZIndex) with:
dragEvent.group.element.style.zIndex = &#039;auto&#039;

I am not sure what downstream effect this will have, and I guess this depends on your implementation. It does fix my issue with IE8. 

Can anyone elaborate on the reason for the zIndex being set to the originalZIndex? Is there an instance when it will not be auto?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>To fix the issue with IE8 replace line 122 of drag.cs (dragEvent.group.element.style.zIndex = originalZIndex) with:<br />
dragEvent.group.element.style.zIndex = &#8216;auto&#8217;</p>
<p>I am not sure what downstream effect this will have, and I guess this depends on your implementation. It does fix my issue with IE8. </p>
<p>Can anyone elaborate on the reason for the zIndex being set to the originalZIndex? Is there an instance when it will not be auto?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasondavis</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-106</link>
		<dc:creator><![CDATA[jasondavis]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-106</guid>
		<description><![CDATA[I really need to make this script update using AJAX I would really appreciate if anyone can do that I can pay for this hack]]></description>
		<content:encoded><![CDATA[<p>I really need to make this script update using AJAX I would really appreciate if anyone can do that I can pay for this hack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasondavis</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-105</link>
		<dc:creator><![CDATA[jasondavis]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 05:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-105</guid>
		<description><![CDATA[HI guys I have been using this script for a couple years now on a social network site and I really don&#039;t want to change to another script.  Users on my site have &quot;friends&quot; and this script is used to allow them to save there &quot;top&quot; friends in the order they like.  I have a drop down form where they can pick the number of top friends they like for instance &quot;12&quot; in firefox this highlights 12 of the table cells to make them a different color, also there is a form to save this order the output is saved in mysql like this 1&#124;2&#124;3&#124;4&#124;5 and also the form submits the number 4, 8, OR 12 from the dropdown selector for quanity of top friends, also sould not if I pick 12 then out of hundreds of draggable friends, the script knows to only save the first 12 or whichever number is picked.

1 issue is in google chrome and internet explorer, the top 12 are no longer highlighted with a different color, this only works in firefox now however, in IE and chrome the 12 even though not highlighted the script still functions correctly

2nd issue, instead of hitting a save button that submits these 2 fields myTopFriends and topNumber to my php script which updates mysql, I would really like to make this work with a simple ajax call to submit these automaticly after moving a top friends, I know where to put such code at on mouse up or whatever but I can not figure out which code to use, I saw in the comments above where a guy said he used ajax, I tried his posted method but it does not work for me, any help greatly appreciated

Currently my version has a form that allo]]></description>
		<content:encoded><![CDATA[<p>HI guys I have been using this script for a couple years now on a social network site and I really don&#8217;t want to change to another script.  Users on my site have &#8220;friends&#8221; and this script is used to allow them to save there &#8220;top&#8221; friends in the order they like.  I have a drop down form where they can pick the number of top friends they like for instance &#8220;12&#8243; in firefox this highlights 12 of the table cells to make them a different color, also there is a form to save this order the output is saved in mysql like this 1|2|3|4|5 and also the form submits the number 4, 8, OR 12 from the dropdown selector for quanity of top friends, also sould not if I pick 12 then out of hundreds of draggable friends, the script knows to only save the first 12 or whichever number is picked.</p>
<p>1 issue is in google chrome and internet explorer, the top 12 are no longer highlighted with a different color, this only works in firefox now however, in IE and chrome the 12 even though not highlighted the script still functions correctly</p>
<p>2nd issue, instead of hitting a save button that submits these 2 fields myTopFriends and topNumber to my php script which updates mysql, I would really like to make this work with a simple ajax call to submit these automaticly after moving a top friends, I know where to put such code at on mouse up or whatever but I can not figure out which code to use, I saw in the comments above where a guy said he used ajax, I tried his posted method but it does not work for me, any help greatly appreciated</p>
<p>Currently my version has a form that allo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beguinner</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-104</link>
		<dc:creator><![CDATA[beguinner]]></dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-104</guid>
		<description><![CDATA[Hello your scripts works fine

I have a question : I try to make a dynamic sorting drag and drop list who can be refresh with ajax or a simple document.getElementById(&#039;myid&#039;).innerHTML like : 

&lt;pre&gt;&lt;code&gt;function refr() {
     var mylist=&quot;&quot;;
 mylist=&#039;&lt;li itemID=&quot;1&quot;&gt;one&lt;/li&gt;&lt;li itemID=&quot;2&quot;&gt;two&lt;/li&gt;&lt;li itemID=&quot;3&quot;&gt;three&lt;/li&gt;&#039;;
 document.getElementById(&#039;numeric&#039;).innerHTML=mylist;
}
&lt;A Href=&quot;javascript:refr()&quot;&gt;refresh&lt;/A&gt;
&lt;/code&gt;&lt;/pre&gt;

refresh works. 

But the elements of the of the list are not draggable after ...

Could you help me please ?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello your scripts works fine</p>
<p>I have a question : I try to make a dynamic sorting drag and drop list who can be refresh with ajax or a simple document.getElementById(&#8216;myid&#8217;).innerHTML like : </p>
<pre><code>function refr() {
     var mylist="";
 mylist='&lt;li itemID="1"&gt;one&lt;/li&gt;&lt;li itemID="2"&gt;two&lt;/li&gt;&lt;li itemID="3"&gt;three&lt;/li&gt;';
 document.getElementById('numeric').innerHTML=mylist;
}
&lt;A Href="javascript:refr()"&gt;refresh&lt;/A&gt;
</code></pre>
<p>refresh works. </p>
<p>But the elements of the of the list are not draggable after &#8230;</p>
<p>Could you help me please ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genxceo</title>
		<link>http://blog.tool-man.org/2005/04/16/saving-a-reordered-list/#comment-103</link>
		<dc:creator><![CDATA[genxceo]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 03:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tool-man.org/saving-a-reordered-list/14#comment-103</guid>
		<description><![CDATA[I&#039;m having the same problem with IE8. I LOVE this script! It&#039;s incredible!! Are there any fixes available or could someone point me in the right direction? :)

Thanks!!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem with IE8. I LOVE this script! It&#8217;s incredible!! Are there any fixes available or could someone point me in the right direction? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

