<?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: AJAX-ed Todo List With PHP, MySQL &amp; jQuery</title>
	<atom:link href="http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-21878</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-21878</guid>
		<description>I found the answer:

&lt;pre&gt;
  $(&quot;.todoList&quot;).sortable({

axis        : &#039;y&#039;,              // Only vertical movements allowed
containment : &#039;window&#039;,         // Constrained by the window
update      : function(){       // The function is called after the todos are rearranged

 
  // The toArray method returns an array with the ids of the todos
            var arr = $(&quot;.todoList&quot;).sortable(&#039;toArray&#039;);
&lt;/pre&gt;

the containment value must be changed.</description>
		<content:encoded><![CDATA[<p>I found the answer:</p>
<pre>
  $(&quot;.todoList&quot;).sortable({

axis        : 'y',              // Only vertical movements allowed
containment : 'window',         // Constrained by the window
update      : function(){       // The function is called after the todos are rearranged

  // The toArray method returns an array with the ids of the todos
            var arr = $(&quot;.todoList&quot;).sortable('toArray');
</pre>
<p>the containment value must be changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-21877</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-21877</guid>
		<description>Hi,

I have a problem, if there are more than 20 Todo item, I can&#039;t put the first element at the end of the list...

An idea???

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a problem, if there are more than 20 Todo item, I can&#8217;t put the first element at the end of the list&#8230;</p>
<p>An idea???</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahad</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-21530</link>
		<dc:creator>Fahad</dc:creator>
		<pubDate>Fri, 13 Jan 2012 10:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-21530</guid>
		<description>Hello. I tried creating the program but got stuck in how to create the database. Can you please provide me the program?</description>
		<content:encoded><![CDATA[<p>Hello. I tried creating the program but got stuck in how to create the database. Can you please provide me the program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ernando</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-21486</link>
		<dc:creator>ernando</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-21486</guid>
		<description>Is it possible to make a login form to have different todo pages for different users?</description>
		<content:encoded><![CDATA[<p>Is it possible to make a login form to have different todo pages for different users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-21426</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Thu, 05 Jan 2012 20:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-21426</guid>
		<description>Null text should delete the todo element.</description>
		<content:encoded><![CDATA[<p>Null text should delete the todo element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muse</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-20654</link>
		<dc:creator>Muse</dc:creator>
		<pubDate>Mon, 28 Nov 2011 11:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-20654</guid>
		<description>Hi, Very simple question.

I have been trying to add a second text field and cannot seem to get it to work.

Can someone please advise how I would go about this.

Kind Regards,

Muse</description>
		<content:encoded><![CDATA[<p>Hi, Very simple question.</p>
<p>I have been trying to add a second text field and cannot seem to get it to work.</p>
<p>Can someone please advise how I would go about this.</p>
<p>Kind Regards,</p>
<p>Muse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoJo</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-20632</link>
		<dc:creator>JoJo</dc:creator>
		<pubDate>Sun, 27 Nov 2011 05:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-20632</guid>
		<description>Thanks for the great tutorial!
I&#039;ve got into trouble when I added too much items.
I tried to add more than 10 items into the to do list,
For the first 9 to do items, the rearrange function works very well,
but then begin from the 10th to do item, I cannot drag them to rearrange their position,
Is this a limitation of the program? or How can I fix the program?
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial!<br />
I&#8217;ve got into trouble when I added too much items.<br />
I tried to add more than 10 items into the to do list,<br />
For the first 9 to do items, the rearrange function works very well,<br />
but then begin from the 10th to do item, I cannot drag them to rearrange their position,<br />
Is this a limitation of the program? or How can I fix the program?<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-20465</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sat, 19 Nov 2011 09:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-20465</guid>
		<description>This is a great way of learning to build basic applications in PHP, JS and AJAX. 
Good job, thanks a lot! :-)</description>
		<content:encoded><![CDATA[<p>This is a great way of learning to build basic applications in PHP, JS and AJAX.<br />
Good job, thanks a lot! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narun</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-20436</link>
		<dc:creator>narun</dc:creator>
		<pubDate>Thu, 17 Nov 2011 07:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-20436</guid>
		<description>good and easy to understand</description>
		<content:encoded><![CDATA[<p>good and easy to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Crawley</title>
		<link>http://tutorialzine.com/2010/03/ajax-todo-list-jquery-php-mysql-css/#comment-20414</link>
		<dc:creator>Web Design Crawley</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=807#comment-20414</guid>
		<description>Excellent tutorial! learnt a lot here!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial! learnt a lot here!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 355/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 14:49:28 -->
