<?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: Building a content aggregation service with node.js</title>
	<atom:link href="http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js</link>
	<description>Everything beta</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:31:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-951</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 07 Jan 2012 15:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-951</guid>
		<description>Hi Mark, Thanks for the feedback. Which version of node are you using? The &#039;sys&#039; package was renamed to &#039;util&#039; a while ago.

florin</description>
		<content:encoded><![CDATA[<p>Hi Mark, Thanks for the feedback. Which version of node are you using? The &#8216;sys&#8217; package was renamed to &#8216;util&#8217; a while ago.</p>
<p>florin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Hanigen</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-950</link>
		<dc:creator>Mark Hanigen</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-950</guid>
		<description>Hey there,

The script seems awesome!! there is a problem though with running it, seems that the same error stated above is being repeated with every peace of code represented on github and here, any pointers would be greatly appreciated.

Mark</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>The script seems awesome!! there is a problem though with running it, seems that the same error stated above is being repeated with every peace of code represented on github and here, any pointers would be greatly appreciated.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-935</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 25 Sep 2011 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-935</guid>
		<description>Hi Vadym, 

I just updated the github project, it&#039;s now easier to install and run the server. Let me know if it still breaks.

florin</description>
		<content:encoded><![CDATA[<p>Hi Vadym, </p>
<p>I just updated the github project, it&#8217;s now easier to install and run the server. Let me know if it still breaks.</p>
<p>florin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadym</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-934</link>
		<dc:creator>Vadym</dc:creator>
		<pubDate>Sun, 25 Sep 2011 02:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-934</guid>
		<description>I tried the script and it doesn&#039;t seem to be working any longer. It starts as expected:

[mebsuta]$ node servus.js 
The &quot;sys&quot; module is now called &quot;util&quot;. It should have a similar interface.
Sla is: 2000
Server running at http://127.0.0.1:8124/

But it gives an error when I try to use it:

TypeError: undefined is not a function    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:11)    at execute (/home/temirov/NodeLibs/haml-js/lib/haml.js:602:8)    at Function.render (/home/temirov/NodeLibs/haml-js/lib/haml.js:587:12)    at serveContent (/home/temirov/temp/servus/servus.js:87:18)    at EventEmitter. (/home/temirov/temp/servus/servus.js:116:9)    at EventEmitter.emit (events.js:70:17)    at EventEmitter._respond (/home/temirov/NodeLibs/restler/lib/restler.js:127:12)</description>
		<content:encoded><![CDATA[<p>I tried the script and it doesn&#8217;t seem to be working any longer. It starts as expected:</p>
<p>[mebsuta]$ node servus.js <br />
The &#8220;sys&#8221; module is now called &#8220;util&#8221;. It should have a similar interface.<br />
Sla is: 2000<br />
Server running at <a href="http://127.0.0.1:8124/" rel="nofollow">http://127.0.0.1:8124/</a></p>
<p>But it gives an error when I try to use it:</p>
<p>TypeError: undefined is not a function    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (eval at  (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:29))    at Function. (/home/temirov/NodeLibs/haml-js/lib/haml.js:595:11)    at execute (/home/temirov/NodeLibs/haml-js/lib/haml.js:602:8)    at Function.render (/home/temirov/NodeLibs/haml-js/lib/haml.js:587:12)    at serveContent (/home/temirov/temp/servus/servus.js:87:18)    at EventEmitter. (/home/temirov/temp/servus/servus.js:116:9)    at EventEmitter.emit (events.js:70:17)    at EventEmitter._respond (/home/temirov/NodeLibs/restler/lib/restler.js:127:12)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-834</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 04 Nov 2010 17:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-834</guid>
		<description>I need to go to 5 different websites in order to get property values: eppraisal.com, homegain.com, zillow.com, etc. I then take these values and average them with the value from the county tax assessor&#039;s website. I use the resulting number to calculate purchase offers. How do I put all this on one website? So I just enter the data in a field on a website and the website goes to all the other websites and brings back the data. For example, some of the valuation websites do this. I think www.abcrealestate.com uses data from zillow. Also, I think eppraisal.com uses data from a couple of the other sites. How do I just combine it all for ease of use? What kind of programmer do I need to look for to build this type of product?</description>
		<content:encoded><![CDATA[<p>I need to go to 5 different websites in order to get property values: eppraisal.com, homegain.com, zillow.com, etc. I then take these values and average them with the value from the county tax assessor&#8217;s website. I use the resulting number to calculate purchase offers. How do I put all this on one website? So I just enter the data in a field on a website and the website goes to all the other websites and brings back the data. For example, some of the valuation websites do this. I think <a href="http://www.abcrealestate.com" rel="nofollow">http://www.abcrealestate.com</a> uses data from zillow. Also, I think eppraisal.com uses data from a couple of the other sites. How do I just combine it all for ease of use? What kind of programmer do I need to look for to build this type of product?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-705</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Mon, 28 Jun 2010 08:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-705</guid>
		<description>Thanks Daniel! Check-out as well how node.js integrates with nosql stores like couchDB (example here: http://www.robsearles.com/2010/05/28/nodejs-tutorial-with-couchdb-and-haml-erdnodeflips/)
It greatly simplifies the webapp development overall.</description>
		<content:encoded><![CDATA[<p>Thanks Daniel! Check-out as well how node.js integrates with nosql stores like couchDB (example here: <a href="http://www.robsearles.com/2010/05/28/nodejs-tutorial-with-couchdb-and-haml-erdnodeflips/" rel="nofollow">http://www.robsearles.com/2010/05/28/nodejs-tutorial-with-couchdb-and-haml-erdnodeflips/</a>)<br />
It greatly simplifies the webapp development overall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.newsplore.com/2010/06/27/building-a-content-aggregation-service-with-node-js/comment-page-1#comment-703</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 27 Jun 2010 22:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=1580#comment-703</guid>
		<description>Great post! I&#039;ll definitely take node.js for a spin, now</description>
		<content:encoded><![CDATA[<p>Great post! I&#8217;ll definitely take node.js for a spin, now</p>
]]></content:encoded>
	</item>
</channel>
</rss>

