<?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: Rapid Prototyping</title>
	<atom:link href="http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/</link>
	<description>Engineering the web</description>
	<lastBuildDate>Fri, 17 May 2013 21:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jennifer Fong</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221416</link>
		<dc:creator>Jennifer Fong</dc:creator>
		<pubDate>Thu, 22 Mar 2012 17:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221416</guid>
		<description><![CDATA[Depending on the framework and resources, I deploy either on &lt;a href=&quot;http://linode.com&quot; title=&quot;Linode&quot; rel=&quot;nofollow&quot;&gt;Linode&lt;/a&gt; using Gunicorn and Nginx or I use &lt;a href=&quot;http://heroku.com&quot; title=&quot;Heroku&quot; rel=&quot;nofollow&quot;&gt;Heroku&lt;/a&gt;. Lately I keep my Python projects on Linode and Node projects on Heroku.

For the MongoDB parts, I have been using &lt;a href=&quot;https://mongohq.com&quot; title=&quot;MongoHQ&quot; rel=&quot;nofollow&quot;&gt;MongoHQ&lt;/a&gt;, since it&#039;s easy to look up data while debugging.]]></description>
		<content:encoded><![CDATA[<p>Depending on the framework and resources, I deploy either on <a href="http://linode.com" title="Linode" rel="nofollow">Linode</a> using Gunicorn and Nginx or I use <a href="http://heroku.com" title="Heroku" rel="nofollow">Heroku</a>. Lately I keep my Python projects on Linode and Node projects on Heroku.</p>
<p>For the MongoDB parts, I have been using <a href="https://mongohq.com" title="MongoHQ" rel="nofollow">MongoHQ</a>, since it&#8217;s easy to look up data while debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Fong</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221415</link>
		<dc:creator>Jennifer Fong</dc:creator>
		<pubDate>Thu, 22 Mar 2012 17:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221415</guid>
		<description><![CDATA[Yep, the content in the post is just the summary of the content in the video!]]></description>
		<content:encoded><![CDATA[<p>Yep, the content in the post is just the summary of the content in the video!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221409</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Thu, 22 Mar 2012 06:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221409</guid>
		<description><![CDATA[I&#039;m using Flask with SQLite myself, trying to hack together my own (very) basic authentication module for quick experiments. I never looked into BrowserID, might be worth a shot. Thanks!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using Flask with SQLite myself, trying to hack together my own (very) basic authentication module for quick experiments. I never looked into BrowserID, might be worth a shot. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart J</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221408</link>
		<dc:creator>Bart J</dc:creator>
		<pubDate>Thu, 22 Mar 2012 05:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221408</guid>
		<description><![CDATA[Thank you so much for this. 

I feel like I have a lot of ideas but never get off and start because it would take too long.]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for this. </p>
<p>I feel like I have a lot of ideas but never get off and start because it would take too long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221406</link>
		<dc:creator>M.</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221406</guid>
		<description><![CDATA[Is the content of the video contained in the post, or is there additional material?

Would you consider adding subtitles?]]></description>
		<content:encoded><![CDATA[<p>Is the content of the video contained in the post, or is there additional material?</p>
<p>Would you consider adding subtitles?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderson Cardoso</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221405</link>
		<dc:creator>Anderson Cardoso</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221405</guid>
		<description><![CDATA[Great post. This stack, is not just my prototyping stack, but my favorite real-world application stack. 
I really enjoy flask + mongodb, and browserID only makes everything better.]]></description>
		<content:encoded><![CDATA[<p>Great post. This stack, is not just my prototyping stack, but my favorite real-world application stack.<br />
I really enjoy flask + mongodb, and browserID only makes everything better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221404</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 21 Mar 2012 23:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221404</guid>
		<description><![CDATA[Where do you stage or host your stuff?]]></description>
		<content:encoded><![CDATA[<p>Where do you stage or host your stuff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221401</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Wed, 21 Mar 2012 22:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221401</guid>
		<description><![CDATA[Great article!
I&#039;m working on a pretty extensive code generator to do exactly what you&#039;re talking about. PHP instead of python but same concept.]]></description>
		<content:encoded><![CDATA[<p>Great article!<br />
I&#8217;m working on a pretty extensive code generator to do exactly what you&#8217;re talking about. PHP instead of python but same concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wenzel</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221400</link>
		<dc:creator>Fred Wenzel</dc:creator>
		<pubDate>Wed, 21 Mar 2012 22:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221400</guid>
		<description><![CDATA[Awesome post!]]></description>
		<content:encoded><![CDATA[<p>Awesome post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Morgan</title>
		<link>http://blog.mozilla.org/webdev/2012/03/21/rapid-prototyping/comment-page-1/#comment-221399</link>
		<dc:creator>Mike Morgan</dc:creator>
		<pubDate>Wed, 21 Mar 2012 21:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2498#comment-221399</guid>
		<description><![CDATA[Awesome!  Nice job Jennifer!]]></description>
		<content:encoded><![CDATA[<p>Awesome!  Nice job Jennifer!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
