<?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: How to Create A Simple Web-based Chat Application</title>
	<atom:link href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 05:19:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Latest Updated News</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-229365</link>
		<dc:creator>Latest Updated News</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-229365</guid>
		<description>is there any way to automaticly let them decent the “log.html” when the user hits the exit button? cuz now each time you go to the ‘chatbox’ on my testpage,you wager the last convo still there…and that’s pretty annoyin..
Your covering manages the user when he enters the login.Can u gratify tell how I crapper actually ingest this in my website where the user would come to the site and ask to an proficient for help and the proficient on the other-end would type Live support. For this i think we would ingest 2 applications one for Client-side and another for Server side.Please help!!Send some info to my mail.</description>
		<content:encoded><![CDATA[<p>is there any way to automaticly let them decent the “log.html” when the user hits the exit button? cuz now each time you go to the ‘chatbox’ on my testpage,you wager the last convo still there…and that’s pretty annoyin..<br />
Your covering manages the user when he enters the login.Can u gratify tell how I crapper actually ingest this in my website where the user would come to the site and ask to an proficient for help and the proficient on the other-end would type Live support. For this i think we would ingest 2 applications one for Client-side and another for Server side.Please help!!Send some info to my mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Grade Acai</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-228964</link>
		<dc:creator>Top Grade Acai</dc:creator>
		<pubDate>Fri, 12 Mar 2010 01:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-228964</guid>
		<description>This is a really good javascript tool to learn how to implement a web based chat application in your websites. Thanks for the useful information.</description>
		<content:encoded><![CDATA[<p>This is a really good javascript tool to learn how to implement a web based chat application in your websites. Thanks for the useful information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mandar</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-220653</link>
		<dc:creator>mandar</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-220653</guid>
		<description>thank you so much. great work. im going to try it out.</description>
		<content:encoded><![CDATA[<p>thank you so much. great work. im going to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-1/#comment-198558</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-198558</guid>
		<description>But there’s something important to know: This Chat ist _not_ good for a large chatgroups!

PHP can only open a file once at a time, if it’s opened now, it will be locked, so that other instances of PHP cannot access the log. If one person sends a text and one second later another person answer – it’s okay, will work. But if there are a bunch of users, it potentially won’t work anymore, if they send messages at the same time. Then the script will work like the “first-come-first-served”-concept, other messages have to wait until the chatlog will be unlocked.

It’s a better idea to use a mysql-database, if you want a chat for a larger number of users.</description>
		<content:encoded><![CDATA[<p>But there’s something important to know: This Chat ist _not_ good for a large chatgroups!</p>
<p>PHP can only open a file once at a time, if it’s opened now, it will be locked, so that other instances of PHP cannot access the log. If one person sends a text and one second later another person answer – it’s okay, will work. But if there are a bunch of users, it potentially won’t work anymore, if they send messages at the same time. Then the script will work like the “first-come-first-served”-concept, other messages have to wait until the chatlog will be unlocked.</p>
<p>It’s a better idea to use a mysql-database, if you want a chat for a larger number of users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-2/#comment-198554</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-198554</guid>
		<description>hello patrick   i m completely agree from your comment and also you give an idea to use a mysql databse i have followed according to your suggestion but again same problem for large number of users. can you suggest me any other solution?</description>
		<content:encoded><![CDATA[<p>hello patrick   i m completely agree from your comment and also you give an idea to use a mysql databse i have followed according to your suggestion but again same problem for large number of users. can you suggest me any other solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredric</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-197954</link>
		<dc:creator>Fredric</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-197954</guid>
		<description>How do I clear the loghistory?</description>
		<content:encoded><![CDATA[<p>How do I clear the loghistory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenting</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-182397</link>
		<dc:creator>Wenting</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-182397</guid>
		<description>Thanks very much, 
But I cannot run it in MAC, it shows
&quot;User &quot;. $_SESSION[&#039;name&#039;] .&quot; has left the chat session.
&quot;); fclose($fp); session_destroy(); header(&quot;Location: index.php&quot;); //Redirect the user } function loginForm(){ echo&#039;&quot;
then, the login screen, then
&quot; &#039;; } if(isset($_POST[&#039;enter&#039;])){ if($_POST[&#039;name&#039;] != &quot;&quot;){ $_SESSION[&#039;name&#039;] = stripslashes(htmlspecialchars($_POST[&#039;name&#039;])); } else{ echo &#039;Please type in a name&#039;; } } ?&gt;&quot;    
type in username doesn&#039;t change anything, 
any idea, really appreciate it!!!</description>
		<content:encoded><![CDATA[<p>Thanks very much,<br />
But I cannot run it in MAC, it shows<br />
&#8220;User &#8220;. $_SESSION['name'] .&#8221; has left the chat session.<br />
&#8220;); fclose($fp); session_destroy(); header(&#8220;Location: index.php&#8221;); //Redirect the user } function loginForm(){ echo&#8217;&#8221;<br />
then, the login screen, then<br />
&#8221; &#8216;; } if(isset($_POST['enter'])){ if($_POST['name'] != &#8220;&#8221;){ $_SESSION['name'] = stripslashes(htmlspecialchars($_POST['name'])); } else{ echo &#8216;Please type in a name&#8217;; } } ?&gt;&#8221;<br />
type in username doesn&#8217;t change anything,<br />
any idea, really appreciate it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-180997</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 27 Jan 2010 21:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-180997</guid>
		<description>Hello, 

thanks for this detailed tutorial, I was looking for this kind of script.</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>thanks for this detailed tutorial, I was looking for this kind of script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonaz</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-173717</link>
		<dc:creator>Jonaz</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-173717</guid>
		<description>is there any way to automaticly let them clean the &quot;log.html&quot; when the user hits the exit button? cuz now each time you go to the &#039;chatbox&#039; on my testpage,you see the last convo still there...and that&#039;s pretty annoyin..</description>
		<content:encoded><![CDATA[<p>is there any way to automaticly let them clean the &#8220;log.html&#8221; when the user hits the exit button? cuz now each time you go to the &#8216;chatbox&#8217; on my testpage,you see the last convo still there&#8230;and that&#8217;s pretty annoyin..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/comment-page-3/#comment-166848</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5931#comment-166848</guid>
		<description>If you read the introduction to this tutorial, you will see that the author wrote it as a BASIC tutorial to give an introduction to a chat program. Basic means exactly that BASIC !!!!  Stop posting negative comments about the tutorial. If it doesn&#039;t work for you, then you are doing something wrong. Tutorials by their very definition, invite the user to use their own brains and do some work themselves. If you need a fully functional commercial type chat program then go and buy one and stop your damn winging !

Thanks for the great tutorial</description>
		<content:encoded><![CDATA[<p>If you read the introduction to this tutorial, you will see that the author wrote it as a BASIC tutorial to give an introduction to a chat program. Basic means exactly that BASIC !!!!  Stop posting negative comments about the tutorial. If it doesn&#8217;t work for you, then you are doing something wrong. Tutorials by their very definition, invite the user to use their own brains and do some work themselves. If you need a fully functional commercial type chat program then go and buy one and stop your damn winging !</p>
<p>Thanks for the great tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.100 seconds -->
