<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Starting Out With Comet (Orbited) Part 3 – The Client</title>
	<atom:link href="http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/</link>
	<description>something new every day ... or so  By Dave Fowler</description>
	<lastBuildDate>Thu, 10 May 2012 17:32:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: godavemon</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1011</link>
		<dc:creator><![CDATA[godavemon]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1011</guid>
		<description><![CDATA[Hi Felix,

It&#039;s been so long since I used orbited that I can&#039;t recall.]]></description>
		<content:encoded><![CDATA[<p>Hi Felix,</p>
<p>It&#8217;s been so long since I used orbited that I can&#8217;t recall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1010</link>
		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 08:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1010</guid>
		<description><![CDATA[I just tried moving the html file generated by django to orbited&#039;s static folder, every thing works just fine. So I guess my problem is similar to Phuongnt&#039;s posted on 11/26/11.]]></description>
		<content:encoded><![CDATA[<p>I just tried moving the html file generated by django to orbited&#8217;s static folder, every thing works just fine. So I guess my problem is similar to Phuongnt&#8217;s posted on 11/26/11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1009</link>
		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 04:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1009</guid>
		<description><![CDATA[Hi Dave,

Thanks for your tutorial! This helped me learn about how to use Orbited. However, when I tried to use this along with my site built with django, it doesn&#039;t work. The problem is that &quot;stomp.connect(document.domain, 61613); &quot; doesn&#039;t seem to connect to the stomp server at all (when running the stomp demo, when connect a webpage to the orbited server, there will be a line &quot;ACCESS connection closed from 127.0.0.1:59311 to localhost:61613&quot; printed in the terminal, but for my site nothing outputed). I have used firebug to dig into the code and find out the code stops running after line 866 of Orbited.js which is &quot;session.open(sessionUrl.render());&quot;. I digged further into .open method for both running stomp demo and my site and didn&#039;t really see differences on the stack. 

My guess of the reason is that the stomp demo has the static pages hosted on localhost:9000 which is the same server as the stomp service while my django site is hosted on localhost:8000 and on a different server. But the part confuses me is that when I follow the js code running, I didn&#039;t see any part that can tell whether the page is hosted on orbited server or django server. Have you ever met this situation before?]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for your tutorial! This helped me learn about how to use Orbited. However, when I tried to use this along with my site built with django, it doesn&#8217;t work. The problem is that &#8220;stomp.connect(document.domain, 61613); &#8221; doesn&#8217;t seem to connect to the stomp server at all (when running the stomp demo, when connect a webpage to the orbited server, there will be a line &#8220;ACCESS connection closed from 127.0.0.1:59311 to localhost:61613&#8243; printed in the terminal, but for my site nothing outputed). I have used firebug to dig into the code and find out the code stops running after line 866 of Orbited.js which is &#8220;session.open(sessionUrl.render());&#8221;. I digged further into .open method for both running stomp demo and my site and didn&#8217;t really see differences on the stack. </p>
<p>My guess of the reason is that the stomp demo has the static pages hosted on localhost:9000 which is the same server as the stomp service while my django site is hosted on localhost:8000 and on a different server. But the part confuses me is that when I follow the js code running, I didn&#8217;t see any part that can tell whether the page is hosted on orbited server or django server. Have you ever met this situation before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1008</link>
		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Thu, 26 Jan 2012 04:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1008</guid>
		<description><![CDATA[Hi Dave,

My understanding of Tornado is that it is a totally different python frame work just like django. I have looked around for about one week but still didn&#039;t figure out how to make Django work with Tornado. Is it something like making django hosted on Tornado or it&#039;s more like the relation between django and orbited - running these two on two servers, let django take care of the logic and let both the webpage and the server send messages to orbited for message passing? Why tornado+django is much easier than orbited+django? Thank you!

Felix]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>My understanding of Tornado is that it is a totally different python frame work just like django. I have looked around for about one week but still didn&#8217;t figure out how to make Django work with Tornado. Is it something like making django hosted on Tornado or it&#8217;s more like the relation between django and orbited &#8211; running these two on two servers, let django take care of the logic and let both the webpage and the server send messages to orbited for message passing? Why tornado+django is much easier than orbited+django? Thank you!</p>
<p>Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: godavemon</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1005</link>
		<dc:creator><![CDATA[godavemon]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1005</guid>
		<description><![CDATA[I&#039;m not sure about the online status.  It&#039;s certainly not as popular these days.  Much of the focus in the python community has gone toward the excellent Tornado framework/server.  I highly recommend checking that out.  It&#039;s much easier to get working with Django than Orbited.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about the online status.  It&#8217;s certainly not as popular these days.  Much of the focus in the python community has gone toward the excellent Tornado framework/server.  I highly recommend checking that out.  It&#8217;s much easier to get working with Django than Orbited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: czytelnik</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-1004</link>
		<dc:creator><![CDATA[czytelnik]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-1004</guid>
		<description><![CDATA[Hi, is orbited dead or still developed? Site is down, only Orbited2 is online, but has no documentation :/
Is there any replacement for it?
I need it with Python/Django]]></description>
		<content:encoded><![CDATA[<p>Hi, is orbited dead or still developed? Site is down, only Orbited2 is online, but has no documentation :/<br />
Is there any replacement for it?<br />
I need it with Python/Django</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phuongnt</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-997</link>
		<dc:creator><![CDATA[Phuongnt]]></dc:creator>
		<pubDate>Sat, 26 Nov 2011 06:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-997</guid>
		<description><![CDATA[I have a question:
when I run stomp test in address: http://localhost:9000/static/demos/stomp/
It works well.
When I run the html file directly from harddisk or move the test folder to another web server, it cannot work.
For example: http://localhost:80/stomp/ (Apache server, I&#039;ve already changed the path of js file in index.html)
How can I configure Orbited to serve Site from another webserver, Any one can help me? Hope to see answers soon : )]]></description>
		<content:encoded><![CDATA[<p>I have a question:<br />
when I run stomp test in address: <a href="http://localhost:9000/static/demos/stomp/" rel="nofollow">http://localhost:9000/static/demos/stomp/</a><br />
It works well.<br />
When I run the html file directly from harddisk or move the test folder to another web server, it cannot work.<br />
For example: <a href="http://localhost:80/stomp/" rel="nofollow">http://localhost:80/stomp/</a> (Apache server, I&#8217;ve already changed the path of js file in index.html)<br />
How can I configure Orbited to serve Site from another webserver, Any one can help me? Hope to see answers soon : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milad</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-969</link>
		<dc:creator><![CDATA[Milad]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-969</guid>
		<description><![CDATA[Hi Dave, 
I am new to cometd and stomp. my server uses cometd and I need to develop an app for iphone which get feeds from cometd server using stomp , can you help me in this problem , I dont know where to start ...]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
I am new to cometd and stomp. my server uses cometd and I need to develop an app for iphone which get feeds from cometd server using stomp , can you help me in this problem , I dont know where to start &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haridas</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-890</link>
		<dc:creator><![CDATA[haridas]]></dc:creator>
		<pubDate>Mon, 21 Feb 2011 12:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-890</guid>
		<description><![CDATA[Hi Dave,

I&#039;m a also new to this technology and your blog helped me to work with the stomp test module come along with orbited and also setup your ezchat with some tweaks.Feeling good now and got a base on the orbited.Now want to play with my project...:).

Have a nice day.
Haridas.]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I&#8217;m a also new to this technology and your blog helped me to work with the stomp test module come along with orbited and also setup your ezchat with some tweaks.Feeling good now and got a base on the orbited.Now want to play with my project&#8230;:).</p>
<p>Have a nice day.<br />
Haridas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web-разработка / Comet — обзорная статья</title>
		<link>http://thingsilearned.com/2009/08/03/starting-out-with-comet-orbited-part-3-%e2%80%93-the-client/#comment-832</link>
		<dc:creator><![CDATA[Web-разработка / Comet — обзорная статья]]></dc:creator>
		<pubDate>Sat, 25 Sep 2010 18:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=567#comment-832</guid>
		<description><![CDATA[[...] for ruby on rails Ruby &amp; Orbited Orbited &amp; Ruby APE &amp; Rails  Comet &amp; Orbited #1 Comet &amp; Orbited #2 Comet &amp; Orbited #3  php simple chat [...]]]></description>
		<content:encoded><![CDATA[<p>[...] for ruby on rails Ruby &amp; Orbited Orbited &amp; Ruby APE &amp; Rails  Comet &amp; Orbited #1 Comet &amp; Orbited #2 Comet &amp; Orbited #3  php simple chat [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

