<?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: PHP StackOverflow Clone</title>
	<atom:link href="http://anantgarg.com/2009/12/09/php-stackoverflow-clone/feed/" rel="self" type="application/rss+xml" />
	<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/</link>
	<description>on web development</description>
	<pubDate>Thu, 29 Jul 2010 19:20:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Koen</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-5846</link>
		<dc:creator>Koen</dc:creator>
		<pubDate>Tue, 18 May 2010 14:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-5846</guid>
		<description>What a beautifull (free?!) script! i like it. But when i install it i got 2 errors:


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/******/domains/******/public_html/qwench/controllers/questions.php on line 931


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/******/domains/******/public_html/qwench/controllers/questions.php on line 907

Could you please help me?</description>
		<content:encoded><![CDATA[<p>What a beautifull (free?!) script! i like it. But when i install it i got 2 errors:</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/******/domains/******/public_html/qwench/controllers/questions.php on line 931</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/******/domains/******/public_html/qwench/controllers/questions.php on line 907</p>
<p>Could you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XO</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-5234</link>
		<dc:creator>XO</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-5234</guid>
		<description>Very nice, clean and a solid alternative to forum applications out there. This definitely merits being a StackOverflow clone.  I've checked out several clones and feel that this one has great potential.  Heck, it may be production ready, I have not messed around with it other than checking out the demo. I will be check back from time to time.</description>
		<content:encoded><![CDATA[<p>Very nice, clean and a solid alternative to forum applications out there. This definitely merits being a StackOverflow clone.  I&#8217;ve checked out several clones and feel that this one has great potential.  Heck, it may be production ready, I have not messed around with it other than checking out the demo. I will be check back from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-5098</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 27 Mar 2010 21:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-5098</guid>
		<description>Amazing work! Not sure how long you took in coding this but its really clean...

I am a little confused about the license. Does it mean that if I modify this for my site (of course retaining all the Qwench copyrights), do I have to contribute back the entire source code?</description>
		<content:encoded><![CDATA[<p>Amazing work! Not sure how long you took in coding this but its really clean&#8230;</p>
<p>I am a little confused about the license. Does it mean that if I modify this for my site (of course retaining all the Qwench copyrights), do I have to contribute back the entire source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gafeman</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-4626</link>
		<dc:creator>gafeman</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-4626</guid>
		<description>thanks a lot to share this, great work!

but i found a bug, when you want to vote one answer something crashes..

controllers/questions.php - line 477

replace:
var basePath = "/qwench/index.php";

to:
var basePath = "$basePathNS";

thanks again, regards from spain!</description>
		<content:encoded><![CDATA[<p>thanks a lot to share this, great work!</p>
<p>but i found a bug, when you want to vote one answer something crashes..</p>
<p>controllers/questions.php - line 477</p>
<p>replace:<br />
var basePath = &#8220;/qwench/index.php&#8221;;</p>
<p>to:<br />
var basePath = &#8220;$basePathNS&#8221;;</p>
<p>thanks again, regards from spain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akshay</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-4466</link>
		<dc:creator>akshay</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-4466</guid>
		<description>great work.I have seen your application woking great  online .
But when i try to devlop it on my local pc i can only see home page.When i clink on ask/contribute i get a message OBJECT NOT FOUND (ERROR 404 ).
i GET SAME ERROR TO WHEN I CLINK ANY LINK ON THE HOME PAGE.
I have set define('BASE_DIR','/qwench');
please help</description>
		<content:encoded><![CDATA[<p>great work.I have seen your application woking great  online .<br />
But when i try to devlop it on my local pc i can only see home page.When i clink on ask/contribute i get a message OBJECT NOT FOUND (ERROR 404 ).<br />
i GET SAME ERROR TO WHEN I CLINK ANY LINK ON THE HOME PAGE.<br />
I have set define(&#8217;BASE_DIR&#8217;,'/qwench&#8217;);<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-4268</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-4268</guid>
		<description>You seem to have put alot of hard work into the development of quench... good stuff... the layout could use some work but this is manageable. Thanks heaps!

Tim</description>
		<content:encoded><![CDATA[<p>You seem to have put alot of hard work into the development of quench&#8230; good stuff&#8230; the layout could use some work but this is manageable. Thanks heaps!</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Samai</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-4088</link>
		<dc:creator>Bobby Samai</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-4088</guid>
		<description>Please visit and join the qwench community forum and help the further development of this great software. Join http://www.qwench.net and start posting topics, feature requests, tips and tricks etc...</description>
		<content:encoded><![CDATA[<p>Please visit and join the qwench community forum and help the further development of this great software. Join <a href="http://www.qwench.net" rel="nofollow">http://www.qwench.net</a> and start posting topics, feature requests, tips and tricks etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davitz38</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-4066</link>
		<dc:creator>davitz38</dc:creator>
		<pubDate>Mon, 04 Jan 2010 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-4066</guid>
		<description>Great script, is there any updates? is there any active forum or google group or ...</description>
		<content:encoded><![CDATA[<p>Great script, is there any updates? is there any active forum or google group or &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adwin</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-3930</link>
		<dc:creator>adwin</dc:creator>
		<pubDate>Sun, 27 Dec 2009 15:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-3930</guid>
		<description>wow ... that's great ... i am looking for this for my friend ...</description>
		<content:encoded><![CDATA[<p>wow &#8230; that&#8217;s great &#8230; i am looking for this for my friend &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérôme</title>
		<link>http://anantgarg.com/2009/12/09/php-stackoverflow-clone/comment-page-1/#comment-3865</link>
		<dc:creator>Jérôme</dc:creator>
		<pubDate>Wed, 23 Dec 2009 13:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://anantgarg.com/?p=317#comment-3865</guid>
		<description>I just correct and add some localization problem on http://github.com/jerome42/Qwench</description>
		<content:encoded><![CDATA[<p>I just correct and add some localization problem on <a href="http://github.com/jerome42/Qwench" rel="nofollow">http://github.com/jerome42/Qwench</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
