<?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: SimpleChili in RCP</title>
	<atom:link href="http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Fargoboy</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1579</link>
		<dc:creator>Fargoboy</dc:creator>
		<pubDate>Fri, 12 Dec 2003 22:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1579</guid>
		<description>Definitely consider separating out the amount for ease of dividing or multiplying a recipe (decimals versus fractions would help as well):
&lt;recipe&gt;
&lt;ingredient&gt; &lt;amount&gt;1.5 cups &lt;/amount&gt; Flour &lt;/ingredient&gt;
...
&lt;/recipe&gt;
This would be helpful for allowing unit conversion for International use as well.
</description>
		<content:encoded><![CDATA[<p>Definitely consider separating out the amount for ease of dividing or multiplying a recipe (decimals versus fractions would help as well):<br />
&lt;recipe&gt;<br />
&lt;ingredient&gt; &lt;amount&gt;1.5 cups &lt;/amount&gt; Flour &lt;/ingredient&gt;<br />
&#8230;<br />
&lt;/recipe&gt;<br />
This would be helpful for allowing unit conversion for International use as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kazi noor</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1578</link>
		<dc:creator>kazi noor</dc:creator>
		<pubDate>Wed, 10 Dec 2003 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1578</guid>
		<description>Hellow,
I used your mini tab for my group project at Baruch college.
Thank you,
Kazi Noor
</description>
		<content:encoded><![CDATA[<p>Hellow,<br />
I used your mini tab for my group project at Baruch college.<br />
Thank you,<br />
Kazi Noor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Clancy</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1577</link>
		<dc:creator>Tom Clancy</dc:creator>
		<pubDate>Tue, 09 Dec 2003 22:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1577</guid>
		<description>Thanks. I built a simple PHP app to generate a week&#039;s worth of (supposed to be) random menu items and print out a grocery list some time ago. I&#039;ve been promising various friends and relations I would extend it to allow multiple users (so other folks&#039; items could show up in your list with recipe instructions), but never have. Now when I pimp my vaporware in the future I can mention all this. That or actually use it if I get off my duff.
</description>
		<content:encoded><![CDATA[<p>Thanks. I built a simple PHP app to generate a week&#8217;s worth of (supposed to be) random menu items and print out a grocery list some time ago. I&#8217;ve been promising various friends and relations I would extend it to allow multiple users (so other folks&#8217; items could show up in your list with recipe instructions), but never have. Now when I pimp my vaporware in the future I can mention all this. That or actually use it if I get off my duff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric TF Bat</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1576</link>
		<dc:creator>Eric TF Bat</dc:creator>
		<pubDate>Tue, 09 Dec 2003 01:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1576</guid>
		<description>I have a bunch of comments on this, but I can&#039; post them here because this blog&#039;s HTML formatting is a little TOO dumb.  Shame.  The gist:
Categories: generate and maintain a glossary of categories, thus:
&lt;category type=&quot;soup&#124;stew&#124;vegetarian&#124;vegan&#124;...&quot;/&gt;
Each recipe can have zero or more of these.
Tag names:
&quot;item&quot; is too generic; use &quot;ingredient&quot;; then there&#039;s no need to group them in a parent tag.
&quot;description&quot; is too generic; use &quot;method&quot;, which is a standard term in cooking
Don&#039;t be redundant in the method; remove &quot;Serves 4-6&quot;, which is mentioned elsewhere.
Always use singular form, except in case of items that don&#039;t sensibly have one (noodles, beans, etc); you can define a glossary to convert singular to plural.
Method can use plain HTML - &lt;p&gt; mainly, but possibly &lt;i&gt;, &lt;b&gt;, etc - prefer &lt;i&gt; and &lt;b&gt; over &lt;em&gt; and &lt;strong&gt; since they are presentational markup and should be treated as such (but that&#039;s a whole &#039;nother flamewar).
Use decimals; these can be converted to friendlier forms such as 1&amp;frac12; in display.
</description>
		<content:encoded><![CDATA[<p>I have a bunch of comments on this, but I can&#8217; post them here because this blog&#8217;s HTML formatting is a little TOO dumb.  Shame.  The gist:<br />
Categories: generate and maintain a glossary of categories, thus:<br />
&lt;category type=&#8221;soup|stew|vegetarian|vegan|&#8230;&#8221;/&gt;<br />
Each recipe can have zero or more of these.<br />
Tag names:<br />
&#8220;item&#8221; is too generic; use &#8220;ingredient&#8221;; then there&#8217;s no need to group them in a parent tag.<br />
&#8220;description&#8221; is too generic; use &#8220;method&#8221;, which is a standard term in cooking<br />
Don&#8217;t be redundant in the method; remove &#8220;Serves 4-6&#8243;, which is mentioned elsewhere.<br />
Always use singular form, except in case of items that don&#8217;t sensibly have one (noodles, beans, etc); you can define a glossary to convert singular to plural.<br />
Method can use plain HTML &#8211; &lt;p&gt; mainly, but possibly &lt;i&gt;, &lt;b&gt;, etc &#8211; prefer &lt;i&gt; and &lt;b&gt; over &lt;em&gt; and &lt;strong&gt; since they are presentational markup and should be treated as such (but that&#8217;s a whole &#8216;nother flamewar).<br />
Use decimals; these can be converted to friendlier forms such as 1&amp;frac12; in display.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1575</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 08 Dec 2003 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1575</guid>
		<description>Edward - ha, I should&#039;ve known someone had already thought of this.  And now begins the RSS-like battle of specifications.  Then someone will come along later on and write a whole new format (Atom). :-)
</description>
		<content:encoded><![CDATA[<p>Edward &#8211; ha, I should&#8217;ve known someone had already thought of this.  And now begins the RSS-like battle of specifications.  Then someone will come along later on and write a whole new format (Atom). :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Dale</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1574</link>
		<dc:creator>Edward Dale</dc:creator>
		<pubDate>Mon, 08 Dec 2003 12:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1574</guid>
		<description>Somebody&#039;s beat you to the punch and written &lt;a href=&quot;http://www.formatdata.com/recipeml/&quot; rel=&quot;nofollow&quot;&gt;RecipeML&lt;/a&gt;.  &lt;a href=&quot;http://www.decafbad.com&quot; rel=&quot;nofollow&quot;&gt;0xDECAFBAD&lt;/a&gt; wrote about it recently &lt;a href=&quot;http://www.decafbad.com/blog/tech/the_recipe_web.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://www.decafbad.com/blog/tech/the_recipe_web_2.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;http://www.decafbad.com/blog/tech/recipe_web_3.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
</description>
		<content:encoded><![CDATA[<p>Somebody&#8217;s beat you to the punch and written <a href="http://www.formatdata.com/recipeml/" rel="nofollow">RecipeML</a>.  <a href="http://www.decafbad.com" rel="nofollow">0xDECAFBAD</a> wrote about it recently <a href="http://www.decafbad.com/blog/tech/the_recipe_web.html" rel="nofollow">here</a>, <a href="http://www.decafbad.com/blog/tech/the_recipe_web_2.html" rel="nofollow">here</a>, and <a href="http://www.decafbad.com/blog/tech/recipe_web_3.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Finck</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1573</link>
		<dc:creator>Nick Finck</dc:creator>
		<pubDate>Mon, 08 Dec 2003 08:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1573</guid>
		<description>When heading up to Timberline for a day of Snowboarding there is nothing better for lunch than the hot Chili they serve at the lodge... except, of course, Dan Cederholm&#039;s SimpleChili.
</description>
		<content:encoded><![CDATA[<p>When heading up to Timberline for a day of Snowboarding there is nothing better for lunch than the hot Chili they serve at the lodge&#8230; except, of course, Dan Cederholm&#8217;s SimpleChili.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Johnson</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1572</link>
		<dc:creator>Scott Johnson</dc:creator>
		<pubDate>Mon, 08 Dec 2003 07:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1572</guid>
		<description>There &lt;strong&gt;is&lt;/strong&gt; a field for servings in the RCP file.  It&#039;s called &lt;serves&gt;.  Take a look for yourself.
</description>
		<content:encoded><![CDATA[<p>There <strong>is</strong> a field for servings in the RCP file.  It&#8217;s called &lt;serves&gt;.  Take a look for yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Marsh</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1571</link>
		<dc:creator>Kevin Marsh</dc:creator>
		<pubDate>Mon, 08 Dec 2003 05:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1571</guid>
		<description>Maybe something like:
cloves
</description>
		<content:encoded><![CDATA[<p>Maybe something like:<br />
cloves</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: talon</title>
		<link>http://simplebits.com/notebook/2003/12/07/simplechili-in-rcp/#comment-1570</link>
		<dc:creator>talon</dc:creator>
		<pubDate>Mon, 08 Dec 2003 05:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/12/07/simplechili-in-rcp/#comment-1570</guid>
		<description>RCP needs a bit more work... for example, how is your fridge to determine that sufficient quantities are available if the values and units are stored in plain text with their items?
</description>
		<content:encoded><![CDATA[<p>RCP needs a bit more work&#8230; for example, how is your fridge to determine that sufficient quantities are available if the values and units are stored in plain text with their items?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

