<?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>Fish Recipes - Wild Game Recipes</title>
	<atom:link href="http://www.gameandfishrecipes.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gameandfishrecipes.com</link>
	<description>Wild game recipes and fish recipes to enjoy throughout the seasons.</description>
	<lastBuildDate>Thu, 14 May 2009 18:27:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fish Batter Recipe</title>
		<link>http://www.gameandfishrecipes.com/fish-batter-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/fish-batter-recipe.php#comments</comments>
		<pubDate>Thu, 14 May 2009 18:27:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Catfish Recipes]]></category>
		<category><![CDATA[Halibut Recipes]]></category>
		<category><![CDATA[Walleye Recipes]]></category>

		<guid isPermaLink="false">http://www.gameandfishrecipes.com/?p=211</guid>
		<description><![CDATA[Fish Batter Recipe
This is one of our favorite fish batter recipes and it serves 4 							-6 people.  This can work on pretty much any white fish.  We use this often on our freshwater walleyes, pike, ...]]></description>
			<content:encoded><![CDATA[<h1>Fish Batter Recipe</h1>
<p class="servings">This is one of our favorite fish batter recipes and it serves 4 							-6 people.  This can work on pretty much any white fish.  We use this often on our freshwater walleyes, pike, perch, and crappies.</p>
<div id="scale" style="display: none;">
<form action="/Long-John-Silvers-Fish-Batter-42780" method="get"> Change to:  			<label><br />
<input name="scaleto" size="3" type="edit" value="4" /> Servings </label> <label><br />
<input name="sys" type="radio" value="e" /> US </label> <label><br />
<input name="sys" type="radio" value="m" /> Metric </label><br />
<input type="submit" value="Update" /> <a class="noprint" onclick="hideinline('servings'); hideinline('time'); hideinline('scale'); hideinline('change'); return false" href="javascript:void(0);"><img src="http://img.recipezaar.com/closex.gif" alt="Close" /></a> </form>
</div>
<div id="reviewcomments" class="popup" style="display: none;"><span class="inline_rating"></p>
<ul class="star-rating">
<li><a class="one-star" title="1 star out of 5" onclick="clickStars(1);return false;" href="javascript:void(0)">1</a></li>
<li><a class="two-stars" title="2 stars out of 5" onclick="clickStars(2);return false;" href="javascript:void(0)">2</a></li>
<li><a class="three-stars" title="3 stars out of 5" onclick="clickStars(3);return false;" href="javascript:void(0)">3</a></li>
<li><a class="four-stars" title="4 stars out of 5" onclick="clickStars(4);return false;" href="javascript:void(0)">4</a></li>
<li><a class="five-stars" title="5 stars out of 5" onclick="clickStars(5);return false;" href="javascript:void(0)">5</a></li>
</ul>
<p></span></p>
<p id="clear-my-rating"><a onclick="clickStars(0);return false;" href="javascript:void(0)">clear stars</a></p>
<h3>Write a Review! <span class="tip">(optional)</span></h3>
<form id="reviewform" action="javascript:void(0);">
<input id="reviewrating" name="rating" type="hidden" value="0" />
<input name="rid" type="hidden" value="42780" /> <textarea id="reviewtext" cols="28" rows="10" name="text"></textarea><button class="submit" onclick="clickSubmitReview()">Submit</button> <button class="cancel" onclick="clickCancelReview()">Cancel</button></p>
</form>
</div>
<p><script type="text/javascript"><!--
var g_rid='42780';
var g_review_default="Discuss the taste, how difficult it was to make, any adaptations you made or menu suggestions. If you did not like it, please explain why or provide constructive criticism."</p>
<p>function hideinline(el,img) {
        if (document.getElementById(el).style.display == "none" ) {
                document.getElementById(el).style.display = "inline"
                if (img) document.getElementById(img).src="http://img.{$mydomain}/images/2008/minus_sign_brownbkgrnd.gif";
        }
        else {
                document.getElementById(el).style.display = "none"
                if (img) document.getElementById(img).src="http://img.{$mydomain}/images/2008/plus_sign_brownbkgrnd.gif";
        }
        if (typeof t != 'undefined') xe(t);
}</p>
<p>function clickRateItNow(){
	if (!g_app.user.id) {
		window.location='/members/login.php?url=/'+g_rid+'&amp;msg=addreview';
	}
	else {
		Element.show($('reviewcomments'));
		positionObjectToElement(document.getElementById('rate_it'), document.getElementById('reviewcomments'), 0, 0);
	}
}</p>
<p>function findPos(pObject) {
     var _currentLeft = _currentTop = 0;
     if (pObject.offsetParent) {
          _currentLeft = pObject.offsetLeft
          _currentTop = pObject.offsetTop
          while (pObject = pObject.offsetParent) {
               _currentLeft += pObject.offsetLeft
               _currentTop += pObject.offsetTop
          }
     }
     return [_currentLeft, _currentTop];
} </p>
<p>function positionObjectToElement(pObject, pThis, pOffsetX, pOffsetY) {
     var _coordinates = findPos(pObject);
     pThis.style.top = _coordinates[1] + pOffsetY + "px";
     pThis.style.left = _coordinates[0] + pOffsetX + "px";
}</p>
<p>function clickStars(v_star_rating){
	$('reviewrating').value=v_star_rating;
	showStars(v_star_rating);
}</p>
<p>function clickCancelReview() {
	Element.hide($('reviewcomments'));
	return false;
}</p>
<p>function clickSubmitReview() {
	var text=$F('reviewtext').replace(/^ +/,'');
	var rating=$('reviewrating').value;
	var textlength = text.length;
	var rform = Form.serialize($('reviewform'));
	// Verify that there's either a rating or there's text
	if (rating==0 &amp;&amp; (textlength==0 || text == g_review_default)) {
		alert('You didn\'t add a rating or any comments.');
	}
	else {
		if ( text == g_review_default) Element.update('reviewtext', '');
		Element.hide($('reviewcomments'));
		new Ajax.Request(
			'/services/rest/recipes/postreview',
			{
				method:'post',
				parameters: Form.serialize($('reviewform')),
				onComplete: showPostedReview
			}
		);
	}
}</p>
<p>function selectReviewText() {
	document.getElementById('reviewtext').focus();
	document.getElementById('reviewtext').select();
}</p>
<p>function showPostedReview(doc) {
	var err=doc.responseXML.getElementsByTagName('error');
	if (err.length) {
		Element.update('status',"&lt;span class='answer'&gt;That didn't work: " + RzXMLUtil.textOfElement(err[0],'msg')+"&lt;/span&gt;");
	}
	else {
		Element.hide($('reviewcomments'));
		Element.show($('reviewsubmitted'));
		showStars($F('reviewrating'));
	}
}</p>
<p>/*
function showRatingDesc(v_star_rating) {
	switch (v_star_rating) {
		case 1: Element.update('star_rating_desc', "Didn't Like It");
		case 2: Element.update('star_rating_desc', "OK");
		case 3: Element.update('star_rating_desc', "Liked it");
		case 4: Element.update('star_rating_desc', "Loved it");
		case 5: Element.update('star_rating_desc', "Outstanding");
		default: ELement.update('star_rating_desc', "");
	}
	return true;
}
*/</p>
<p>function showStars(v_star_rating) {
//	var v_per_rating=(v_star_rating/5)*100;
	var v_width="width: " + (v_star_rating/5)*100 + "%;";
	$('star_list').setStyle(v_width);
	$('star_list').style.backgroundPosition="left center";
	return false;
}</p>
<p>if (g_app.user.id) {
	if(g_app.user.lim_rnotes) {
		$('recnote-form').action="/recipe/note?rid="+g_rid;
	}
	var brow=g_app.getBrowser();
	var opt='';
	// Fix IE's caching bug
	if (brow &amp;&amp; brow.name=='MSIE') {
		var d=new Date();
		opt='?fixIE='+d.getTime();
	}</p>
<p>	new Ajax.Request('/services/rest/recipes/p13n.php'+opt,{
		method: 'get',
		parameters: 'rid='+g_rid,
		onSuccess: function(req) {
			var pdata=eval('('+req.responseText+')');</p>
<p>			if (pdata.review) {
				$('reviewrating').value=0;
				showStars(0);
				Element.update('reviewtext', g_review_default);</p>
<p>				if (pdata.review.textplain.length &gt; 0) {
					Element.update('reviewtext', pdata.review.textplain);
				}</p>
<p>				var star_rating=pdata.review.rating;
				if(star_rating &gt; 0) {
					$('reviewrating').value=pdata.review.rating;
					showStars(star_rating);
				}
			}
			if (pdata.note) {
				Element.show($('recnote'));
				var d=new Date(pdata.note.ptime*1000);
				Element.update('recnote-time',d.toLocaleDateString());
				Element.update('recnote-text', pdata.note.text);
				$('recnote-text-plain').value=pdata.note.textplain;</p>
<p>			}
		}
	})</p>
<p>				//var d=new Date(pdata.review.time*1000);
}
// --></script></p>
<p><!--concordance-begin--></p>
<div class="item articles">
<h3>Ingredients</h3>
<ul>
<li> 1 cup flour</li>
<li> 2 tablespoons cornstarch</li>
<li>2 tablespoons bread crumbs</li>
<li>1/2 teaspoon baking soda</li>
<li> 1/2 teaspoon baking powder<a href="http://www.recipezaar.com/library/getentry.zsp?id=6"></a></li>
<li> 1/4 teaspoon salt</li>
<li>1/4 teaspoon garlic salt</li>
<li> 1 cup water<a href="http://www.recipezaar.com/library/getentry.zsp?id=459"></a></li>
</ul>
<h3>Directions</h3>
<ol>
<li>Sift all of the dry ingredients together.</li>
<li>Add water and mix the rest of the ingredients until smooth.</li>
<li>Coat the fish fillets.</li>
<li>Cover the fish completely in oil (I use vegetable oil).</li>
<li>Deep fry until a nice golden brown.  It&#8217;ll float when ready.</li>
</ol>
<p>This is a simple <strong>fish batter recipe</strong> that is a great crowd pleaser!</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Ffish-batter-recipe.php&amp;linkname=Fish%20Batter%20Recipe"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/fish-batter-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crock Pot Goose</title>
		<link>http://www.gameandfishrecipes.com/crock-pot-goose.php</link>
		<comments>http://www.gameandfishrecipes.com/crock-pot-goose.php#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:53:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Goose Recipes]]></category>

		<guid isPermaLink="false">http://www.gameandfishrecipes.com/?p=208</guid>
		<description><![CDATA[One of my favorite ways to cook geese is by using a crock pot.  Slow cooking allows the meat to be very tender and to soak in the flavors of whatever you&#8217;re adding to it.  ...]]></description>
			<content:encoded><![CDATA[<p>One of my favorite ways to cook geese is by using a crock pot.  Slow cooking allows the meat to be very tender and to soak in the flavors of whatever you&#8217;re adding to it.  Let&#8217;s first talk about how I prep for the crock pot, then I&#8217;ll have a couple goose crock pot recipes you can try.</p>
<p>First things first, we need as many goose breasts as you feel is needed for the party you&#8217;re feeding.  I generally thing of 2 goose breasts per person, as it does become loose meat by the time it&#8217;s ready.</p>
<p>I like to cut the goose breasts about 1/4 &#8211; 1/2 inch thick, and to cut against the grain at an angle.  I find this allows the flavors to penetrate the meat even better.</p>
<p>After you have cut up your goose meat, I then will wash it thoroughly, allowing as much blood to drain as possible.  Sometimes I&#8217;ll also let it sit in the fridge overnight in saltwater or milk (to help pull all the blood out of the goose breast meat).</p>
<p>Keep in mind, goose legs also make for great appetizers out of the crock pot, but I&#8217;ll get to that later.</p>
<p>When I get up in the morning to hunt, I like to stick the meat in the crock pot and set it on low.  That way, when the hunt is over, it&#8217;s ready to eat.</p>
<h1>Crock Pot Goose Recipes</h1>
<p><strong>BBQ Goose</strong></p>
<p>Simply add the goose strips into the crock pot, and cover with BBQ sauce.  Make sure there&#8217;s enough sauce to completely cover the goose.  Turn it on low and 4-5 hours later you&#8217;ve got AWESOME BBQ Goose Sandwhiches.  Just use buns, more BBQ sauce, mustard, or whatever you prefer as condiments.  So easy and always a crowd pleaser.</p>
<p><strong>Sauerkraut Goose</strong></p>
<p>Simple add the goose trips to the crock pot, and cover with sauerkraut.  Again, like the BBQ, make sure there&#8217;s enough to cover all the goose meat.  Turn on low, and allow around 4-5 hours to cook.  We then make Reuben sandwhiches out of the meat and sauerkraut.  Use rye bread, 1000 island dressing, pepper jack cheese and your guests won&#8217;t believe it&#8217;s goose.</p>
<p>Give the crockpot a try for your goose, you&#8217;ll be glad you did.</p>
<p>Also for you snow goose hunters, check out the GooseGetter <a title="Snow Goose Callers" href="http://www.goosegetter.com" target="_blank">snow goose callers</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fcrock-pot-goose.php&amp;linkname=Crock%20Pot%20Goose"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/crock-pot-goose.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fried Walleye Recipes</title>
		<link>http://www.gameandfishrecipes.com/fried-walleye-recipes.php</link>
		<comments>http://www.gameandfishrecipes.com/fried-walleye-recipes.php#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:36:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Walleye Recipes]]></category>
		<category><![CDATA[fried walleye recipe]]></category>
		<category><![CDATA[walleye recipes]]></category>

		<guid isPermaLink="false">http://www.gameandfishrecipes.com/?p=192</guid>
		<description><![CDATA[There are a wide variety of fried walleye mixtures available, such as Shore Lunch.  These are great and easy, but sometimes I don&#8217;t have them and want to make my own.  If you ...]]></description>
			<content:encoded><![CDATA[<p>There are a wide variety of fried walleye mixtures available, such as Shore Lunch.  These are great and easy, but sometimes I don&#8217;t have them and want to make my own.  If you want to change this fried walleye recipe, simply change the mixture.</p>
<h1>Fried Walleye Recipe</h1>
<p>2 cups Bread Crumbs<br />
1 tbsp of Cajun Seasoning<br />
1 tbsp Lawry&#8217;s Seasoning Salt<br />
A few shakes of pepper</p>
<p>A bowl full of a cup of flour<br />
2 eggs (whipped and set aside in a bowl)<br />
Pan with bottom covered in Oil (oil of choice: vegetable)</p>
<p>(note: you can substitute the cajun seasoning with Italian seasonings and change the bread crumbs to Italian bread crumbs)</p>
<p><strong>Fried Walleye Recipe Preparation</strong>:</p>
<p>I start by tossing the walleye fillets into the flour &#8211; coat both sides.</p>
<p>I then put the flour-covered walleye fillets into the whipped egg.</p>
<p>I then put the bread crumb mixture all into a 1-gallon zip lock bag.  I add the walleye fillets into the bag and shake until they are all coated.</p>
<p>In a pan, cover the bottom with oil and turn to medium.  When I add a drop of water into the oil and it crackles, it&#8217;s ready.</p>
<p>Go ahead and cook on each side for approx. 3 minutes.  If you have a lot of oil, the fish will float when done.  The coating should be slightly browned.</p>
<p>Go ahead and garnish with a lemon wedge and sauce of choice.</p>
<p>Probably one of the simplest and best tasting fried walleye recipes.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Ffried-walleye-recipes.php&amp;linkname=Fried%20Walleye%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/fried-walleye-recipes.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deer Tenderloin Recipes</title>
		<link>http://www.gameandfishrecipes.com/deer-tenderloin-recipes.php</link>
		<comments>http://www.gameandfishrecipes.com/deer-tenderloin-recipes.php#comments</comments>
		<pubDate>Fri, 28 Nov 2008 06:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Venison Recipes]]></category>
		<category><![CDATA[deer tenderloin recipes]]></category>

		<guid isPermaLink="false">http://www.gameandfishrecipes.com/?p=181</guid>
		<description><![CDATA[This is one of our simplest deer tenderloin recipes.
Deer Tenderloin Recipes
Deer Tenderloin Recipe Ingredients:
Venison steaks cut 1/4 inch thick
2 tbsp. soy sauce
1 tbsp. ketchup
1 tbsp. vegetable oil
1/3 tsp. crushed oregano
1 1/1 tsp. garlic salt
1/2 tsp. ...]]></description>
			<content:encoded><![CDATA[<p>This is one of our simplest <strong>deer tenderloin recipes</strong>.</p>
<h1>Deer Tenderloin Recipes</h1>
<p><strong>Deer Tenderloin Recipe Ingredients</strong>:</p>
<div style="padding-left: 20px; color: black;">Venison steaks cut 1/4 inch thick<br />
2 tbsp. soy sauce<br />
1 tbsp. ketchup<br />
1 tbsp. vegetable oil<br />
1/3 tsp. crushed oregano</div>
<div style="padding-left: 20px; color: black;">1 1/1 tsp. garlic salt<br />
1/2 tsp. pepper</div>
<p>Mix all ingredients excluding the steak in a large shallow bowl. Add deer tenderloin strips and make sure the saucy mixture covers them all.  Cover the dish and marinate 4 hours in the refrigerator. Remove the tenderloin strips from the marinade and broil, bbq, or grill to the desired doneness.</p>
<p>This is a fantastic way to cook your deer tenderloins.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fdeer-tenderloin-recipes.php&amp;linkname=Deer%20Tenderloin%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/deer-tenderloin-recipes.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pan Seared Salmon Recipe</title>
		<link>http://www.gameandfishrecipes.com/pan-seared-salmon-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/pan-seared-salmon-recipe.php#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:58:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Recipe Videos]]></category>
		<category><![CDATA[Salmon Recipes]]></category>
		<category><![CDATA[pan seared salmon recipe]]></category>
		<category><![CDATA[salmon recipes]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=163</guid>
		<description><![CDATA[Here is a how-to salmon recipe video for Pan Seared Salmon with Cherries and Olives.
]]></description>
			<content:encoded><![CDATA[<p>Here is a how-to salmon recipe video for Pan Seared Salmon with Cherries and Olives.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fpan-seared-salmon-recipe.php&amp;linkname=Pan%20Seared%20Salmon%20Recipe"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/pan-seared-salmon-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baked Rabbit Recipes</title>
		<link>http://www.gameandfishrecipes.com/baked-pheasant-recipe-2.php</link>
		<comments>http://www.gameandfishrecipes.com/baked-pheasant-recipe-2.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 04:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rabbit Recipes]]></category>
		<category><![CDATA[baked rabbit recipe]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=160</guid>
		<description><![CDATA[This is one of our featured baked rabbit recipes.
Baked Rabbit Recipe
This baked rabbit recipe is so easy, yet so delicious your family will think you&#8217;ve slaved away all day in the kitchen!
2 rabbits, cut into ...]]></description>
			<content:encoded><![CDATA[<p>This is one of our featured <b>baked rabbit recipes</b>.</p>
<h1>Baked Rabbit Recipe</h1>
<p>This baked rabbit recipe is so easy, yet so delicious your family will think you&#8217;ve slaved away all day in the kitchen!</p>
<p>2 rabbits, cut into 6 pieces<br />
3 cups tomato sauce<br />
2 medium diced onions<br />
½ cup flour<br />
1 diced garlic clove<br />
1 tablespoon chopped parsley<br />
Worcestershire sauce<br />
Salt and pepper<br />
Canola oil</p>
<p>Brown onion in oil in a frying pan. Meanwhile mix tomato sauce, garlic, parsley, Worcestershire sauce and salt in a saucepan. Add browned onion and simmer. Lightly cover rabbit pieces with flour, salt and pepper. Brown rabbit on both sides, place in baking dish. Pour sauce over rabbit and bake for 1 hours at 325ºF.</p>
<p>This baked rabbit recipe will be sure to be a favorite.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fbaked-pheasant-recipe-2.php&amp;linkname=Baked%20Rabbit%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/baked-pheasant-recipe-2.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rabbit Stew Recipes</title>
		<link>http://www.gameandfishrecipes.com/rabbit-stew-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/rabbit-stew-recipe.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rabbit Recipes]]></category>
		<category><![CDATA[rabbit stew recipe]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=157</guid>
		<description><![CDATA[Check out our highlighted rabbit stew recipes.
Rabbit Stew Recipe
Please note: make certain that all blood and fluff are removed from the rabbit meat before you begin to prepare your rabbit stew recipe.
4 pound rabbit, jointed
¼ ...]]></description>
			<content:encoded><![CDATA[<p>Check out our highlighted <b>rabbit stew recipes</b>.</p>
<h1>Rabbit Stew Recipe</h1>
<p>Please note: make certain that all blood and fluff are removed from the rabbit meat before you begin to prepare your rabbit stew recipe.</p>
<p>4 pound rabbit, jointed<br />
¼ pt white wine<br />
2 oz butter<br />
½ pt chicken stock<br />
2 tablespoon double cream<br />
2 tablespoon seasoned flour<br />
1 clove of garlic<br />
2 teaspoons cornflour<br />
2 teaspoons tomato puree<br />
1 tablespoon parsley<br />
1 bouquet garni<br />
Extra parsley<br />
Salt and pepper, to taste</p>
<p>Cover the rabbit with seasoned flour and fry in butter, browning on all sides. Add the stock, wine and tomato puree. Bring to a boil. Next, add the bouquet garni, crushed garlic clove and season with salt, pepper and parsley to taste. Reduce the heat and cook for about 1 ½ – 2 hours or until meat is tender. Place rabbit on a serving dish, keeping warm. Remove the bouquet garni and transfer sauce to a saucepan. Mix the cornflour and cream, stirring into the sauce until thick. Pour sauce over rabbit and garnish with parsley if desired. Your guests will be wowed by this rabbit stew recipe.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Frabbit-stew-recipe.php&amp;linkname=Rabbit%20Stew%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/rabbit-stew-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venison Sausage Recipes</title>
		<link>http://www.gameandfishrecipes.com/venison-sausage-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/venison-sausage-recipe.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Venison Recipes]]></category>
		<category><![CDATA[venison sausage recipe]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=154</guid>
		<description><![CDATA[Here is one of our user submitted venison sausage recipes.
Spicy Venison Sausage Recipe
Ingredients
5 pounds of ground venison
4 pounds pork jowls
1 pound beef
3 tablespoon salt
2 tablespoons fresh ground black pepper
3 tablespoons of fennel seed
4 tablespoons crushed ...]]></description>
			<content:encoded><![CDATA[<p>Here is one of our user submitted <strong>venison sausage recipes</strong>.</p>
<h1>Spicy Venison Sausage Recipe</h1>
<p>Ingredients<br />
5 pounds of ground venison<br />
4 pounds pork jowls<br />
1 pound beef<br />
3 tablespoon salt<br />
2 tablespoons fresh ground black pepper<br />
3 tablespoons of fennel seed<br />
4 tablespoons crushed red pepper<br />
2 tablespoons sugar<br />
1 large onion chopped fine<br />
1 tablespoon fresh sage chopped fine<br />
8 cloves of garlic chopped fine<br />
2 jalepenos chopped<br />
sausage casings (natural sheep casing is best, talk to local butcher shop for these)</p>
<p>Mix all of the ingredients together thoroughly in a large bowl. Allow the ingredients to sit over night in the refrigerator. Now run the mixed sausage through the grinder one more time with the stuffer attachment and stuff into casings. This venison sausage recipe can be cooked without casings in a patty but the casings will help hold in the natural juices and flavor of the meat. Sausage can also be smoked in a smoker to add extra flavor.</p>
<p>This is a darn good venison sausage recipie.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fvenison-sausage-recipe.php&amp;linkname=Venison%20Sausage%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/venison-sausage-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venison Jerky Recipes</title>
		<link>http://www.gameandfishrecipes.com/venison-jerky-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/venison-jerky-recipe.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:48:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Venison Recipes]]></category>
		<category><![CDATA[venison jerky recipe]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=151</guid>
		<description><![CDATA[Here is one of our staff venison jerky recipes.
Venison Jerky Recipe
Ingredients
2 pound of boneless Venison
¼ cup soy sauce
1 tablespoon Worcestershire sauce
½ teaspoon fresh ground pepper
½ teaspoon garlic powder
½ teaspoon onion powder
1 teaspoon liquid smoke
Remove all ...]]></description>
			<content:encoded><![CDATA[<p>Here is one of our staff <b>venison jerky recipes</b>.</p>
<h1>Venison Jerky Recipe</h1>
<p>Ingredients</p>
<p>2 pound of boneless Venison<br />
¼ cup soy sauce<br />
1 tablespoon Worcestershire sauce<br />
½ teaspoon fresh ground pepper<br />
½ teaspoon garlic powder<br />
½ teaspoon onion powder<br />
1 teaspoon liquid smoke</p>
<p>Remove all of the fat from meat and slice into ¼ inch thick slices. Try to utilize the full length of the meat. (Allows faster layout of meat when drying.) Combine everything except meat in bowl large enough to hold ingredients and meat. Stir ingredients until seasoning is dissolved then add meat. Marinate overnight. Hang directly on oven racks dry meat on lowest possible setting. Dry until meat is hard and dry to the touch. Cool and store in plastic bags.</p>
<p>This simple easy to use venison jerky recipe will be a hit in the house and in camp.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fvenison-jerky-recipe.php&amp;linkname=Venison%20Jerky%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/venison-jerky-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Venison Steak Recipes</title>
		<link>http://www.gameandfishrecipes.com/venison-steak-recipe.php</link>
		<comments>http://www.gameandfishrecipes.com/venison-steak-recipe.php#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Venison Recipes]]></category>
		<category><![CDATA[venison steak recipe]]></category>

		<guid isPermaLink="false">http://flyfishingfever.com/wordpress/?p=148</guid>
		<description><![CDATA[Check out one of our many venison steak recipes.
Swiss Venison Steak Recipe
Ingredients
2 pounds of venison steak (back strap works great)
¼ cup of flour
pinch of salt, pepper and garlic salt
3 onions
1 celery stack chopped
1 cup tomato ...]]></description>
			<content:encoded><![CDATA[<p>Check out one of our many <b>venison steak recipes</b>.</p>
<h1>Swiss Venison Steak Recipe</h1>
<p>Ingredients</p>
<p>2 pounds of venison steak (back strap works great)<br />
¼ cup of flour<br />
pinch of salt, pepper and garlic salt<br />
3 onions<br />
1 celery stack chopped<br />
1 cup tomato sauce<br />
2.5 tablespoons Worcestershire sauce</p>
<p>Cut meat into bite size pieces. In small bowl mix flour, salt, pepper, and garlic salt. Dust pieces of meat with mixture and pan fry in butter or oil until brown. Add onions, tomato sauce, and Worcestershire sauce. Simmer for 1.5 hours.</p>
<h1>Peppercorn Venison Steak Recipe</h1>
<p>Ingredients</p>
<p>1 ½ pounds of venison back strap cut ½ inch thick<br />
3 tablespoons olive oil<br />
4 tablespoons shallots chopped<br />
1 tablespoon butter<br />
2 tablespoons fresh ground peppercorns<br />
1/3 cup brandy<br />
¼ cup red wine<br />
1 cup beef stock<br />
1/3 cup sour cream</p>
<p>Warm butter and olive oil in large skillet<br />
over medium high heat. (Be careful not to get it too hot.) Salt and pepper back strap on each side. Sear each side of steak quickly. (Do not overcook. Meat should be medium rare.) Place the venison in a oven safe pan and place in oven on warm. Add the shallots, and fresh ground pepper to the pan. Add brandy to the pan to de-glaze. Be careful, as brandy is flammable. Cook over low heat for 1 minute to reduce. Add wine and beef<br />
stock, turn up heat and add the sour cream, stirring to incorporate. Remove venison from oven and add to sauce. Heat for one minute and serve.</p>
<h1>Venison Back Strap Steak with Morel Mushroom Recipe</h1>
<p>Ingredients</p>
<p>1 pound of venison backstraps cut ½ inch thick<br />
½ pound morel mushrooms<br />
1 clove garlic chopped fine<br />
grape or current jelly<br />
1 ½ cups sherry<br />
Flour<br />
Salt<br />
Pepper<br />
Olive oil<br />
2 strips of bacon cut into1/4 to ½ inch pieces<br />
4 tablespoons butter</p>
<p>The first and usually most difficult step is to locate a few morel mushrooms. Soak morels in saltwater for and hour to help remove bugs and other debris. After soaking remove them and pat them dry. Slice morels into quarters. Dry meat and toss in flower. Shake off extra flour. In a large pan add olive oil and brown venison over medium heat, salt and pepper as they brown. Do not overcook, venison should be medium rare. Remove from pan and place the venison in the oven on warm. Place bacon in pan and fry until crisp. Remove bacon and set aside. Add morels to the pan and sauté until they begin to brown. Add large spoonful of grape or current jelly. Stir until jelly begins to dissolve. Add sherry to pan and simmer until reduced, stir in butte, add back bacon and steaks bringing up the heat. Serve hot.</p>
<p>This venison steak recipe combines the rich earthy flavor of morels with the wonderful wild flavor of venison.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.gameandfishrecipes.com%2Fvenison-steak-recipe.php&amp;linkname=Venison%20Steak%20Recipes"><img src="http://www.gameandfishrecipes.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.gameandfishrecipes.com/venison-steak-recipe.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
