Old Fashioned Coconut Cream Pie
Category: Desserts
Posted On 09/16/2008 22:56:53 by amyboyle
|
Ingredients - 3 cups half-and-half
- 2 eggs
- 3/4 cup white sugar
- 1/2 cup all-purpose flour
- 1/4 teaspoon salt
- 1 cup flaked coconut, toasted
- 1 teaspoon vanilla extract
- 1 (9 inch) pie shell, baked
- 1 cup frozen whipped topping, thawed
var aIngredients = new Array(); var iBaseServe = 8; aIngredients[aIngredients.length] = {QTY:"3", UNIT:"cups", INAME:"half-and-half"};aIngredients[aIngredients.length] = {QTY:"2", UNIT:"", INAME:"eggs"};aIngredients[aIngredients.length] = {QTY:"3/4", UNIT:"cup", INAME:"white sugar"};aIngredients[aIngredients.length] = {QTY:"1/2", UNIT:"cup", INAME:"all-purpose flour"};aIngredients[aIngredients.length] = {QTY:"1/4", UNIT:"teaspoon", INAME:"salt"};aIngredients[aIngredients.length] = {QTY:"1", UNIT:"cup", INAME:"flaked coconut, toasted"};aIngredients[aIngredients.length] = {QTY:"1", UNIT:"teaspoon", INAME:"vanilla extract"};aIngredients[aIngredients.length] = {QTY:"1", UNIT:"(9 inch)", INAME:"pie shell, baked"};aIngredients[aIngredients.length] = {QTY:"1", UNIT:"cup", INAME:"frozen whipped topping, thawed"};function writeIngredients() { if(document.getElementById("txtServes").value0) { sToWrite = " "; for(i=0;i-1 || aIngredients[i].UNIT.toLowerCase().replace(/s/g,"").indexOf("tbs")-1) { qtyToPrint = chkFrac(Math.round((tempQty*3)*100)/100); unitToPrint = "teaspoon"; } else { qtyToPrint = tempQty=1?tempQty:chkFrac(tempQty); unitToPrint = aIngredients[i].UNIT; } } sToWrite += "- "+chkFrac(qtyToPrint)+" "+ unitToPrint +" "+ aIngredients[i].INAME +"
"; } sToWrite += " "; } document.getElementById("recIngredients").innerHTML = sToWrite; function normalizeQty(qty) { var aTempQty = qty.replace(/-/g," ").split(" "); if(aTempQty.length==2) { return eval(aTempQty[0])+eval(aTempQty[1]); } return eval(aTempQty[0]); } function convertQty(qty) { return Math.floor(((qty/iBaseServe)*document.getElementById("txtServes").value)*100)/100; } function chkFrac(param) { for(elem in convArr) { if(elem==param) { return convArr[param]; } } if(param.toString().split(".").length==2) { var wholeNum = param.toString().split(".")[0]+" "; wholeNum==0?wholeNum="":""; var deciNum = chkFrac(Math.round(("0."+(param.toString().split(".")[1]))*10)/10); return wholeNum+deciNum; } return param; } } Cooking Instructions In a medium saucepan, combine half-and-half, eggs, sugar, flour and salt. Bring to a boil over low heat, stirring constantly. Remove from heat, and stir in 3/4 cup of the coconut and the vanilla extract. Pour into pie shell and chill 2 to 4 hours, or until firm. Top with whipped topping, and with remaining 1/4 cup of coconut. Note: To toast coconut, spread it in an ungreased pan and bake in a 350 degree F (175 degrees C) oven for 5 to 7 minutes, or until golden brown, stirring occasionally.
|
|
|
|
|