<?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 would I go about creating a life chat support page for my website?</title>
	<atom:link href="http://www.askageek.com/2009/10/25/how-would-i-go-about-creating-a-life-chat-support-page-for-my-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askageek.com/2009/10/25/how-would-i-go-about-creating-a-life-chat-support-page-for-my-website/</link>
	<description>Where Geeks Answer Your Computer and Tech Questions!</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:49:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: wizardeyes</title>
		<link>http://www.askageek.com/2009/10/25/how-would-i-go-about-creating-a-life-chat-support-page-for-my-website/comment-page-1/#comment-10303</link>
		<dc:creator>wizardeyes</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=5203#comment-10303</guid>
		<description>It didn&#039;t take me but a day once I learned how to use javascript to load pages in the background and parse the html. Basically I ran it to a php file which took data and generated an &quot;echo&quot; command as well as a &quot;fwrite&quot; for record&#039;s sake. the php file fwrite&#039;s xml-format information for code, time, zone, body and sender into a file system of &quot;/System Logs/Live Chat/Sessions/$date/$ip.txt&quot; The status code is also capable of being used for disconnect alert boxes etc.</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t take me but a day once I learned how to use javascript to load pages in the background and parse the html. Basically I ran it to a php file which took data and generated an &#8220;echo&#8221; command as well as a &#8220;fwrite&#8221; for record&#8217;s sake. the php file fwrite&#8217;s xml-format information for code, time, zone, body and sender into a file system of &#8220;/System Logs/Live Chat/Sessions/$date/$ip.txt&#8221; The status code is also capable of being used for disconnect alert boxes etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.askageek.com/2009/10/25/how-would-i-go-about-creating-a-life-chat-support-page-for-my-website/comment-page-1/#comment-10184</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 25 Oct 2009 13:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.askageek.com/?p=5203#comment-10184</guid>
		<description>You could certainly use ajax to do this. You would have the javascript code (ajax) just poll the server every few seconds to see if there is a new message from the support person. You would also have code that would run when the client hits the submit button and that that response would be sent via ajax back to the server.

It would work the same on the support persons side where they would poll the server for new information every few seconds and when they hit submit they would send over the data.

The finance site on google.com is a great example of how to use ajax for a good user experience and you will notice it should work just fine over every type of network because the amount of data that is sent is very small.

I would actually suggest using a service though instead of writing your own code for it.. The cost of a service like live support is usually only around $100 a year, which is a great deal considering how long it would take to actually write something yourself.</description>
		<content:encoded><![CDATA[<p>You could certainly use ajax to do this. You would have the javascript code (ajax) just poll the server every few seconds to see if there is a new message from the support person. You would also have code that would run when the client hits the submit button and that that response would be sent via ajax back to the server.</p>
<p>It would work the same on the support persons side where they would poll the server for new information every few seconds and when they hit submit they would send over the data.</p>
<p>The finance site on google.com is a great example of how to use ajax for a good user experience and you will notice it should work just fine over every type of network because the amount of data that is sent is very small.</p>
<p>I would actually suggest using a service though instead of writing your own code for it.. The cost of a service like live support is usually only around $100 a year, which is a great deal considering how long it would take to actually write something yourself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
