<?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: Is that an HTTP server in your Cocoa application or are you just pleased to see me?</title>
	<atom:link href="http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/feed/" rel="self" type="application/rss+xml" />
	<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/</link>
	<description>RANDOMIZE USR 0</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlo</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-22319</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:24:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-22319</guid>
		<description>&lt;p&gt;Hi. So can you please provide the the code for that application? Would be really appreciated!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. So can you please provide the the code for that application? Would be really appreciated!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-22259</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Tue, 21 Apr 2009 16:24:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-22259</guid>
		<description>&lt;p&gt;Hi. So can you please provide the the code for that application? Would be really appreciated!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. So can you please provide the the code for that application? Would be really appreciated!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Simmons</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-117</link>
		<dc:creator>Brent Simmons</dc:creator>
		<pubDate>Tue, 21 Feb 2006 08:41:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-117</guid>
		<description>&lt;p&gt;Very early betas of NetNewsWire actually embedded an http server. This was before Lite 1.0 shipped.&lt;/p&gt;

&lt;p&gt;It handled just one type of request, a request to subscribe to a feed. The idea was that people could put a button on their site that linked to a url like http://127.0.0.1:5335/subscribe?url=http://some.feed/url -- and the request would then go to NetNewsWire on your desktop, which would subscribe to the feed. Easy one-click subscribing.&lt;/p&gt;

&lt;p&gt;It wasn&#039;t my idea -- Radio UserLand was already doing this, and we figured we had to do the same thing.&lt;/p&gt;

&lt;p&gt;(But then there was the issue of how to manage two aggregators that want to listen to the same port -- and then more apps that would come along and want to listen on that port too. I decided to remove the http server before it became something to fight over.)&lt;/p&gt;

&lt;p&gt;But anyway -- I always thought the idea was interesting, that connection between web page and the desktop. (It doesn&#039;t have to be feed-subscribing, of course.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very early betas of NetNewsWire actually embedded an http server. This was before Lite 1.0 shipped.</p>

<p>It handled just one type of request, a request to subscribe to a feed. The idea was that people could put a button on their site that linked to a url like <a href="http://127.0.0.1:5335/subscribe?url=http://some.feed/url" rel="nofollow">http://127.0.0.1:5335/subscribe?url=http://some.feed/url</a> &#8212; and the request would then go to NetNewsWire on your desktop, which would subscribe to the feed. Easy one-click subscribing.</p>

<p>It wasn&#8217;t my idea &#8212; Radio UserLand was already doing this, and we figured we had to do the same thing.</p>

<p>(But then there was the issue of how to manage two aggregators that want to listen to the same port &#8212; and then more apps that would come along and want to listen on that port too. I decided to remove the http server before it became something to fight over.)</p>

<p>But anyway &#8212; I always thought the idea was interesting, that connection between web page and the desktop. (It doesn&#8217;t have to be feed-subscribing, of course.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Simmons</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-21805</link>
		<dc:creator>Brent Simmons</dc:creator>
		<pubDate>Tue, 21 Feb 2006 08:41:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-21805</guid>
		<description>&lt;p&gt;Very early betas of NetNewsWire actually embedded an http server. This was before Lite 1.0 shipped.&lt;br&gt;&lt;br&gt;It handled just one type of request, a request to subscribe to a feed. The idea was that people could put a button on their site that linked to a url like &lt;a href=&quot;http://127.0.0.1:5335/subscribe?url=http://some.feed/url&quot;&gt;http://127.0.0.1:5335/subscribe?url=http://some...&lt;/a&gt; -- and the request would then go to NetNewsWire on your desktop, which would subscribe to the feed. Easy one-click subscribing.&lt;br&gt;&lt;br&gt;It wasn&#039;t my idea -- Radio UserLand was already doing this, and we figured we had to do the same thing.&lt;br&gt;&lt;br&gt;(But then there was the issue of how to manage two aggregators that want to listen to the same port -- and then more apps that would come along and want to listen on that port too. I decided to remove the http server before it became something to fight over.)&lt;br&gt;&lt;br&gt;But anyway -- I always thought the idea was interesting, that connection between web page and the desktop. (It doesn&#039;t have to be feed-subscribing, of course.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very early betas of NetNewsWire actually embedded an http server. This was before Lite 1.0 shipped.&lt;br&gt;&lt;br&gt;It handled just one type of request, a request to subscribe to a feed. The idea was that people could put a button on their site that linked to a url like &lt;a href=&quot;http://127.0.0.1:5335/subscribe?url=http://some.feed/url&quot;&gt;http://127.0.0.1:5335/subscribe?url=http://some&#8230;&lt;/a&gt; &#8212; and the request would then go to NetNewsWire on your desktop, which would subscribe to the feed. Easy one-click subscribing.&lt;br&gt;&lt;br&gt;It wasn&#39;t my idea &#8212; Radio UserLand was already doing this, and we figured we had to do the same thing.&lt;br&gt;&lt;br&gt;(But then there was the issue of how to manage two aggregators that want to listen to the same port &#8212; and then more apps that would come along and want to listen on that port too. I decided to remove the http server before it became something to fight over.)&lt;br&gt;&lt;br&gt;But anyway &#8212; I always thought the idea was interesting, that connection between web page and the desktop. (It doesn&#39;t have to be feed-subscribing, of course.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wight</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-116</link>
		<dc:creator>Jonathan Wight</dc:creator>
		<pubDate>Mon, 20 Feb 2006 21:32:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-116</guid>
		<description>&lt;p&gt;Maybe a job for a Sandvox plugin?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe a job for a Sandvox plugin?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wight</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-21804</link>
		<dc:creator>Jonathan Wight</dc:creator>
		<pubDate>Mon, 20 Feb 2006 21:32:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-21804</guid>
		<description>&lt;p&gt;Maybe a job for a Sandvox plugin?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe a job for a Sandvox plugin?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wood</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-115</link>
		<dc:creator>Dan Wood</dc:creator>
		<pubDate>Mon, 20 Feb 2006 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-115</guid>
		<description>&lt;p&gt;Great idea Jon -- I had actually considered something similar for Sandvox (though I had been thinking about custom URL schemes) but punted on it (for now at least) since webkit is so similar to viewing with Safari.  Still, it would be cool just so people could see what their site would look like with another browser.&lt;/p&gt;

&lt;p&gt;Where I see the promise for your idea is for writing some interesting AJAX kinds of web applications in Cocoa.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great idea Jon &#8212; I had actually considered something similar for Sandvox (though I had been thinking about custom URL schemes) but punted on it (for now at least) since webkit is so similar to viewing with Safari.  Still, it would be cool just so people could see what their site would look like with another browser.</p>

<p>Where I see the promise for your idea is for writing some interesting AJAX kinds of web applications in Cocoa&#8230;..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Wood</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-21803</link>
		<dc:creator>Dan Wood</dc:creator>
		<pubDate>Mon, 20 Feb 2006 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-21803</guid>
		<description>&lt;p&gt;Great idea Jon -- I had actually considered something similar for Sandvox (though I had been thinking about custom URL schemes) but punted on it (for now at least) since webkit is so similar to viewing with Safari.  Still, it would be cool just so people could see what their site would look like with another browser.&lt;br&gt;&lt;br&gt;Where I see the promise for your idea is for writing some interesting AJAX kinds of web applications in Cocoa.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great idea Jon &#8212; I had actually considered something similar for Sandvox (though I had been thinking about custom URL schemes) but punted on it (for now at least) since webkit is so similar to viewing with Safari.  Still, it would be cool just so people could see what their site would look like with another browser.&lt;br&gt;&lt;br&gt;Where I see the promise for your idea is for writing some interesting AJAX kinds of web applications in Cocoa&#8230;..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wight</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-114</link>
		<dc:creator>Jonathan Wight</dc:creator>
		<pubDate>Fri, 17 Feb 2006 19:51:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-114</guid>
		<description>&lt;p&gt;Yeah Python (and by extension PyObjC) is great for things like this. But I had the code anyway and just needed to polish it up a tad and whip the demo up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah Python (and by extension PyObjC) is great for things like this. But I had the code anyway and just needed to polish it up a tad and whip the demo up.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wight</title>
		<link>http://toxicsoftware.com/is_that_an_http_server_in_your_cocoa_application/comment-page-1/#comment-21802</link>
		<dc:creator>Jonathan Wight</dc:creator>
		<pubDate>Fri, 17 Feb 2006 19:51:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-21802</guid>
		<description>&lt;p&gt;Yeah Python (and by extension PyObjC) is great for things like this. But I had the code anyway and just needed to polish it up a tad and whip the demo up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah Python (and by extension PyObjC) is great for things like this. But I had the code anyway and just needed to polish it up a tad and whip the demo up.</p>]]></content:encoded>
	</item>
</channel>
</rss>
