<?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 for the blogoholic</title>
	<atom:link href="http://blogoholic.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogoholic.co.uk</link>
	<description>Random thoughts and rants from Alex Tomkins</description>
	<lastBuildDate>Fri, 13 Mar 2009 22:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sockets with JavaScript by Maries Ionel</title>
		<link>http://blogoholic.co.uk/2009/03/10/sockets-with-javascript/comment-page-1/#comment-34</link>
		<dc:creator>Maries Ionel</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogoholic.co.uk/?p=89#comment-34</guid>
		<description>If you&#039;re only pulling data from the server http streaming and long polling are way more adequate than flash sockets.

Sockets only make sense if you&#039;re pushing lots of data from the client to the server - or need the extra, unnoticeable speed difference for pulling data.

And then again - it might not even be better, it&#039;s a flash bridge afterall ...</description>
		<content:encoded><![CDATA[<p>If you&#8217;re only pulling data from the server http streaming and long polling are way more adequate than flash sockets.</p>
<p>Sockets only make sense if you&#8217;re pushing lots of data from the client to the server &#8211; or need the extra, unnoticeable speed difference for pulling data.</p>
<p>And then again &#8211; it might not even be better, it&#8217;s a flash bridge afterall &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sockets with JavaScript by KevBurnsJr</title>
		<link>http://blogoholic.co.uk/2009/03/10/sockets-with-javascript/comment-page-1/#comment-33</link>
		<dc:creator>KevBurnsJr</dc:creator>
		<pubDate>Wed, 11 Mar 2009 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogoholic.co.uk/?p=89#comment-33</guid>
		<description>You could use a socketBridge to flash, OR you could use an existing solution.  

Check out Orbited&#039;s TCPSocket 
http://www.orbited.org (hmm weird, looks like their site is down - March 11th 10am PST) 

They&#039;ve also got the inklings of a javascript irc API so you can make calls like irc.join(&#039;#channel&#039;) 

I just got a working version of their hello world irc chat app up and running over the weekend.
http://irc.hackyhack.net

Also check out http://www.mibbit.com if you haven&#039;t already heard of it (but they&#039;re closed source)

You can find me (KevBurnsJr) on irc.freenode.net

Happy hacking :)</description>
		<content:encoded><![CDATA[<p>You could use a socketBridge to flash, OR you could use an existing solution.  </p>
<p>Check out Orbited&#8217;s TCPSocket<br />
<a href="http://www.orbited.org" rel="nofollow">http://www.orbited.org</a> (hmm weird, looks like their site is down &#8211; March 11th 10am PST) </p>
<p>They&#8217;ve also got the inklings of a javascript irc API so you can make calls like irc.join(&#8217;#channel&#8217;) </p>
<p>I just got a working version of their hello world irc chat app up and running over the weekend.<br />
<a href="http://irc.hackyhack.net" rel="nofollow">http://irc.hackyhack.net</a></p>
<p>Also check out <a href="http://www.mibbit.com" rel="nofollow">http://www.mibbit.com</a> if you haven&#8217;t already heard of it (but they&#8217;re closed source)</p>
<p>You can find me (KevBurnsJr) on irc.freenode.net</p>
<p>Happy hacking <img src='http://blogoholic.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
