<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MakeUseOf &#187; recipes</title>
	<atom:link href="http://www.makeuseof.com/tags/recipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Start A Recipe Blog With The Recipress WordPress Plugin</title>
		<link>http://www.makeuseof.com/tag/start-recipe-blog-recipress-wordpress-plugin/</link>
		<comments>http://www.makeuseof.com/tag/start-recipe-blog-recipress-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:01:54 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[recipes]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98833</guid>
		<description><![CDATA[Recipress is a free, professional quality plugin for adding beautifully styled recipes to your blog posts. Since I’ve been told my Jalapeño bread is to die for, I thought maybe it would be worth adding the recipe to my Self Sufficiency blog - and this was the perfect solution to do that. Let’s take a look at this fantastic plugin, and a quick walkthrough on how to add and display your recipes.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/featured-recipress.png?323f2c" alt="" /><a href="http://wordpress.org/extend/plugins/recipress/">Recipress</a> is a free, professional quality plugin for adding beautifully styled recipes to your blog posts. Since I&#8217;ve been told my Jalapeño bread is to die for, I thought maybe it would be worth adding the recipe to my <a href="http://selfsufficiencyguide.org/blog/2012/spicy-jalapeno-and-cheese-bread-recipe/">Self Sufficiency blog</a> - and this was the perfect solution to do that.</p>
<p>Let&#8217;s take a look at this fantastic plugin, and a quick walkthrough on how to add and display your recipes.</p>
<h2>Display Options</h2>
<p>Recipress can output your recipes in a variety of places, with the default being on single post pages only just after the main content (if there is any). If you want the full recipe to appear in search results or the index, archives, etc you can do all of that.</p>
<p>There are 3 main display styles to choose from &#8211; light, dark, and textured &#8211; so it should suit most blogs. Though I haven&#8217;t tried, I imagine you can edit the individual CSS files if you wanted to change them, though there is no specific &#8220;<em>upload custom CSS</em>&#8221; option.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/display-options.png?323f2c" alt="start a recipe blog" width="590" height="439" /></p>
<h2>Custom Taxonomies</h2>
<p>Taxonomies are added for <em>ingredients</em>, <em>cuisine style</em>, <em>course</em>, and <em>skill level</em> &#8211; but you needn&#8217;t use the latter 3 if you don&#8217;t want them. The plugin comes with about 18 ingredients pre-programmed for you, but adding more is as easy as… pie?</p>
<h2>Adding A Recipe</h2>
<p>You&#8217;ll find a new custom section on your post edit screen, and ticking the &#8220;<em>Add a Recipe to this post?</em>&#8221; checkbox will enable the recipe editor.</p>
<p>It&#8217;s broken down into 3 parts. The first is some basic meta about the recipe &#8211; <em>prep time, yield</em> &#8211; that sort of stuff.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/add-recipe-1.png?323f2c" alt="start a recipe blog" width="590" height="276" /></p>
<p>Next up are the <em>ingredients</em>. The ingredient names are all contained within a separate taxonomy, so they work like tags. As you add your own archive of ingredients, they will appear when you start typing the first few letters.</p>
<p>Creating them as a whole taxonomy also means you can do things like list all recipes with &#8220;chilli&#8221;, or show an <em>ingredient cloud</em> widget. Other than that, it&#8217;s easy to add amounts, notes, re-arrange the order or ingredients, etc.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/add-recipe-2.png?323f2c" alt="start a recipe website" width="590" height="520" /></p>
<p>Finally comes the instructions which are broken into steps. Each step can have an individual photo added. At the time of writing this, I did have a small bug with the latest jQuery &#8211; if you find the upload image dialog goes blank after clicking &#8220;<em>Use this image</em>&#8220;, open up your the <em>wp-content/plugins/recipress/js</em> folder, and replace the contents of <em>back.js</em> with the <a href="http://pastebin.com/5cbKakpb">code from this pastebin</a>. Hopefully the author will release an update soon to fix that officially, but this will suffice for now.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/add-recipe-3.png?323f2c" alt="start a recipe website" width="590" height="429" /></p>
<p>I should also add that you need to upload images for the recipe in the size you&#8217;d like them to display &#8211; it takes the original URL rather than the thumbnail or medium sizes. The plugin could do with some auto-resizing options, but to work around this either resize before you upload, or add the following CSS rules to your theme&#8217;s <em>style.css</em></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Change to the width of your post section, this refers to the step pictures */</span>
<span style="color: #cc00cc;">#recipress_recipe</span><span style="color: #6666ff;">.recipress-recipress</span> img <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">450px</span> <span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> <span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Assume thumbnail size of 150px for first image in recipe */</span>
<span style="color: #cc00cc;">#recipress_recipe</span><span style="color: #6666ff;">.recipress-recipress</span> img.wp-post-image<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">150px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>To set the &#8220;<em>finished recipe</em>&#8221; image, just use the standard WordPress featured image. You can adjust this in the Recipress options if you&#8217;d like to use a different image though.</p>
<p>You should end up with something like this:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/finished-recipe.png?323f2c" alt="start a recipe blog" /></p>
<h2>Summary</h2>
<p>The display style of <a href="http://wordpress.org/extend/plugins/recipress/">this plugin</a> is beautiful, and adding recipes honestly couldn&#8217;t be simpler. There some great widgets included, and if you plan on writing a lot then use of a full custom taxonomy for ingredients is really innovative.</p>
<p>On the downside, there&#8217;s a few bugs as I&#8217;ve outlined already. Also, the output is mostly <em>hRecipe</em> formatted for rich snippet data, but it&#8217;s missing quite a few crucial parts, so the implementation isn&#8217;t complete and Google doesn&#8217;t parse it as such. This should be an easy fix though, so hopefully the author will update soon. There&#8217;s a Pro version in the works according to the support site.</p>
<p>What do you think? Will you be posting some recipes for us?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/start-recipe-blog-recipress-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eat Your Tech With These 14 Creative &amp; Delicious Geeky Recipes</title>
		<link>http://www.makeuseof.com/tag/eat-tech-14-creative-delicious-geeky-recipes/</link>
		<comments>http://www.makeuseof.com/tag/eat-tech-14-creative-delicious-geeky-recipes/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 01:31:04 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Offbeat]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97731</guid>
		<description><![CDATA[Being a geek or a tech-lover is all about keeping up with interesting new gadgets, the best operating systems and the most trendy and fun games out there. Once in a while, though, you might get the urge to express your love for all things techy in quite a different way. Tech-related recipes can be quite a challenge. I’m not going to say they’re easy. But won’t it be worth the effort?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/geeky-recipes-3003.jpg?323f2c" alt="geeky recipes" />Being a geek or a tech-lover is all about keeping up with interesting new gadgets, the best operating systems and the most trendy and fun games out there. Once in a while, though, you might get the urge to express your love for all things techy in quite a different way.</p>
<p>Tech-related recipes can be quite a challenge. I’m not going to say they’re easy. But won’t it be worth the effort when all your friends think you’re a genius for making awesome superhero cupcakes or Pan Galactic Gargle Blasters for your next party? Here are some ideas for geeky-inspired recipes, some easier, some harder, but all of them mouth watering!</p>
<h2>Hitchhiker’s Guide To The Galaxy</h2>
<p>If you’re a fan, or if your friends are fans, or if you all just like trying new drinks, here is an interesting recipe for the intriguing drink from those legendary books – the <a href="http://feastygeeks.blogspot.com/2011/01/pan-galactic-gargle-blaster-recipe.html">Pan Galactic Gargle Blaster</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/gargle-blaster.jpg?323f2c" alt="geeky recipes" width="342" height="259" border="0" /></p>
<p>The recipe includes the original text from the book – the original “recipe” for the Gargle Blaster a la Douglas Adams. There are probably many adaptations of the recipe to the real world, but this is one of the most detailed ones I’ve found.</p>
<p>If you’re a bit more ambitious about Adams, you can try this <a href="http://www.geekmom.com/2010/11/hitchhikers-guide-to-the-galaxy-magrathea-cake/">whale-crushed-petunia-pot cake</a>. The recipe walks you through creating a true-to-form landscape for your whale, and of course the whale itself and this believable crushed petunia pot made of a chocolate cupcake.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/whale.jpg?323f2c" alt="creative recipes" width="528" height="372" border="0" /></p>
<h2>Tetris Pixels</h2>
<p>Why Tetris Pixels? Well, they’re just similar concepts. And if you like Tetris (or pixels, and who doesn’t like pixels!), be sure to try making these <a href="http://fraskedesigns.blogspot.com/2008/04/how-to-make-tetris-brownies-or-tetris.html">Tetris brownies</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/tetris-brownies.jpg?323f2c" alt="creative recipes" /></p>
<p>You can serve these as individual brownies and then have all your friends try forming them into lines without smearing frosting everywhere. This could make for an exciting party!</p>
<p>Another option in the same department is making these <a href="http://www.instructables.com/id/How-to-make-Pixel-Cookies/">pixel cookies</a>. This is an image-rich instructable on making pixelized butter cookies. The cool thing about this recipe is that you can use it to make pretty much any shape you want inside the cookies. It’s the method that’s being explained here, and you can use it to let your imagination run wild.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/pixel-cookies.jpg?323f2c" alt="creative recipes" width="521" height="388" border="0" /></p>
<h2>Pancakes</h2>
<p>If you love pancakes, you’re going to love <a href="http://www.jimspancakes.com">Jim’s Pancakes</a>. This guy makes pancakes in any form and size you can imagine, while sharing some of his tips and thoughts on each one. These are not exactly recipes, but if you know how to make a pancake batter, you can sure get some inspiration for these. For example, this is Jim’s <a href="http://www.jimspancakes.com/2010/06/just-got-an-iphone-4g-its-delicious/">iPhone 4S pancake</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iphone-pancake.jpg?323f2c" alt="recipes for geeks" width="401" height="523" border="0" /></p>
<p>You can also check out his <a href="http://www.jimspancakes.com/2011/09/the-millennium-pancake-falcon/">Millennium Falcons</a> and <a href="http://www.jimspancakes.com/2011/09/star-wars-pancakes/">AT-AT Walkers</a>. A bit hard to make, maybe, but truly awesome. And who knows, maybe you can find your secret pancake skills thank to these!</p>
<h2>Superheroes and Other Heroes</h2>
<p>I don’t know about you, but I adore superheroes of all kinds. Well, preferably of the Superman or Batman kind, but others will do too. If you share this same love, your next project can be making <a href="http://sugarswings.blogspot.com/2011/12/super-hero-gingerbread-men-and-women.html">superhero gingerbread men</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/superhero-cookies.jpg?323f2c" alt="recipes for geeks" width="477" height="503" border="0" /></p>
<p>This recipe doesn’t include trivialities such as how to make the actual gingerbread men, but you can look at the intricate decorations and try to make your own superhero designs. Even copying these same designs could be a great way to make your very own superheroes.</p>
<p>If this seems a bit much, you can try these simpler <a href="http://justjennrecipes.com/superhero-cupcakes/2010/08/05/">superhero cupcakes</a>. Instead of featuring the whole superhero, these make do with their signs and symbols, and are therefore much easier to make.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/superhero-cupcakes.jpg?323f2c" alt="recipes for geeks" width="528" height="371" border="0" /></p>
<p>The same blogger who made these also made some simple <a href="http://justjennrecipes.com/star-trek-cupcakes/2011/02/06/">Star Trek cupcakes</a> you could try, or if you’re really driven, this awesome <a href="http://justjennrecipes.com/godzilla-cake/2008/11/10/">Godzilla cake</a> (which I would love to make myself).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/godzilla.jpg?323f2c" alt="godzilla" width="425" height="480" border="0" /></p>
<h2>Angry Birds</h2>
<p>A post like this will not be complete without an Angry Birds section. Not because Angry Birds is so important, but there are some Angry Birds recipes out there which are simply too cute to miss. If you’re into cupcakes, try these awesome <a href="http://thecraftingchicks.com/2011/03/angry-birds-cupcakes.html">Angry Birds cupcakes recipe</a>, which includes detailed instructions on making beaks out of slices orange candies and bellies out of sliced marshmallow.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/angry-birds-cupcakes.jpg?323f2c" alt="angry-birds-cupcakes" width="590" height="394" border="0" /></p>
<p>Alternatively, you can try these <a href="http://www.the-girl-who-ate-everything.com/2011/02/angry-birds-obession-continues.html">Angry Birds cake pops</a>, which are possibly harder to make, but are bound to impress your friends and are way more fun to hold and eat. This recipe is not as image-rich, so you’ll have to use your imagination some.</p>
<h2>Odds And Ends</h2>
<p>If all these specific things are not hitting the spot, and you’re looking for something a bit more general, how about trying these relatively simple <a href="http://familyfun.go.com/recipes/cyber-sweets-cupcakes-686915/">computer cupcakes</a>?</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/computer-cupcakes.jpg?323f2c" alt="computer-cupcakes" width="428" height="430" border="0" /></p>
<p>These might look complicated to make, but it’s actually simpler than it seems when looking at the actual recipe.</p>
<p>On an entirely different note, you can also decide to go out of your way and make <a href="http://vanillamoment.blogspot.com/2011/11/iphone-ipad-devils.html">iPhone cupcakes</a>. There are lots of <em>pictures</em> of these around the web, but not a lot of actual recipes. This, too, is not a very detailed recipe, but contains more details than others, including an actual cupcake recipe and some tips on making the sugar decorations.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/iphone-cupcakes.jpg?323f2c" alt="geeky recipes" width="417" height="329" border="0" /></p>
<p>If you’re looking for more great things to make, check out:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/10-brilliant-creepy-halloween-recipes/">10 Brilliant But Creepy Halloween Recipes To Spook Out Your Friends</a></li>
<li><a href="http://www.makeuseof.com/tag/5-diy-angry-birdsinspired-crafts-upcoming-holidays/">5 DIY Angry Birds-Inspired Crafts For The Upcoming Holidays</a></li>
</ul>
<p>Did you make any awesome recipe you’d like to share? Are you planning on making some of these for your next party? Share in the comments!</p>
<p><small>Image credit: <a href="http://vanillamoment.blogspot.com/2011/11/iphone-ipad-devils.html" rel="nofollow">Vanilla Moment</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/eat-tech-14-creative-delicious-geeky-recipes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Find Easy &amp; Appetizing Recipe Ideas With BBC GoodFood [Chrome]</title>
		<link>http://www.makeuseof.com/tag/find-easy-appetizing-recipe-ideas-bbc-goodfood-chrome/</link>
		<comments>http://www.makeuseof.com/tag/find-easy-appetizing-recipe-ideas-bbc-goodfood-chrome/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 23:31:08 +0000</pubDate>
		<dc:creator>Erez Zukerman</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[chrome extensions]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97190</guid>
		<description><![CDATA[BBC GoodFood is an add-on for Chrome, that goes along with the BBC GoodFood website. It is not, however, a clone of the website. The add-on features its own unique UI, stunning hi-resolution photographs of food (a-la Food Porn Daily) and live, instant recipe search from a collection of over 160 recipes.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood.jpg?323f2c" alt="good food recipe ideas" /><a href="https://chrome.google.com/webstore/detail/jnkffnoliaheoidfeejcmnidkkgilkja?hl=en">BBC GoodFood</a> is an add-on for Chrome, that goes along with the BBC GoodFood <a href="http://www.bbcgoodfood.com/">website</a>. It is not, however, a clone of the website. The add-on features its own unique UI, stunning hi-resolution photographs of food (a-la <a href="http://www.makeuseof.com/tag/5-awesome-food-blogs-tantalize-senses-inspire-cook/">Food Porn Daily</a>) and live, instant recipe search from a collection of over 160 recipes.</p>
<h2>Today’s Picks</h2>
<p>As you launch the add-on, you are greeted with a gigantic macro shot of something edible (and hopefully appetizing). For example, here’s a Banana-maple tower:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood3.jpg?323f2c" alt="good food recipe ideas" width="580" height="307" border="0" /></p>
<p>This looks tiny because it is a screenshot of my full screen, resized to fit the blog. But you can see how much space the image takes up. But it’s not just an image:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood5.jpg?323f2c" alt="recipe ideas" width="580" height="350" border="0" /></p>
<p>You can read basic facts about the dish, and then click through to the recipe (we’ll look at the recipe display in a moment).  In case you don’t like the first dish, you can easily scroll between four other options. Since it’s an add-on, the large images all load instantly, and the whole thing feels very responsive and instant.</p>
<h2>What’s Available</h2>
<p>Let’s focus on the header for a moment:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood7.jpg?323f2c" alt="recipe ideas" width="580" height="197" border="0" /></p>
<p>Here you can clearly see the scroller used to flip between &#8220;<em>Today’s picks</em>&#8220;. Other entries include recipes (the bulk of the app, really), videos, and ingredients. There’s one more option to the right of favorites, which is subscribing to the BBC GoodFood newsletter. Let’s take a quick look through each of these categories.</p>
<h2>Recipes</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood9.jpg?323f2c" alt="recipe ideas" width="580" height="354" border="0" /></p>
<p>The initial recipe display shows each recipe as a &#8220;card&#8221; with an image and some quick facts. One thing I like about the app is that it’s very straightforward and honest about the amount of recipes available. While websites like <a href="http://allrecipes.com/">Allrecipes.com</a> boast an endless supply of crowd-sourced recipes, BBC GoodFood is almost like a small cookbook in your browser, with a limited and curated collection of recipes.</p>
<p>The top bar lets you instantly filter recipes by type, as well as by &#8220;<em>Less than 200 calories</em>&#8220;, &#8220;<em>healthy classics</em>&#8220;, etc. You can also do a custom search, if you’re after something very specific:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood11.jpg?323f2c" alt="dinner recipe ideas" width="590" height="345" border="0" /></p>
<p>But realize you may not find what you’re after, due to the relatively small number of recipes the app currently offers. For example, when I searched for a chicken-based Moroccan dish that would serve six, the app found nothing. It did find a recipe when I was searching for four servings, though, so I know there is a Moroccan chicken recipe.</p>
<p>I wish the app could just scale ingredient lists up and down automatically by the number of servings I’d like to make – this is something Allrecipes does today, and doesn’t seem like a very difficult feat to accomplish.</p>
<h2>Individual Recipe Display</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood13.jpg?323f2c" alt="dinner recipe ideas" width="580" height="390" border="0" /></p>
<p>Once you found a recipe you like, it is time to learn how to make it. The individual recipe display screen is simple and informative, with a single image of the recipe (which you can enlarge), an ingredient list, and a list of instructions. One niggle is that the typography is a bit on the tiny side, so if you want to use it as a reference while cooking, you may want to zoom in (Chrome’s zoom feature works within the add-on, so you can just hit Ctrl and +).</p>
<h2>Cookery Videos</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood15.jpg?323f2c" alt="dinner recipe ideas" width="589" height="435" border="0" /></p>
<p>The video section currently has just a handful of videos about basic cooking techniques. This is one part of the app that actually didn’t work for me. The video did buffer, but I could not get it to play. Definitely underdeveloped, but it shows potential.</p>
<h2>Healthy Ingredients</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/goodfood17.jpg?323f2c" alt="good food recipe ideas" width="579" height="646" border="0" /></p>
<p>The <em>Healthy Ingredients</em> section lists ten different ingredients, each with nutritional information and buying, preparation and storage tips. It’s a short list, but each ingredient has a hi-resolution image and thoughtful information.</p>
<h2>Final Thoughts</h2>
<p>BBC GoodFood looks like a promising add-on. What I like best about it is that it feels very curated – it feels as though the recipes and all content were carefully edited. The downside is that there is not a lot of content, but if you are looking for oodles of content, there are plenty of <a href="http://www.makeuseof.com/tag/5-websites-find-fantastic-holiday-recipes/">recipe</a> <a href="http://www.makeuseof.com/tag/8-cooking-websites-video-recipes-tasty-visual-tips/">websites</a> out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/find-easy-appetizing-recipe-ideas-bbc-goodfood-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Free iPhone Apps To Help You Get Started With A Vegan Lifestyle</title>
		<link>http://www.makeuseof.com/tag/5-free-iphone-apps-started-vegan-lifestyle/</link>
		<comments>http://www.makeuseof.com/tag/5-free-iphone-apps-started-vegan-lifestyle/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 00:30:16 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[diet]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iphone tips]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93569</guid>
		<description><![CDATA[If you are interested in finding out more about the vegan way of life, and are perhaps interested in adopting it yourself, than I have some iPhone apps that will help you out a great deal. These apps offer everything from basic information on what it is like to be a vegan, recipes and ways to get more active in the vegan community and make a difference.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/shutterstock_72700804-e1322754939334.jpg?323f2c" alt="free iphone apps" /></p>
<p>I have been hearing more and more people talk about living the vegan lifestyle. As someone who closely follows the sport of Mixed Martial Arts, I was surprised how many fighters choose to live vegan. At first, I was unsure about what made the vegan lifestyle different from a vegetarian, but I looked into it, and it is quite a difference.</p>
<p>I have come to realize that being a true vegan consists of not using any animal products, and it is much more than not eating certain things. I can tell you right now that I am not a vegan, but I am always fascinated with learning more about other lifestyles and what they consist of.</p>
<p>If you are interested in finding out more about the vegan way of life, and are perhaps interested in adopting it yourself, than I have some iPhone apps that will help you out a great deal. These apps offer everything from basic information on what it is like to be a vegan, recipes and ways to get more active in the vegan community and make a difference.</p>
<h2><a href="http://itunes.apple.com/us/app/id391901035">Be Vegan</a></h2>
<p>&nbsp;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/bevegan-e1322755016479.jpg?323f2c" alt="free iphone apps" width="386" height="580" /></p>
<p>This application is a good starting point for someone looking to get into the vegan lifestyle. It offers some basic recipes, though not as many as some of the other apps we will talk about later. Where this app shines is in their news and stories about things that are happening in the vegan world. They cover all the latest news and dig into the science behind being a vegan.</p>
<h2><a href="http://itunes.apple.com/us/app/vegscan/id386227119?mt=8">VegScan</a></h2>
<p>&nbsp;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/vegscan-e1322755144298.jpg?323f2c" alt="apps for iphone" width="386" height="580" /></p>
<p>This app allows users to scan barcodes for items while shopping and find out if the item is vegan and vegetarian. It is a user maintained app, so some items will not be there. You can add them if you know whether the item is or is not vegan. You earn points for adding items, so it makes it something of a game. The scanning worked well when I tested it, and even if the item wasn’t listed, it always detected the bar code.</p>
<h2><a href="http://itunes.apple.com/us/app/whole-foods-market-recipes/id320029256?mt=8">Whole Foods Recipes</a></h2>
<p>&nbsp;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/wholefoods-e1322755187138.jpg?323f2c" alt="apps for iphone" width="386" height="580" /></p>
<p>This is an application from the Whole Foods Stores. This application is not dedicated to Vegans, but it does have a tremendous database of Vegan recipes. By simply clicking on “Special Diets”, you can show only vegan recipes. They also have special picks for all kinds of other lifestyles if vegan is not your thing. If you shop at Whole Foods this is a must have app because you can quickly add all the items in a recipe to your shopping list, and have it readily available the next time you go to the store.</p>
<h2><a href="http://itunes.apple.com/us/app/veganyumyum-mobile/id294390088?mt=8">VeganYumYum Mobile</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/veganyumyum-e1322755234924.jpg?323f2c" alt="apps for iphone" width="386" height="580" /></p>
<p>YumYum is one of the more popular online recipe boards, so it only makes sense that they would have a vegan version. This app is simple and straightforward. It is a list of all the vegan recipes on their website. There are well over 50 recipes on there. Each recipe has pictures, a list of ingredients and systematic instructions for preparation. They also have the ability to add a recipe to your favorites, so if you find something you love and want to make again, it will be just a couple of taps away.</p>
<h2><a href="http://itunes.apple.com/us/app/peta/id421236952?mt=8">PETA</a></h2>
<p>&nbsp;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/PETA-e1322755270267.jpg?323f2c" alt="free iphone apps" width="386" height="580" /></p>
<p>The official PETA app has everything you need to know about helping animals. If choosing not to eat any animal products is not enough, and you want to take it to the next level than the PETA app has just what you need. It offers all the latest issues that need to be addressed. You can take action on any of the alerts and earn points and rankings. If you are looking to step up your involvement, check out this application. Even if you are not a vegan and you just want to help animals this is a great app to help you get involved.</p>
<h2>Conclusion</h2>
<p>With these applications, you will be ready to make the lifestyle change, if you should choose to do so. Obviously, being a vegan is not for everyone, including myself. If you think it might be for you, check out these applications and see if they help move you in the right direction.</p>
<p>What do you think of these free iPhone apps and if you tried them, did they help you. Let us know in the comments!</p>
<p><small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/573547/573547,1299571492,7/stock-photo-vegetarian-meal-72700804.jpg" rel="nofollow">ShutterStock</a> </small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-free-iphone-apps-started-vegan-lifestyle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5+ Best Websites To Find Fantastic Holiday Recipes</title>
		<link>http://www.makeuseof.com/tag/5-websites-find-fantastic-holiday-recipes/</link>
		<comments>http://www.makeuseof.com/tag/5-websites-find-fantastic-holiday-recipes/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 00:31:16 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92978</guid>
		<description><![CDATA[The holiday season is the best time to catch up on your culinary aspirations, whether you’ll be cooking, eating, gift-giving or all of them combined. Now that Thanksgiving is over, you can set your mind on the next step of the holiday season. Cooking and eating the same things every year can get rather boring. True, holidays are all about traditions, but this doesn’t mean you can’t innovate!]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/image93.png?323f2c" alt="holiday recipes" />The holiday season is the best time to catch up on your culinary aspirations, whether you’ll be cooking, eating, gift-giving or all of them combined. Now that Thanksgiving is over, you can set your mind on the next step of the holiday season.</p>
<p>Cooking and eating the same things every year can get rather boring. True, holidays are all about traditions, but this doesn’t mean you can’t innovate! So check out these 5 fantastic recipe websites which will provide you with all the inspiration you need for this holiday season.</p>
<h2>Epicurious</h2>
<p><a href="http://www.epicurious.com">Epicurious</a> is a a true foodie heaven, be it a holiday or not. But when it comes to holidays, Epicurious has you covered no matter what you are celebrating. The <a href="http://www.epicurious.com/recipesmenus/holidays">holiday index</a> includes almost every holiday you can think of, and for each one you can browse recipes, menus or a complete holiday guide.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/epicurious-1.jpg?323f2c" alt="holiday recipes" width="578" height="498" border="0" /></p>
<p>When you choose “<em>recipes</em>” or “<em>menus</em>”, you can then browse them by popular ingredients, by dishes (when browsing recipes), browse only vegetarian recipes and so on. The complete guides also include entertaining tips, gifts and wine.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/epicurious-2.jpg?323f2c" alt="holiday baking recipes" width="580" height="462" border="0" /></p>
<p>The holiday recipes are not all from Epicurious itself, but come from a variety of different sources. You can view everything without being a member of Epicurious, but if you sign up for a free account you can save recipes, share them, rate and review them and create personal notes.</p>
<h2>Pioneer Woman</h2>
<p>I have written about The Pioneer Woman Cooks <a href="http://www.google.com/url?q=http://www.makeuseof.com/tag/5-awesome-food-blogs-tantalize-senses-inspire-cook/&amp;sa=U&amp;ei=a8zMTqblGISLhQfml8zkDQ&amp;ved=0CAQQFjAA&amp;client=internal-uds-cse&amp;usg=AFQjCNHyNDexwh8c27e_1D1PXG_HNGzNHw">in the past</a>, but I could not write a recipe article without mentioning this wonderful blog again. <a href="http://thepioneerwoman.com/cooking/">The Pioneer Woman Cooks</a> is a beautifully crafted blog for your everyday cooking needs, which also boasts a fantastic <a href="http://thepioneerwoman.com/cooking/category/holidays/">holiday section</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/pioneer-woman-1.jpg?323f2c" alt="holiday baking recipes" width="545" height="433" border="0" /></p>
<p>While not featuring as many holidays as Epicurious, if you’re celebrating Christmas or Thanksgiving, you’re all set. The recipes include entertaining stories about life in the rural United States, and are accompanied by plenty of good photos.</p>
<p>Definitely a place to visit if you’re looking for something with a bit more of a personal touch.</p>
<h2>SheKnows</h2>
<p><a href="http://www.sheknows.com">SheKnows</a> deals with much more than food and recipes. In fact, it deals with all the things they believe women should like. Despite the unfortunate name, SheKnows features a great <a href="http://www.sheknows.com/food-and-recipes/holidays-and-parties/articles">holiday recipe section</a>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/sheknows-1.jpg?323f2c" alt="holiday baking recipes" width="554" height="435" border="0" /></p>
<p>The recipes do not include a huge amount of images, so if you’re the visual type, you might find this recipe collection to be a bit too &#8220;texty&#8221;. There is no easy way to screen certain types of recipes, but there are <em>a lot</em> of them. So put on your cooking hat and start scrolling for your next awesome holiday dish!</p>
<h2>Martha Stewart</h2>
<p><a href="http://www.marthastewart.com">Martha Stewart</a> is one name that’s been rather hard to miss in the past two decades. And when looking for good recipes, it’s still a name you can’t ignore. Martha’s website includes a big <a href="http://www.marthastewart.com/holidays">holiday section</a> featuring all your usual holidays such as Christmas, Hanukkah and Mother’s day.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/martha-stewart-1.jpg?323f2c" alt="easy holiday recipes" width="575" height="363" border="0" /></p>
<p>You’re not going to find only recipes here, but also decorations, gift ideas and activities for kids. One of the most inspiring sections is the <a href="http://www.marthastewart.com/274972/homemade-food-gifts/@center/307034/christmas-workshop">food gift ideas</a>. If you’re a foodie, or if your friends or family are, you know there’s sometimes nothing better than a holiday gift which is also <em>edible. </em></p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/martha-stewart-2.jpg?323f2c" alt="easy holiday recipes" width="580" height="484" border="0" /></p>
<p>Here you will learn how to make cookie compotes, fancy fruitcake, foolproof fudge and much more. They all comes with wrapping and decorating instructions, so you can try to mimic the beautiful little gifts you can see in the picture. There’s even a whole section for gingerbread houses!</p>
<h2>Taste Of Home</h2>
<p><a href="http://www.tasteofhome.com">Taste of Home</a> is another large food &amp; recipe magazine, which provides everything from recipes, videos, and forums to an actual cooking school. But today is all about holidays: Taste of Home features an impressive <a href="http://www.tasteofhome.com/Recipes/Holiday---Celebration-Recipes">holiday &amp; celebration section</a>, which includes all your usual holidays, and adds celebrations such as graduations, bridal showers, etc.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/taste-of-home-23.jpg?323f2c" alt="easy holiday recipes" width="580" height="369" border="0" /></p>
<p>The holiday section features the most relevant holidays at the top, but if you scroll down you can find a list of other holidays you can choose from. Once you choose a holiday, you will be able to browse recipes according to dishes and meals: breakfast, dinner, side dishes, main courses, desserts, and more. Each category includes a volley of recipes to choose from.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/taste-of-home-1.jpg?323f2c" alt="taste-of-home-1" width="580" height="435" border="0" /></p>
<p>And again, I must recommend the <a href="http://www.tasteofhome.com/Recipes/Holiday---Celebration-Recipes/Christmas-Recipes/Food-Gift-Ideas">food gift section</a>, which is a sure way to make the foodie in your life much happier this holiday season.</p>
<h2>Bonus: MealPlanningMagic (&amp; More)</h2>
<p>If all these huge websites are not really your thing, and discovering smaller more intimate food blogs is one of your hobbies, this is what you’ve been waiting for. This Christmas, many food blogs are holding a “12 weeks of Christmas cookies” blog hop. This means that when you enter one food blog, you can find links to recipes from numerous other food blogs, all about Christmas cookies.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/blog-hop-1.jpg?323f2c" alt="blog-hop-1" width="478" height="364" border="0" /></p>
<p>The blog hop seems to be led by the blog <a href="http://www.mealplanningmagic.com">MealPlanningMagic</a>, and is very widespread among food blogs. For example, if you go to this blog and scroll all the way down (after you browse the mouthwatering cookie recipes, that is), you’ll find numerous thumbnails to recipes from many other blogs.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/blog-hop-2.jpg?323f2c" alt="holiday recipes" width="410" height="562" border="0" /></p>
<p>If you click one of those, you’ll be taken to a different blog, where you can browse some more Christmas cookies and then find your way to even more blogs. This is a fantastic way to discover great food blogs, and to expand your Christmas cookie repertoire.</p>
<h2>Conclusion</h2>
<p>Cooking and baking is one of the best parts of the holiday season. Don’t let it be a chore; find some exciting holiday recipes you just can’t wait to make, and surprise your family and friends with small presents that don’t take up precious room in the house (except for the room <em>they’ll </em>take up after eating it all!).</p>
<p>If you know of some more places to find fantastic holiday recipes, we’d love to hear about them in the comments!</p>
<p><small>Image credit: <a href="http://image.shutterstock.com/display_pic_with_logo/83052/83052,1280474611,1/stock-photo-christmas-ice-cream-with-chocolate-and-cinnamon-58203304.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-websites-find-fantastic-holiday-recipes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 Brilliant But Creepy Halloween Recipes To Spook Out Your Friends</title>
		<link>http://www.makeuseof.com/tag/10-brilliant-creepy-halloween-recipes/</link>
		<comments>http://www.makeuseof.com/tag/10-brilliant-creepy-halloween-recipes/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 01:31:38 +0000</pubDate>
		<dc:creator>Jessica Cam Wong</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=89725</guid>
		<description><![CDATA[Halloween may not be for everyone, but it’s certainly a holiday where most people have fun and why shouldn’t you? If you’re not so keen on the idea of wearing funky costumes, how about trying something funky in the kitchen? There’s a good chance you’ll impress (or disgust) others with some of these recipes.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image184.png?323f2c" alt="halloween recipes" />Halloween may not be for everyone, but it’s certainly a holiday where most people have fun and why shouldn’t you? If you’re not so keen on the idea of wearing funky costumes, how about <a href="http://www.makeuseof.com/tag/5-best-sites-for-free-halloween-do-it-yourself-projects/">trying something funky</a> in the kitchen? There’s a good chance you’ll impress (or disgust) others with some of these Halloween recipes.</p>
<p>There are many websites to find some worthwhile recipes, including ones that will show you copycat recipes, lots of images to illustrate each step in a recipe and more <a href="http://www.makeuseof.com/tag/5-fascinating-unique-recipe-sites-brush-culinary-skills/">here</a>. You can also use <a href="http://www.makeuseof.com/tag/food-love-top-5-recipe-websites/">recipe</a> search engines like <a href="http://www.makeuseof.com/tag/yummly-recipe-search-engine-spice-cooking/">Yummly</a>, and foodie social networks. Nowadays, you can even find excellent recipe suggestion sites on mobile platforms, such as <a href="http://www.makeuseof.com/tag/4-recipe-apps-android-phones/">Android</a>, <a href="http://www.makeuseof.com/tag/epicurious-free-recipe-shopping-list-management-app-ios-webos-android/">iOS, WebOS and more</a>.</p>
<p>We’ve accumulated some Halloween recipes that can help expand your repertoire of culinary pieces and can <a href="http://www.makeuseof.com/tag/10-awesome-geeky-halloween-diy-house-decoration-ideas/">decorate your table</a> this October 31st. Check out the creepy-looking winners, sorted by level of difficulty.</p>
<h2>Super Easy: <a href="http://www.marthastewart.com/315767/worms-in-dirt">Worms in Dirt</a></h2>
<p>Got a pack of hot dogs or wieners sitting in your fridge? Cut them lengthwise and boil them till they curl. Mix them with some black beans and you’ve got yourself an easy appetizer.</p>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image185.png?323f2c" alt="halloween recipes" width="356" height="446" border="0" /></p>
<h2>Easy: Brain Jello</h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image186.png?323f2c" alt="recipes for halloween" width="248" height="247" border="0" /></p>
<p>If you get yourself a <a href="http://www.amazon.com/Accoutrements-Zombie-Brain-Gelatin-Mold/dp/B000GKW6BU">brain mold</a> from Amazon, you have an easy shortcut for a Halloween dish. For ideas, check out this <a href="http://www.amazon.com/Accoutrements-Zombie-Brain-Gelatin-Mold/dp/B000GKW6BU">jello shot recipe</a> on Allrecipes or <a href="http://www.food.com/recipe/brain-gelatin-74582">this simpler one for dessert</a>.</p>
<h2>Easy: <a href="http://canarygirl.com/?p=297">Bloody Eyeballs</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image187.png?323f2c" alt="recipes for halloween" width="486" height="357" border="0" /></p>
<p>Here&#8217;s an easy Italian-inspired recipe that&#8217;s suitable for Halloween if you cube some well-seasoned chicken, place black olives on top and bake the pieces in tomato sauce. It’s up to you to arrange the chicken cubes in as eyeball-like shape as you’d like.</p>
<h2>Easy: <a href="http://allrecipes.com/recipe/witches-brew/detail.aspx?src=3822_37">Witches Brew</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image188.png?323f2c" alt="recipes for halloween" width="245" height="248" border="0" /></p>
<p>Here’s an easy drink that you can prepare without much effort. The spooky part is in the hand made from gelatin and molded from a disposable glove. Follow <a href="http://allrecipes.com/recipe/witches-brew/detail.aspx?src=3822_37">this link</a> for the simple recipe.</p>
<h2>Easy: <a href="http://www.marthastewart.com/317690/bat-wings">Bat Wings</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image189.png?323f2c" alt=" halloween food ideas" width="356" height="439" border="0" /></p>
<p>Got soy sauce? Perhaps some black coloring agent as well? Toss them on some chicken wings, put them in the oven and you’ll have some bat wings in no time! The <a href="http://www.marthastewart.com/317690/bat-wings">link</a> in the title leads to Martha Stewart’s recipe that uses a few more ingredients such as oyster sauce and black bean sauce, which you might or might not have. In the latter case, you might want to look at <a href="http://allrecipes.com/recipe/bat-wings/detail.aspx?src=3822_34">this 3-condiment bat wing recipe</a> on AllRecipes.</p>
<h2>Medium: <a href="http://allrecipes.com/recipe/halloween-bloody-baked-rats/detail.aspx">Bloody Baked Rats</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image190.png?323f2c" alt=" halloween food ideas" width="247" height="248" border="0" /></p>
<p>These are cute mini-meatloaves shaped in, you guessed it, rats. These little rats actually hold Cheddar cheese inside so gooey cheese will ooze out when you slice them. Ingredients include ground beef, dry bread crumbs, meatloaf seasoning mix, tomato sauce and other common pantry items. Find the recipe on <a href="http://allrecipes.com/recipe/halloween-bloody-baked-rats/detail.aspx">Allrecipes.com</a>.</p>
<h2>Medium: <a href="http://www.theidearoom.net/2009/09/jell-o-blood-worms.html">Jell-O “Blood” Worms</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image191.png?323f2c" alt=" halloween food ideas" width="491" height="389" border="0" /></p>
<p>Since Jell-O is so versatile, people have got very creative. This is another example using plastic straws and raspberry- or grape-flavored gelatin. You can find a copy of the recipe <a href="http://www.theidearoom.net/2009/09/jell-o-blood-worms.html">here</a>.</p>
<h2>Medium: <a href="http://allrecipes.com/Recipe/Spooky-Halloween-Eyeballs/Detail.aspx">Spooky Eyeballs</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image192.png?323f2c" alt="image" width="245" height="245" border="0" /></p>
<p>Here’s another version of Halloween eyeballs that can even be for dessert. Anyone want to try some eyeball-shaped peanut butter cups? A commenter suggested in the recipe page to top cupcakes with these babies. They’re also pretty fun to make with others, especially if you have children.</p>
<h2>Medium: <a href="http://allrecipes.com/recipe/bloody-broken-glass-cupcakes/detail.aspx">Bloody Broken Glass Cupcakes</a></h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image193.png?323f2c" alt="image" width="243" height="243" border="0" /></p>
<p>Sugar and water can be just as versatile as jell-o.  You can make come up with interesting textures such as caramel, glass shards, etc. Combine them with corn syrup, red food coloring, and cornstarch and you’ll have the broken glass pieces that you can place on top of your favorite cupcakes (the recipe uses white cake mix for the cupcakes).</p>
<h2>More Time-Consuming: Witches Fingers</h2>
<p align="center"><img class="align-center" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image194.png?323f2c" alt="halloween recipes" width="580" height="281" border="0" /></p>
<p>Apparently these treats are pretty popular as there are many versions of the recipe in different websites. The fingers above on the left are made <a href="http://lasvegasfoodadventures.wordpress.com/2009/10/15/witches-fingers-diti-di-strega/">from this recipe</a> (it’s basically a modified Christmas cookie recipe) while you can find the ones on the right on <a href="http://www.marthastewart.com/356428/ladies-fingers">Martha Stewart</a>. You can find additional versions <a href="http://www.marthastewart.com/256445/monster-fingers-and-pimento-cheese-paws">here</a> and <a href="http://allrecipes.com/recipe/spooky-witches-fingers/detail.aspx">here</a>.</p>
<p>Let us know in the comments what you made this Halloween!  Have you tried out any Halloween recipes on this page?  If so, how did it work out for you?  Did you persuade anyone to eat it?</p>
<p><small>Image credit: <a href="http://www.theidearoom.net/2009/09/jell-o-blood-worms.html" rel="nofollow">The Idea Room</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-brilliant-creepy-halloween-recipes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Cook Amazing Food From Anywhere On The Web With ChefTap For Android [2.1+]</title>
		<link>http://www.makeuseof.com/tag/cook-amazing-food-web-cheftap-android-21/</link>
		<comments>http://www.makeuseof.com/tag/cook-amazing-food-web-cheftap-android-21/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 22:30:25 +0000</pubDate>
		<dc:creator>Erez Zukerman</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=89128</guid>
		<description><![CDATA[Food and smartphones can be a fantastic combination, and I don't mean you should stir-fry your Droid. Some of the more recent Android smartphones have large screens (4.3”), and some even come with their own kickstand that lets you prop them up for easy viewing while cooking. All that’s left now is finding a good recipe app that can take you through the cooking process with style. ]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image112.png?323f2c" alt="best android cooking app"/></p>
<p>Food and smartphones can be a fantastic combination, and I don&#8217;t mean you should stir-fry your Droid. Some of the more recent Android smartphones have large screens (4.3”), and some even come with their own kickstand that lets you prop them up for easy viewing while cooking. All that’s left now is finding a good recipe app that can take you through the cooking process with style.</p>
<p>I’m happy to say that <a href="https://market.android.com/details?id=com.mindframedesign.cheftap.beta&amp;feature=search_result">ChefTap</a> perfectly fits that bill… and for a price that can’t be beat. Let’s see what makes it so good.</p>
<p>&nbsp;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image113.png?323f2c" alt="best android cooking app" width="300" height="500"/></p>
<p>This is what you see when you first launch ChefTap. By default, the app is populated by recipes coming from <a href="http://cheftap.com/">Cheftap.com</a> itself, but one of its key strengths is its ability to parse recipes from just about anywhere else and import them into its own interface. We’ll be looking at that ability later, but for now, let’s see what it can do with a recipe that’s already been parsed.</p>
<p>First of all, there are two possible views for the recipe feed: “Pictures” and “List”. The list view looks like this:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image114.png?323f2c" alt="cooking app" width="300" height="500"/></p>
<p>You can also star recipes, and view only recipes in certain categories (you need to set up the categories beforehand, though). Now let’s see what an individual recipe looks like… Say, for Cucumber Lime Gimlets:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image115.png?323f2c" alt="cooking app" width="300" height="500" /></p>
<p>As you can see, each recipe has two views. The Recipe view looks great for reading the recipe beforehand, when you’re still trying to make up your mind whether or not it’s right for you. The Step-by-step view is for when you’ve already decided to cook, and want to use your phone to guide you through the process. In portrait mode, it looks like this:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image116.png?323f2c" alt="cooking app" width="300" height="500"/></p>
<p>When you flip the device over, the app switches into landscape mode, which also includes a list of ingredients:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image117.png?323f2c" alt="android cooking apps" width="580" height="348"/></p>
<p>Once you’ve started cooking, you don’t have to stay within the same recipe. For example, sometimes you may have something in the oven, and want to browse around looking for other ideas. In that case, ChefTap pins your recipe in a “Now Cooking” category, making it easy to access later:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image118.png?323f2c" alt="android cooking apps" width="300" height="500"/></p>
<p>Now, let’s look at ChefTap’s famed recipe import facilities:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image119.png?323f2c" alt="android cooking apps" width="300" height="500"/></p>
<p>You can sync it with your <a href="http://www.makeuseof.com/tag/7-helpful-online-resources-beginner-cook/">Allrecipes</a> or <a href="http://www.epicurious.com/">Epicurious</a> account, which is great. But you can also just browse to any recipe site on your device and share the recipe with ChefTap, and let it figure it out. We’ve recently published a list of <a href="http://www.makeuseof.com/tag/5-awesome-food-blogs-tantalize-senses-inspire-cook/">5 awesome food blogs</a>, so let’s test ChefTap with one of those. I like <a href="http://thepioneerwoman.com/cooking/">The Pioneer Woman Cooks</a>, so let’ go there on my Android phone:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image120.png?323f2c" alt="" width="300" height="500"/></p>
<p>Okay, so this is a recipe for homemade cinnamon bread. Now let’s try pushing it into ChefTap and see what happens:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image121.png?323f2c" alt="" width="300" height="500" /></p>
<p>You simply share the page (the same way you do for emailing it, for example), and select ChefTap. That’s it! Now let’s go to ChefTap and see what happened:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image122.png?323f2c" alt="" width="300" height="500"/></p>
<p>The recipe appears in the list with all of the other ones, including an image:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image123.png?323f2c" alt="" width="300" height="500" /></p>
<p>Tapping it brings up a view of its ingredients and steps, and includes a direct link to the source:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image124.png?323f2c" alt="" width="300" height="500"/></p>
<p>In this particular case, ChefTap parsed the recipe perfectly, slicing it neatly into ingredients and instructions at exactly the right spot:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image125.png?323f2c" alt="" width="300" height="500"/></p>
<p>This is what the imported recipe looks like in Step by Step view:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image126.png?323f2c" alt="" width="580" height="348"/></p>
<p>Let’s say “1 cup Milk” was actually a step, and tap it to “correct” it:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/image127.png?323f2c" alt="best android cooking app" width="580" height="348"/></p>
<p>You can easily change it to a step, title or a subtitle.</p>
<h2>What’s Missing</h2>
<p>ChefTap is impressive. For a free app, it’s darn near perfect. The only two things I feel are missing is a way to increase the font size in the Step-by- step view, and a built-in unit converter. This particular recipe goes by cups, but some bakers like to weigh their ingredients (they say it’s more accurate that way). A way to convert cups into grams (or whatever weight unit you’re used to) would be an obvious feature, especially given ChefTap’s already impressive parsing ability.</p>
<p>Do you have a favorite recipe app for Android? Tell me about it in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/cook-amazing-food-web-cheftap-android-21/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Epicurious: A Free Recipe &amp; Shopping List App [iOS, WebOS, Android + More]</title>
		<link>http://www.makeuseof.com/tag/epicurious-free-recipe-shopping-list-management-app-ios-webos-android/</link>
		<comments>http://www.makeuseof.com/tag/epicurious-free-recipe-shopping-list-management-app-ios-webos-android/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 23:31:36 +0000</pubDate>
		<dc:creator>Tim Brookes</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[housewives]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[recipes]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=86771</guid>
		<description><![CDATA[Thanks to services like Epicurious, discovering new recipes and food is easier than ever. Now that the website has rolled out a full course of applications for various mobile platforms, this wealth of tasty knowledge fits into the palm of your hand or comfortably on your kitchen worktop. In this article I'll be mainly looking at the iPhone version of the Epicurious app, although the WebOS tablet version gets a decent mention too.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/intro2.jpg?323f2c" alt="shopping app" />Mobile apps have helped change the way we do things for a while now. The humble printed map no longer gets the use it once did, thanks to Twitter there is no longer a reason to spend money on SMS and it&#8217;s been a long time since I picked up a cookery book now I come to think of it.</p>
<p>Thanks to services like Epicurious, discovering new recipes and food is easier than ever. Now that the website has rolled out a full course of applications for various mobile platforms, this wealth of tasty knowledge fits into the palm of your hand or comfortably on your kitchen worktop. In this article I&#8217;ll be mainly looking at the <a href="http://www.makeuseof.com/service/ios">iPhone</a> version of the Epicurious app, although the <a href="http://www.makeuseof.com/tags/webos/">WebOS</a> tablet version gets a decent mention too.</p>
<h2>Find Your Flavour</h2>
<p>As I briefly mentioned above, there are several different versions for different operating systems. As well as iOS versions for both the <a href="http://www.makeuseof.com/tag/ipad">iPad</a> and iPhone/iPod Touch, there is a version for Android phones, Windows Phone 7 devices and the <a href="http://www.makeuseof.com/tag/leatherbound-ebook-price-comparisons-kindle-nook-ibookstore/">Barnes and Noble Nook</a> Color. Oddly enough, the WebOS version is not listed on the official site, although you will find it in the HP App Catalog.</p>
<p>If you don&#8217;t have a compatible tablet or phone then the Epicurious website works just as well but might not be the portable solution you are looking for in the kitchen. Bizarrely enough there are also apps for <a href="http://www.epicurious.com/services/mobile/SamsungRefrigerator">Samsung&#8217;s smart refrigerator</a> and various <a href="http://www.epicurious.com/services/mobile/hpPrinter">HP printers</a>. Download <a href="http://www.epicurious.com/services/mobile">the Epicurious apps</a> now!</p>
<h2>For Starters</h2>
<p>It goes without saying that the main weight of this application revolves around <a href="http://www.makeuseof.com/tag/8-cooking-websites-video-recipes-tasty-visual-tips/">cookery and recipes</a>. On the app&#8217;s opening screen are a list of categories that Epicurious uses to provide quick access to their database. These labels are great, and provide an easy way to browse recipes without simply relying on a search bar (which is, naturally, also present).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/iphone_home.jpg?323f2c" alt="shopping app" width="320" height="480" /></p>
<p>Categories include things like “<em>Weeknight Dinners</em>” and “<em>Vegetarian Mains</em>” as well as skill-dependent titles like “<em>I Can Barely Cook</em>”. Tapping one of these will take you to a big list of recipes, and using the tablet (WebOS) version I was able to sort, favourite, share and so on directly from this view.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/tablet_home.jpg?323f2c" alt="droid shopping app" width="580" height="435" /></p>
<p>Unfortunately on the iPhone it is not possible to sort the recipes according to the date added, relevance, rating and such, though you can add a recipe to your favourites quickly by tapping plus. A bigger screen means more space and a nicer experience, and this is what you&#8217;ll get with both the iPad and WebOS versions.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/tablet_quicksalads.jpg?323f2c" alt="" width="580" height="435" /></p>
<p>The iPhone version shouldn&#8217;t be viewed as bad by any means, and overall the app is responsive and pleasant to use when browsing and viewing recipes. The other tabs are reserved for <em>Search</em>, your <em>Favorites</em>, <em>Info</em> about the app and a <em>Shopping List</em> (more on that later).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/iphone_quicksalads.jpg?323f2c" alt="droid shopping app" width="320" height="480" /></p>
<h2>The Meat &amp; Gravy</h2>
<p>The food on offer, whilst entirely subjective, will probably make you hungry from just browsing. Most recipes are accompanied with a picture, reviews and tips left by those who have tried the concoction and the ability to share, favourite and so on using the plus icon. On tablet versions more space onscreen allows for individual buttons, which makes emailing or saving something for later quick and painless.</p>
<p style="text-align: center;"><img class="alignhttp://www.makeuseof.com" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/iphone_recipe.jpg?323f2c" alt="droid shopping app" width="320" height="480" /></p>
<p>Community involvement is key here, and I&#8217;ve seen multiple instances of users leaving tips, variations, workarounds for allergies and so on in the reviews section so if you do spot something you like it&#8217;s always worth checking the reviews.</p>
<p style="text-align: center;"><img class="alignhttp://www.makeuseof.com" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/tablet_recipe.jpg?323f2c" alt="ipad recipe app" width="580" height="435" /></p>
<p>The WebOS version features a slider which you can move as you complete the recipe. On the iPhone version you can only look at a small portion of the screen at a time, so the slider has been left out (which doesn&#8217;t create that much of a problem).</p>
<h2>Just Desserts</h2>
<p>Finally, for the cook who likes to plan ahead, we have the <a href="http://www.makeuseof.com/tag/5-printable-grocery-list-websites/">shopping list</a> function. With a simple tap of a button (or plus button then <em>Add to Shopping List</em> for iPhone users) the ingredients from your chosen recipe are added to a shopping list in some sort of order.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/iphone_sendmenu.jpg?323f2c" alt="ipad recipe app" width="320" height="480" /></p>
<p>The application groups similar items into one list, so you don&#8217;t even need to make note of the ingredients you need. This is one aspect that the iPhone version really benefits from – portability. Let&#8217;s face it, who wants to carry a tablet around the supermarket when you can quickly check your phone instead?</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/tablet_shoppinglist.jpg?323f2c" alt="shopping app" width="580" height="435" /></p>
<p>This is a decent feature that, whilst not exclusive to Epicurious, might just make you come back to the app a little more often.</p>
<h2>Conclusion</h2>
<p>I first used this app on WebOS and instantly saw it as a useful bit of software. On a tablet it&#8217;s great for browsing categories, finding new recipes as well as checking recipes whilst cooking. The iPhone&#8217;s small screen size does taint the experience slightly, though the app&#8217;s performance doesn&#8217;t suffer and we&#8217;re only a few features away from a top-notch app. There are enough versions of Epicurious available for most people to try it out, and for free there&#8217;s very little to lose!</p>
<p>Have you tried Epicurious? Do you have any other favourite recipe and shopping list apps? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/epicurious-free-recipe-shopping-list-management-app-ios-webos-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>7 Online Resources To Help You Become A Vegetarian</title>
		<link>http://www.makeuseof.com/tag/online-resources-start-vegetarian/</link>
		<comments>http://www.makeuseof.com/tag/online-resources-start-vegetarian/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 23:31:09 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=86307</guid>
		<description><![CDATA[According to a 2008 study conducted on behalf of the magazine Vegetarian Times, roughly 3.2% (7.3 million people) of US adults follow a vegetarian-based diet. I am considering going vegetarian, so I researched some resources about how to make the transition. For you veteran vegetarians out there, please add to this list some of your favorite online resources, in the comments section.]]></description>
			<content:encoded><![CDATA[<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Soy-whey-protein-diet1.jpg?323f2c" alt="vegetarian resources" align="right" /> According to a <a href="http://www.vegetariantimes.com/features/archive_of_editorial/667">2008 study</a> conducted on behalf of the magazine Vegetarian Times, roughly 3.2% (7.3 million people) of US adults follow a vegetarian-based diet. In addition, 10% of US adults, or 22.8 million people, say they largely follow a vegetarian-<em>inclined</em> diet. While there is no way of telling if those numbers are growing, people choose to become vegetarian for <a href="http://www.flex.com/~jai/articles/101.html">several reasons</a>, including improving their overall health, environmental and food safety concerns, weight loss and maintenance, and animal welfare.</p>
<p>I am considering going vegetarian, so I researched some resources about how to make the transition. For you veteran vegetarians out there, please add to this list some of your favorite online resources, in the comments section below. </p>
<h2><a href="http://www.vegetariantimes.com/resources/vegetarian_starter_kit">The Vegetarian Starter Kit</a></h2>
<p>For a well designed and informative introduction to vegetarianism, download a PDF copy of <a href="http://www.vegetariantimes.com/resources/vegetarian_starter_kit/">The Vegetarian Starter Kit</a>. This thirteen page guide includes information about basic vegetarian foods, the &#8220;protein myth&#8221;, the four vegetarian food groups, achieving and maintaining a healthy weight, tips for making the switch, and vegetarian diets for children and pregnant women.</p>
<p style="text-align: center;"><img class="aligncenter" style="border-color: initial; border-style: initial; border-width: 0px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/screenshot1108.jpg?323f2c" alt="vegetarian resources" width="323" height="406" border="0" /></p>
<p>A handy little section in the guide called &#8220;the veganizer&#8221; provides suggestions for replacing your existing meals with low-fat vegan meals, e.g. if you regularly eat a doughnut in the morning for breakfast, you might try cinnamon raisin toast with jam as a vegetarian substitute.</p>
<h2><a href="https://www.vegsoc.org/">The Vegetarian Society</a></h2>
<p>To keep yourself well informed about the vegetarian lifestyle, you&#8217;ll want to subscribe to the Vegetarian Society newsletter. The Society defines a vegetarian as &#8220;<em>someone living on a diet of grains, pulses, nuts, seeds, vegetables and fruits with or without the use of dairy products and eggs. A vegetarian does not eat any meat, poultry, game, fish, shellfish or by-products of slaughter</em>&#8220;.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/screenshot1110.jpg?323f2c" alt="vegetarian websites" width="489" height="380" border="0" /></p>
<p>The Vegetarian Society includes news and related events, as well as links to associated sites for National Vegetarian Week, and the Young Veggies.</p>
<h2>YouTube Videos</h2>
<p>To hear the experiences and advice of one person who has made the transition to a vegetarian lifestyle, check out  <a href="http://www.youtube.com/user/letsgetraw">Journal in Raw</a>, which features over forty videos geared toward people who were making the transition to a raw food diet.</p>
<p><object width="580" height="465" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KUUn0odd_cA?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="580" height="465" type="application/x-shockwave-flash" src="http://www.youtube.com/v/KUUn0odd_cA?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>Recent videos on the channel include, <a href="http://www.youtube.com/watch?v=825DfYxQfSU">Snack Alternatives for Those Transitioning</a>, <a href="http://www.youtube.com/watch?v=oMItEbOqLyM">Bread Substitutes</a> and <a href="http://www.youtube.com/watch?v=lHxNtcKXR1E">Raw FoodDetox Diet</a>.</p>
<p>Another related and useful YouTube series is the five-part, <a href="http://www.youtube.com/user/FunVegan">Vegetarian Shopping Hints from Vegan Gal</a>.</p>
<p><object width="580" height="465" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yMXpX4lS2xo?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="580" height="465" type="application/x-shockwave-flash" src="http://www.youtube.com/v/yMXpX4lS2xo?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<h2><a href="http://vegweb.com/">VegWeb</a></h2>
<p>No doubt the biggest concern to making a transition to a vegetarian diet is what is there to eat? While there are several cookbooks on the subject, <a href="http://www.vegweb.com">VegWeb</a> seems to be a good introduction to over 15,000 recipes that you can research by category, such as appetizers, beverages, breads, casseroles, slow cooker recipes, desserts, fruits and vegetables.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/screenshot1112.jpg?323f2c" alt="vegetarian websites" width="488" height="249" border="0" /></p>
<p>VegWeb is well designed with a user forum, coupons, and links to other sources.</p>
<h2><a href="http://www.VegDining.com/home.cfm">VegDining</a></h2>
<p>VegDining addresses another challenge for going vegetarian, i.e. where to eat out? This site is a resource bank of restaurants and other eateries around the world that provide vegetarian meals. You can easily search your city for vegetarian restaurants, and you get the opportunity to write a review of the places you have eaten at.</p>
<h2><a href="http://www.savvyvegetarian.com">Savvy Vegetarian</a></h2>
<p>The Savvy Vegetarian website includes a large assortment of recipes, shopping and cooking tips, and articles about going vegetarian, health, lifestyle, nutrition, and vegetarian children.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Screen-shot-2011-09-07-at-8.23.36-PM.png?323f2c" alt="best vegetarian websites" width="580" height="84" border="0" /></p>
<h2><a href="http://itunes.apple.com/us/app/vegan-recipe-finder/id377593431?mt=8#">Vegan Recipe Finder</a></h2>
<p>There doesn&#8217;t appear to be a good free vegetarian recipe app for the iPhone, but <a href="http://itunes.apple.com/us/app/vegan-recipe-finder/id377593431?mt=8#">Vegan Recipe Finder</a> is a very affordable option for $2.99. The app includes 13,000 vegan recipes (with photos) and a handy grocery list maker. Recipes can be sorted alphabetically by rating or by number of views.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/screenshot1111.jpg?323f2c" alt="vegetarian resources" width="580" height="418" border="0" /></p>
<p>Whatever your reasons are for going vegetarian, these websites show that making the transition may not be as difficult as you think.</p>
<p>If you already live on a vegetarian diet, let us know how you got started, and what challenges you face if any in the comments below.  What vegetarian resources and websites do you use?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/online-resources-start-vegetarian/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Find Recipes To Share on Facebook With Foodily</title>
		<link>http://www.makeuseof.com/tag/find-recipes-share-facebook-foodily/</link>
		<comments>http://www.makeuseof.com/tag/find-recipes-share-facebook-foodily/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 19:01:01 +0000</pubDate>
		<dc:creator>Angela Alcorn</dc:creator>
				<category><![CDATA[Facebook & Twitter]]></category>
		<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[housewives]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=86383</guid>
		<description><![CDATA[How do you share your favourite recipes with friends? Do you write them out? Send emails? Post links on Twitter or Facebook? And how do you find out which recipes your friends like? Do you have a handful of friends who always cook fantastic food? Wouldn't you love to find out which recipes they're enjoying?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-300x300.png?323f2c" alt="share recipes on facebook" />How do you share your favourite recipes with friends? Do you write them out? Send emails? Post links on Twitter or Facebook? And how do you find out which recipes your friends like? Do you have a handful of friends who always cook fantastic food? Wouldn&#8217;t you love to find out which recipes they&#8217;re enjoying?</p>
<p>Facebook users visit the social networking site almost every day to share links and random information. It&#8217;s therefore great news that Facebook now has a really integrated recipe application by Foodily for everyone to make use of. While the <a href="http://www.foodily.com/">Foodily</a> website itself is already incredibly useful, this new Facebook application is the ultimate way to share and explore recipes with your friends and family.</p>
<h2>Check Out Foodily</h2>
<p>Firstly, you can sign up for <a href="http://www.foodily.com/">Foodily</a> itself on their website with either an email address or a Facebook Connect login. There&#8217;s no need to use the Facebook application at all, but it does make it more sociable if you do!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-what-next.jpg?323f2c" alt="share recipes on facebook" /></p>
<p>If you sign up with an email address, it&#8217;s possible to use Facebook Connect to find your friends later.</p>
<p>Once you&#8217;re signed in, you&#8217;ll see that Foodily revolves around providing you with a recipe &#8220;Feed&#8221;. This feed is made up of recipes your friends like &#8211; and to get you started Foodily has added you as a friend so you can see their recommended recipes.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Browse-Feed-Recipes.jpg?323f2c" alt="facebook recipes" /></p>
<h2>Search Recipes By Ingredient</h2>
<p>Foodily claims to have the world&#8217;s largest recipe database since it links in to many of the biggest databases and blogs. The search function is also quite sophisticated, allowing you to quickly find the exact recipe you need.</p>
<p>At the top of all pages in Foodily is the search bar, allowing you to search for anything in the Foodily collection. Results can be limited by low-fat, low-carb, top rated, blogs only and more.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Recipe-Results-Browse.jpg?323f2c" alt="facebook recipes" /></p>
<p>If you want to be able to exclude certain ingredients as well, go back to the home page to enter in your search.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Main-Search.jpg?323f2c" alt="facebook recipes" /></p>
<p>Then all you do is browse away. Foodily gives you a link to the creator of the recipe and a brief list of ingredients. So, you&#8217;re always going to refer to the original creator in order to obtain the method for cooking.</p>
<p>If you scroll down to the bottom of the page you&#8217;ll see Foodily have also offered some suggested categories for you to browse for great recipes.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Suggested-Search1.png?323f2c" alt="share recipes on facebook" /></p>
<h2>Install The Facebook Foodily Application</h2>
<p>If you&#8217;d like to use Foodily inside Facebook as well, the application can be found <a href="http://apps.facebook.com/foodily/">here</a>. The interface within Facebook looks very much like the original website, so there&#8217;s no surprises when it comes to usage.</p>
<h2>Recipes To Share With Your Friends</h2>
<p>Whenever you see a recipe you like in Foodily, you just hover your mouse over it and you&#8217;ll see a heart icon. Click that and you&#8217;ve saved it as a favourite. This is all it takes to share the recipes with friends both on Foodily and using Facebook.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Save.png?323f2c" alt="share recipes online" /></p>
<p>Another link will pop-up after you&#8217;ve saved offering the ability to save the recipe to a list, such as for entertaining, kid-friendly or some other list name you&#8217;d prefer to use.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Add-To-List.png?323f2c" alt="share recipes online" /></p>
<p>Later, you can easily browse your own favourite recipes by checking out your saved recipes and browsing your lists.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/Foodily-Recipe-Detail.jpg?323f2c" alt="share recipes online" /></p>
<h2>Competition</h2>
<p><a href="http://www.foodily.com/">Foodily</a> is one of many great <a href="http://www.makeuseof.com/tags/recipes/">recipe</a> sites available, including <a href="http://www.makeuseof.com/tag/browse-gorgeous-recipes-stumbleuponstyle-gojee/">Gojee</a>, <a href="http://www.makeuseof.com/tag/kitchen-monki-complete-recipe-management-website/">Kitchen Monki</a>, <a href="http://www.makeuseof.com/tag/punchfork-social-aggregator-recipes-world/">Punchfork</a> and <a href="http://www.makeuseof.com/tag/yummly-recipe-search-engine-spice-cooking/">Yummli</a>. They all have their strengths and weaknesses, but you can&#8217;t help but love to browse them all!</p>
<p>What do you think is the most important feature of a good recipe search site? Do you love to share with your friends? Is the search capability more important than the size of the database? Why or why not?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/find-recipes-share-facebook-foodily/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 3/14 queries in 0.020 seconds using apc
Object Caching 736/761 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 14:45:41 -->
