<?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: New Plus Tutorial: How to Code a Fun To-Do List With PHP and AJAX</title>
	<atom:link href="http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Moreen</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-122188</link>
		<dc:creator>David Moreen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-122188</guid>
		<description>Jeffery awesome tutorial so far. I about a quarter of the way into it and, executing the script I&#039;m getting a PHP error on index.php. Cannot access private property Db::$mysql. Should I change &quot;private $mysql;&quot; in db.php to &quot;public $mysql;&quot;?</description>
		<content:encoded><![CDATA[<p>Jeffery awesome tutorial so far. I about a quarter of the way into it and, executing the script I&#8217;m getting a PHP error on index.php. Cannot access private property Db::$mysql. Should I change &#8220;private $mysql;&#8221; in db.php to &#8220;public $mysql;&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Sample &#8211; Others- 阿維實驗室</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-120180</link>
		<dc:creator>jQuery Sample &#8211; Others- 阿維實驗室</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-120180</guid>
		<description>[...] How to Code a Fun To-Do List With PHP and AJAX [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Code a Fun To-Do List With PHP and AJAX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcb</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-89411</link>
		<dc:creator>rcb</dc:creator>
		<pubDate>Sun, 09 Aug 2009 03:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-89411</guid>
		<description>Anyone have any thoughts?
I don&#039;t have much php experience--why do I get this message?

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#039;}&#039; in /.../.../ver2/db.php on line 4.  

Line 4 is referring to:
public $mysql;


I&#039;m running php5 on godaddy

db.php:

mysql = new mysqli(&#039;*****&#039;, &#039;****&#039;, &#039;****&#039;, &#039;****&#039;) or die(&quot;problem&quot;);
} 	
} // endclass</description>
		<content:encoded><![CDATA[<p>Anyone have any thoughts?<br />
I don&#8217;t have much php experience&#8211;why do I get this message?</p>
<p>Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or &#8216;}&#8217; in /&#8230;/&#8230;/ver2/db.php on line 4.  </p>
<p>Line 4 is referring to:<br />
public $mysql;</p>
<p>I&#8217;m running php5 on godaddy</p>
<p>db.php:</p>
<p>mysql = new mysqli(&#8217;*****&#8217;, &#8216;****&#8217;, &#8216;****&#8217;, &#8216;****&#8217;) or die(&#8221;problem&#8221;);<br />
}<br />
} // endclass</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmi</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-87071</link>
		<dc:creator>Jimmi</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-87071</guid>
		<description>Nic tutorial Jeff. I&#039;m glad i signet up.

But try to sync the voice and video.
The video is about a second after your voice.</description>
		<content:encoded><![CDATA[<p>Nic tutorial Jeff. I&#8217;m glad i signet up.</p>
<p>But try to sync the voice and video.<br />
The video is about a second after your voice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-71734</link>
		<dc:creator>Maxime</dc:creator>
		<pubDate>Mon, 15 Jun 2009 09:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-71734</guid>
		<description>Hi, I solved it myself, apperently the webserver I use does work on port 3306 instead of 3307 with mysqli.
Then everything worked fine!</description>
		<content:encoded><![CDATA[<p>Hi, I solved it myself, apperently the webserver I use does work on port 3306 instead of 3307 with mysqli.<br />
Then everything worked fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kcmartz</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-71427</link>
		<dc:creator>kcmartz</dc:creator>
		<pubDate>Sat, 13 Jun 2009 04:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-71427</guid>
		<description>I don&#039;t see the tutorial!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-71311</link>
		<dc:creator>HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-71311</guid>
		<description>[...] New Plus Tutorial: How to Code a Fun To-Do List With PHP and AJAX [...]</description>
		<content:encoded><![CDATA[<p>[...] New Plus Tutorial: How to Code a Fun To-Do List With PHP and AJAX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-70479</link>
		<dc:creator>Maxime</dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-70479</guid>
		<description>Hi it doesn&#039;t work for me, I have problems with this mysqli syntax: function __construct() {
		$this-&gt;mysql = new mysqli(&#039;localhost&#039;, &#039;root&#039;, &#039;yourPassword&#039;, &#039;db&#039;) or die(&quot;problem&quot;);
	}
apperently I get some errors:

Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2003): Can&#039;t connect to MySQL server on &#039;localhost&#039; (10061) in H:\Temp\u\UsbWebserver\Root\todo_list\db.php on line 7

Warning: mysqli::query() [function.mysqli-query]: Couldn&#039;t fetch mysqli in H:\Temp\u\UsbWebserver\Root\todo_list\index.php on line 33

Notice: Trying to get property of non-object in H:\Temp\u\UsbWebserver\Root\todo_list\index.php on line 35

So far I didn&#039;t change anything on the code I got from you. What are the errors, I don&#039;t know how to correct them.
Anyway very great tut!!!
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hi it doesn&#8217;t work for me, I have problems with this mysqli syntax: function __construct() {<br />
		$this-&gt;mysql = new mysqli(&#8217;localhost&#8217;, &#8216;root&#8217;, &#8216;yourPassword&#8217;, &#8216;db&#8217;) or die(&#8221;problem&#8221;);<br />
	}<br />
apperently I get some errors:</p>
<p>Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2003): Can&#8217;t connect to MySQL server on &#8216;localhost&#8217; (10061) in H:\Temp\u\UsbWebserver\Root\todo_list\db.php on line 7</p>
<p>Warning: mysqli::query() [function.mysqli-query]: Couldn&#8217;t fetch mysqli in H:\Temp\u\UsbWebserver\Root\todo_list\index.php on line 33</p>
<p>Notice: Trying to get property of non-object in H:\Temp\u\UsbWebserver\Root\todo_list\index.php on line 35</p>
<p>So far I didn&#8217;t change anything on the code I got from you. What are the errors, I don&#8217;t know how to correct them.<br />
Anyway very great tut!!!<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThE_OwNeR</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-64821</link>
		<dc:creator>ThE_OwNeR</dc:creator>
		<pubDate>Fri, 15 May 2009 22:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-64821</guid>
		<description>Agreed, i just signed in today, started this tutorial and i really understand what he is doing! Im learning!! JEUJ</description>
		<content:encoded><![CDATA[<p>Agreed, i just signed in today, started this tutorial and i really understand what he is doing! Im learning!! JEUJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThE_OwNeR</title>
		<link>http://net.tutsplus.com/articles/news/new-plus-tutorial-how-to-code-a-fun-to-do-list-with-php-and-ajax/#comment-64756</link>
		<dc:creator>ThE_OwNeR</dc:creator>
		<pubDate>Fri, 15 May 2009 16:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=3170#comment-64756</guid>
		<description>Sorry last post:

I found the problem, i&#039;m using Dreamweaver and (i think) does not support EOD. So instead of &lt;&lt;&lt;EOD i just a simple &#039; and at the end also.

Now you&#039;ll get another problem: the variable $title and $description.
You&#039;ll have to do this:
&#039;.$titel.&#039;
&#039;.$beschrijving.&#039;

Im a n00b at PHP but i still knew how to fix the problem :D yeah i feel great now!</description>
		<content:encoded><![CDATA[<p>Sorry last post:</p>
<p>I found the problem, i&#8217;m using Dreamweaver and (i think) does not support EOD. So instead of &lt;&lt;&lt;EOD i just a simple &#8216; and at the end also.</p>
<p>Now you&#8217;ll get another problem: the variable $title and $description.<br />
You&#8217;ll have to do this:<br />
&#8216;.$titel.&#8217;<br />
&#8216;.$beschrijving.&#8217;</p>
<p>Im a n00b at PHP but i still knew how to fix the problem <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  yeah i feel great now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.009 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 16:09:46 -->