<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating sortable lists with PHP and AJAX</title>
	<atom:link href="http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mak</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-247529</link>
		<dc:creator>mak</dc:creator>
		<pubDate>Sat, 24 Feb 2007 00:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-247529</guid>
		<description>I&#039;ve messed with this stupid script in a zillion different ways and I can tell you that It DOES NOT WORK!!!

It doesn&#039;t help that half the code is improperly written: missing quotes, semicolons... 

Does anyone know of a better, WORKING version of this same idea?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve messed with this stupid script in a zillion different ways and I can tell you that It DOES NOT WORK!!!</p>
<p>It doesn&#8217;t help that half the code is improperly written: missing quotes, semicolons&#8230; </p>
<p>Does anyone know of a better, WORKING version of this same idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudy Luiten</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-196645</link>
		<dc:creator>Rudy Luiten</dc:creator>
		<pubDate>Mon, 20 Nov 2006 15:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-196645</guid>
		<description>@semibruce. that&#039;s because of the PHP short tag which allows </description>
		<content:encoded><![CDATA[<p>@semibruce. that&#8217;s because of the PHP short tag which allows </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: semibruce</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-5722</link>
		<dc:creator>semibruce</dc:creator>
		<pubDate>Thu, 30 Mar 2006 14:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-5722</guid>
		<description>I think I had the same problem as David and fixed it in a similar way (using echo). This seems to cause more problems, though (css wasn&#039;t applied, even though id tag calcualted correctly). The bigger problem is that I&#039;ve got some php code output on the screen (i.e., ignoring the &quot;&quot; tags. I&#039;m using php5, if that matters.

Question 1: Is anone familiar with the strange behavior (and know how to fix it)? 
Question 2: Why, exactly, would the original code above work for some people, while others need to use &quot;echo&quot;?</description>
		<content:encoded><![CDATA[<p>I think I had the same problem as David and fixed it in a similar way (using echo). This seems to cause more problems, though (css wasn&#8217;t applied, even though id tag calcualted correctly). The bigger problem is that I&#8217;ve got some php code output on the screen (i.e., ignoring the &#8220;&#8221; tags. I&#8217;m using php5, if that matters.</p>
<p>Question 1: Is anone familiar with the strange behavior (and know how to fix it)?<br />
Question 2: Why, exactly, would the original code above work for some people, while others need to use &#8220;echo&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbringetto</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-4177</link>
		<dc:creator>pbringetto</dc:creator>
		<pubDate>Fri, 03 Mar 2006 04:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-4177</guid>
		<description>&quot;I could not get the php code to build the list. &quot;


replace:
&lt;li id=&quot;movie_&lt;?= $movie_id ?&gt;&quot;&gt;&lt;?= $title ?&gt;&lt;/li&gt;
with:
&lt;li id=&quot;movie_&lt;?= $movie_id ?&gt;&quot;&gt;&lt;?php echo $title; ?&gt;&lt;/li&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;I could not get the php code to build the list. &#8221;</p>
<p>replace:<br />
&lt;li id=&#8221;movie_&lt;?= $movie_id ?&gt;&#8221;&gt;&lt;?= $title ?&gt;&lt;/li&gt;<br />
with:<br />
&lt;li id=&#8221;movie_&lt;?= $movie_id ?&gt;&#8221;&gt;&lt;?php echo $title; ?&gt;&lt;/li&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Allen</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-4059</link>
		<dc:creator>David Allen</dc:creator>
		<pubDate>Mon, 27 Feb 2006 22:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-4059</guid>
		<description>I could not get the php code to build the  list.  The table existed with all the row, they show up when doing an echo, but not able to output to the form.  Tried Firefox and IE.  Beign I&#039;m not familier with PHP, I could use a little help with this.

Thanks,
Dave</description>
		<content:encoded><![CDATA[<p>I could not get the php code to build the  list.  The table existed with all the row, they show up when doing an echo, but not able to output to the form.  Tried Firefox and IE.  Beign I&#8217;m not familier with PHP, I could use a little help with this.</p>
<p>Thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web.develop</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-4029</link>
		<dc:creator>web.develop</dc:creator>
		<pubDate>Mon, 27 Feb 2006 10:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-4029</guid>
		<description>[...] [ via Ajaxian ] [...]</description>
		<content:encoded><![CDATA[<p>[...] [ via Ajaxian ] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-4016</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 25 Feb 2006 22:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-4016</guid>
		<description>Stephen, Brothercake&#039;s &quot;Docking Boxes&quot; (http://brothercake.com/site/resources/scripts/dbx/) is keyboard accessible.</description>
		<content:encoded><![CDATA[<p>Stephen, Brothercake&#8217;s &#8220;Docking Boxes&#8221; (<a href="http://brothercake.com/site/resources/scripts/dbx/" rel="nofollow">http://brothercake.com/site/resources/scripts/dbx/</a>) is keyboard accessible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-4009</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 25 Feb 2006 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-4009</guid>
		<description>Tutorial for children.</description>
		<content:encoded><![CDATA[<p>Tutorial for children.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Clay</title>
		<link>http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax/comment-page-1#comment-3995</link>
		<dc:creator>Stephen Clay</dc:creator>
		<pubDate>Fri, 24 Feb 2006 22:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/creating-sortable-lists-with-php-and-ajax#comment-3995</guid>
		<description>This is probably worthy of its own discussion, but are there any drag-and-drop implementations that are also keyboard accessible?</description>
		<content:encoded><![CDATA[<p>This is probably worthy of its own discussion, but are there any drag-and-drop implementations that are also keyboard accessible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

