<?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 John Zablocki&#039;s dllHell.net</title>
	<atom:link href="http://dllhell.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dllhell.net</link>
	<description>Write code.  Not too much.  Mostly C#.</description>
	<lastBuildDate>Fri, 20 Jan 2012 15:07:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on On Getting Started with Node.js, MongoDB and Heroku on Windows by jzablocki</title>
		<link>http://dllhell.net/2011/11/08/on-getting-started-with-node-js-mongodb-and-heroku-on-windows/#comment-627</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=231#comment-627</guid>
		<description>I&#039;m totally guessing here, but I suspect that Heroku&#039;s stated requirement is based on that they&#039;ve only fully tested .4.7.  If you&#039;re doing dev on Windows and deploying to Heroku, I wouldn&#039;t sorry so much about dev versions.   Again, this is a guess, I&#039;ve not really done much with Node in production (or dev really!).</description>
		<content:encoded><![CDATA[<p>I&#8217;m totally guessing here, but I suspect that Heroku&#8217;s stated requirement is based on that they&#8217;ve only fully tested .4.7.  If you&#8217;re doing dev on Windows and deploying to Heroku, I wouldn&#8217;t sorry so much about dev versions.   Again, this is a guess, I&#8217;ve not really done much with Node in production (or dev really!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Wicked Easy NoSQL with Couchbase Server by jzablocki</title>
		<link>http://dllhell.net/2011/12/30/on-wicked-easy-nosql-with-couchbase-server/#comment-626</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=267#comment-626</guid>
		<description>For the views, you&#039;ll query the key you specified in your map function - not necessarily the key in the k/v pair.  For a sample of using the methods in CouchbaseView to query by key(s) see:

&lt;a href=&quot;http://www.couchbase.org/forums/thread/couchbase-net-client-library-20-performance-issues#comment-1005155&quot; rel=&quot;nofollow&quot;&gt;http://www.couchbase.org/forums/thread/couchbase-net-client-library-20-performance-issues#comment-1005155&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For the views, you&#8217;ll query the key you specified in your map function &#8211; not necessarily the key in the k/v pair.  For a sample of using the methods in CouchbaseView to query by key(s) see:</p>
<p><a href="http://www.couchbase.org/forums/thread/couchbase-net-client-library-20-performance-issues#comment-1005155" rel="nofollow">http://www.couchbase.org/forums/thread/couchbase-net-client-library-20-performance-issues#comment-1005155</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Wicked Easy NoSQL with Couchbase Server by PvpDotVg</title>
		<link>http://dllhell.net/2011/12/30/on-wicked-easy-nosql-with-couchbase-server/#comment-624</link>
		<dc:creator>PvpDotVg</dc:creator>
		<pubDate>Fri, 20 Jan 2012 01:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=267#comment-624</guid>
		<description>Nice tutorial, but after having familiarized myself with server-side map and reduce functions, I wonder how can I grab a view by specifiying  a key? I inspected IView, but could not find any property or method to set the key parameter. 

Maybe I overlooked something... Mind enlightening me?</description>
		<content:encoded><![CDATA[<p>Nice tutorial, but after having familiarized myself with server-side map and reduce functions, I wonder how can I grab a view by specifiying  a key? I inspected IView, but could not find any property or method to set the key parameter. </p>
<p>Maybe I overlooked something&#8230; Mind enlightening me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Getting Started with Node.js, MongoDB and Heroku on Windows by peter</title>
		<link>http://dllhell.net/2011/11/08/on-getting-started-with-node-js-mongodb-and-heroku-on-windows/#comment-614</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 16 Jan 2012 09:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=231#comment-614</guid>
		<description>Hi Jake,
Reading Heroku&#039;s instructions for setting up node.js, they seem to be very explicit that your application must run on version 0.4.7 of node.js. There&#039;s no executable for that version, and I&#039;ve just spent a couple of hours with cygwin trying to set it up on Windows 7. Haven&#039;t succeeded yet...

Your post says to grab the latest node.js executable which is version 0.6.7. I&#039;m completely new to node.js, so maybe you could let us know what to watch out for if we&#039;re going to work with a later version than the one supported by Heroku? Or even better, show us how to set up the recommended version?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jake,<br />
Reading Heroku&#8217;s instructions for setting up node.js, they seem to be very explicit that your application must run on version 0.4.7 of node.js. There&#8217;s no executable for that version, and I&#8217;ve just spent a couple of hours with cygwin trying to set it up on Windows 7. Haven&#8217;t succeeded yet&#8230;</p>
<p>Your post says to grab the latest node.js executable which is version 0.6.7. I&#8217;m completely new to node.js, so maybe you could let us know what to watch out for if we&#8217;re going to work with a later version than the one supported by Heroku? Or even better, show us how to set up the recommended version?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Getting Started with Node.js, MongoDB and Heroku on Windows by jzablocki</title>
		<link>http://dllhell.net/2011/11/08/on-getting-started-with-node-js-mongodb-and-heroku-on-windows/#comment-542</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Wed, 09 Nov 2011 02:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=231#comment-542</guid>
		<description>Glad it was useful.  I update the package.json snippet, thanks for the catch.  As far as I can tell, running npm only install copies the npm packages locally.  It doesn&#039;t seem necessary, but it&#039;s in the Heroku tutorial, so I blindly left it in!  Thanks also for the logging note, you saved me some reading...

-- jz</description>
		<content:encoded><![CDATA[<p>Glad it was useful.  I update the package.json snippet, thanks for the catch.  As far as I can tell, running npm only install copies the npm packages locally.  It doesn&#8217;t seem necessary, but it&#8217;s in the Heroku tutorial, so I blindly left it in!  Thanks also for the logging note, you saved me some reading&#8230;</p>
<p>&#8211; jz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Getting Started with Node.js, MongoDB and Heroku on Windows by Jake Scott</title>
		<link>http://dllhell.net/2011/11/08/on-getting-started-with-node-js-mongodb-and-heroku-on-windows/#comment-540</link>
		<dc:creator>Jake Scott</dc:creator>
		<pubDate>Wed, 09 Nov 2011 00:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=231#comment-540</guid>
		<description>You can get a real time stream of logs from your app too which is pretty neat:
$ heroku logs --tail</description>
		<content:encoded><![CDATA[<p>You can get a real time stream of logs from your app too which is pretty neat:<br />
$ heroku logs &#8211;tail</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Getting Started with Node.js, MongoDB and Heroku on Windows by Jake Scott</title>
		<link>http://dllhell.net/2011/11/08/on-getting-started-with-node-js-mongodb-and-heroku-on-windows/#comment-539</link>
		<dc:creator>Jake Scott</dc:creator>
		<pubDate>Wed, 09 Nov 2011 00:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=231#comment-539</guid>
		<description>Hi John just followed your tutorial and managed to get everything going in under less than an hour! I did already have git setup and a MongoHQ so that helped :)

See my hello node app here =&gt; http://node-app-of-doom.herokuapp.com/

Hey I think you forgot to mention that you need to also add  &quot;mongoskin&quot; : &quot;0.1.3&quot; to the package.json file. Also do you then need to run npm install? I ran it anyway but not sure if you need to. Hey also, I have a MongoHQ account and did not sign up through the heroku addons/vault so I didn&#039;t need to give them my credit card!

Also I found it useful to run &quot;heroku logs&quot; to fetch the logs from the server so that I could see what errors there was to solve the mongoskin dependancy issue. You can read about the heroku logging addon here http://devcenter.heroku.com/articles/logging

Thanks heaps for the awesome tutorial
Jake</description>
		<content:encoded><![CDATA[<p>Hi John just followed your tutorial and managed to get everything going in under less than an hour! I did already have git setup and a MongoHQ so that helped <img src='http://dllhell.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>See my hello node app here =&gt; <a href="http://node-app-of-doom.herokuapp.com/" rel="nofollow">http://node-app-of-doom.herokuapp.com/</a></p>
<p>Hey I think you forgot to mention that you need to also add  &#8220;mongoskin&#8221; : &#8220;0.1.3&#8243; to the package.json file. Also do you then need to run npm install? I ran it anyway but not sure if you need to. Hey also, I have a MongoHQ account and did not sign up through the heroku addons/vault so I didn&#8217;t need to give them my credit card!</p>
<p>Also I found it useful to run &#8220;heroku logs&#8221; to fetch the logs from the server so that I could see what errors there was to solve the mongoskin dependancy issue. You can read about the heroku logging addon here <a href="http://devcenter.heroku.com/articles/logging" rel="nofollow">http://devcenter.heroku.com/articles/logging</a></p>
<p>Thanks heaps for the awesome tutorial<br />
Jake</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Creating an Orchard Module without Having to RTFM by jzablocki</title>
		<link>http://dllhell.net/2011/08/15/on-creating-an-orchard-module-without-having-to-rtfm/#comment-532</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=176#comment-532</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Free Orchard Hosting with Bitbucket and AppHarbor by jzablocki</title>
		<link>http://dllhell.net/2011/08/10/on-free-orchard-hosting-with-bitbucket-and-appharbor/#comment-531</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=160#comment-531</guid>
		<description>Looks like you answered before I did, sorry again for the late, late response...</description>
		<content:encoded><![CDATA[<p>Looks like you answered before I did, sorry again for the late, late response&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On Free Orchard Hosting with Bitbucket and AppHarbor by jzablocki</title>
		<link>http://dllhell.net/2011/08/10/on-free-orchard-hosting-with-bitbucket-and-appharbor/#comment-530</link>
		<dc:creator>jzablocki</dc:creator>
		<pubDate>Tue, 01 Nov 2011 18:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://dllhell.net/?p=160#comment-530</guid>
		<description>Sorry for the late response.  My dllHell emails have been getting filtered and I totally missed this.  With the web zip, you can just push the project as is with nothing to build.  If I remember correctly, pushing w/o a solution just pushes the content?</description>
		<content:encoded><![CDATA[<p>Sorry for the late response.  My dllHell emails have been getting filtered and I totally missed this.  With the web zip, you can just push the project as is with nothing to build.  If I remember correctly, pushing w/o a solution just pushes the content?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

