%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ include file="loadProperty.jsp" %>
<%
String login_check="",all_product="";
try{
login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login");
if(login_check.equals(""))
login_check="";
}catch(Exception e){login_check="";}
try{
all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString();
if(all_product.equals(""))
all_product="";
}catch (Exception e){
all_product="";
}
%>
Online chocolate shop for gourmet chocolates and gifts for special occasion
<%@ include file="top_dropdown.jsp"%>
|
Recipes
|
|
|
|
|
|
Recipe Index
Ingredients
1/2 cup butter
1/2 cup shortening
1 1/2 cups sugar
2 eggs
2 1/4 cups flour
1/3 cup cocoa powder
2 teaspoons cream of tartar
1 teaspoon baking soda
1/4 teaspoon salt
1 cup coarsely chopped chocolate truffles (such as Guyaux
Truffles Royales Fantaisie)
4 tablespoons sugar
Instructions
- Preheat oven to 350
degrees.
- Cream butter, shortening
and 1 1/2 cups sugar.
- Add eggs and cream again.
- Blend dry ingredients
together, except truffles and 4 tablespoons sugar.
- Add dry ingredients to
creamed mixture.
- Mix well.
- Fold in chopped truffles.
- Shape dough in balls and
roll in reserved sugar.
- Bake on ungreased cookie
sheet 10-12 minutes.
- Let set on sheet for a few
minutes before removing to cooling rack.
Makes
approximately 3-4 dozen.
Recipe Credit: Nanci C.
Keatley
Recipe Index
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>