<?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: Escape HTML Using JavaScript</title>
	<atom:link href="http://addictedtonew.com/archives/264/escape-html-usingjavascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/264/escape-html-usingjavascript/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/264/escape-html-usingjavascript/comment-page-1/#comment-154970</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Sat, 02 Aug 2008 06:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=264#comment-154970</guid>
		<description>@Trevor - Well right now it&#039;s in python running on Google&#039;s App Engine, though closed down until it&#039;s ready. I&#039;m thinking I might open source it but not sure yet. I&#039;m just polling every three seconds and returning json. I keep track of the last seen message and just keep polling for any messages greater than that.</description>
		<content:encoded><![CDATA[<p>@Trevor &#8211; Well right now it&#8217;s in python running on Google&#8217;s App Engine, though closed down until it&#8217;s ready. I&#8217;m thinking I might open source it but not sure yet. I&#8217;m just polling every three seconds and returning json. I keep track of the last seen message and just keep polling for any messages greater than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Turk</title>
		<link>http://addictedtonew.com/archives/264/escape-html-usingjavascript/comment-page-1/#comment-154898</link>
		<dc:creator>Trevor Turk</dc:creator>
		<pubDate>Fri, 01 Aug 2008 23:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=264#comment-154898</guid>
		<description>I&#039;ve got a little chat app working, and I went about this slightly differently. I do a little page.insert_html in the create action, which calls up a partial that formats the message with a helper before putting it back on the screen. 

This chat app has a little problem with slow connections that I&#039;ll need to sort out, but I know the cause and have an idea about how to solve it. In any case, I&#039;d be interested to see what you come up with if it&#039;s open-source. If you&#039;re curious about my implementation, you can start digging into it here:

http://github.com/trevorturk/el-dorado/tree/master/app/controllers/messages_controller.rb</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a little chat app working, and I went about this slightly differently. I do a little page.insert_html in the create action, which calls up a partial that formats the message with a helper before putting it back on the screen. </p>
<p>This chat app has a little problem with slow connections that I&#8217;ll need to sort out, but I know the cause and have an idea about how to solve it. In any case, I&#8217;d be interested to see what you come up with if it&#8217;s open-source. If you&#8217;re curious about my implementation, you can start digging into it here:</p>
<p><a href="http://github.com/trevorturk/el-dorado/tree/master/app/controllers/messages_controller.rb" rel="nofollow">http://github.com/trevorturk/el-dorado/tree/master/app/controllers/messages_controller.rb</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

