<?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: Simple AJAX Commenting System</title>
	<atom:link href="http://tutorialzine.com/2010/06/simple-ajax-commenting-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/</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: Drew</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21942</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 07 Feb 2012 22:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21942</guid>
		<description>Hey somebody,  I would like to do the same thing.  I&#039;m hoping that Martin might chime in on this as well</description>
		<content:encoded><![CDATA[<p>Hey somebody,  I would like to do the same thing.  I&#8217;m hoping that Martin might chime in on this as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: somebody</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21933</link>
		<dc:creator>somebody</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21933</guid>
		<description>Thanks for you code , but I would like to enhance it with reply to comments,admin enabling comment,comment voting . How can I do it?</description>
		<content:encoded><![CDATA[<p>Thanks for you code , but I would like to enhance it with reply to comments,admin enabling comment,comment voting . How can I do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21870</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21870</guid>
		<description>At last someone wrote a sensible simple AJAX comment system with small overhead.

Just hacked this into a custom Wordpress blog (nightmare job) and its running sweet.

Big thanks</description>
		<content:encoded><![CDATA[<p>At last someone wrote a sensible simple AJAX comment system with small overhead.</p>
<p>Just hacked this into a custom WordPress blog (nightmare job) and its running sweet.</p>
<p>Big thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21641</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 20 Jan 2012 17:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21641</guid>
		<description>Really sweet commenting system!  Thank you so much.  Would anyone know how to add a reply button so that you can reply directly to a specific comment?

Any help is greatly appreciated!!!</description>
		<content:encoded><![CDATA[<p>Really sweet commenting system!  Thank you so much.  Would anyone know how to add a reply button so that you can reply directly to a specific comment?</p>
<p>Any help is greatly appreciated!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snier</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21638</link>
		<dc:creator>Snier</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21638</guid>
		<description>Hello @martin angelov

i don&#039;t want to use the name label
(because i want a comment system for people who registered)
How can i remove the 
if(($data[&#039;body&#039;] = filter_input(INPUT_POST,&#039;body&#039;,FILTER_CALLBACK,array(&#039;options&#039;=&gt;&#039;Comment::validate_text&#039;))))

and the

if (($data[&#039;name&#039;] = filter_input(INPUT_POST,&#039;name&#039;,FILTER_CALLBACK,array(&#039;options&#039;=&gt;&#039;Comment::validate_text&#039;))))

in such a way that i can still fetch it and use it 
for my website?</description>
		<content:encoded><![CDATA[<p>Hello @martin angelov</p>
<p>i don&#8217;t want to use the name label<br />
(because i want a comment system for people who registered)<br />
How can i remove the<br />
if(($data['body'] = filter_input(INPUT_POST,&#8217;body&#8217;,FILTER_CALLBACK,array(&#8216;options&#8217;=&gt;&#8217;Comment::validate_text&#8217;))))</p>
<p>and the</p>
<p>if (($data['name'] = filter_input(INPUT_POST,&#8217;name&#8217;,FILTER_CALLBACK,array(&#8216;options&#8217;=&gt;&#8217;Comment::validate_text&#8217;))))</p>
<p>in such a way that i can still fetch it and use it<br />
for my website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Angelov</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21542</link>
		<dc:creator>Martin Angelov</dc:creator>
		<pubDate>Sat, 14 Jan 2012 21:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21542</guid>
		<description>You need to make sure that your database is using unicode for the script to work. If your text fields use any other encoding, you will end up with the strange symbols you&#039;ve observed.</description>
		<content:encoded><![CDATA[<p>You need to make sure that your database is using unicode for the script to work. If your text fields use any other encoding, you will end up with the strange symbols you&#8217;ve observed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calle</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21529</link>
		<dc:creator>calle</dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21529</guid>
		<description>Hey! 
Thank you for this,  such a sweet comment system :)
I&#039;m facing some problems with charsets in it. 
I&#039;m norwegian, so i need support for &quot;æ ø å&quot; . when commenting with these letters, the json markup will show it perfectly. but when its submitted to database it turns to this : Ã¦Ã¸Ã¥.
I&#039;m trying to set headers etc, but no luck. could you please push me in the right direction? 
its latin-8859-1.

Any pointers greatly appreciated =)</description>
		<content:encoded><![CDATA[<p>Hey!<br />
Thank you for this,  such a sweet comment system :)<br />
I&#8217;m facing some problems with charsets in it.<br />
I&#8217;m norwegian, so i need support for &#8220;æ ø å&#8221; . when commenting with these letters, the json markup will show it perfectly. but when its submitted to database it turns to this : Ã¦Ã¸Ã¥.<br />
I&#8217;m trying to set headers etc, but no luck. could you please push me in the right direction?<br />
its latin-8859-1.</p>
<p>Any pointers greatly appreciated =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21472</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 09 Jan 2012 00:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21472</guid>
		<description>Hi, I get all the code but where do we connect to the database you say put the details in connect.php but I don&#039;t see this above?</description>
		<content:encoded><![CDATA[<p>Hi, I get all the code but where do we connect to the database you say put the details in connect.php but I don&#8217;t see this above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lft</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21442</link>
		<dc:creator>lft</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21442</guid>
		<description>Use cookies for page_id variable.</description>
		<content:encoded><![CDATA[<p>Use cookies for page_id variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lft</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-21437</link>
		<dc:creator>lft</dc:creator>
		<pubDate>Fri, 06 Jan 2012 10:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-21437</guid>
		<description>Thanks! This is great. I will try to add this to one of my sites on multiple pages.</description>
		<content:encoded><![CDATA[<p>Thanks! This is great. I will try to add this to one of my sites on multiple pages.</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 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-02-08 14:21:38 -->
