what is this recipie?

Last post 04-30-2008 5:45 PM by Tabbie_ca. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 04-29-2008 6:04 PM

    what is this recipie?

    I am looking for a dessert I had the other day. It was some sort of "pudding" (I use that term loosley) and I KNOW the base was bananas. It seems as though there may have been grahm crackers (in chunks) and I think coolwhip. The bananas may have also been in very small cubes. It was absolutely to die for....I need to know what this is! I know that is was served in a dish, and was able to be served in a square like shape, it was not a bar...can anyone help?

    Filed under: , ,
  • 04-29-2008 6:21 PM In reply to

    Re: what is this recipie?

    I sounds like banana pudding to me. Many of us make banana pudding with graham crackers instead of vanilla wafers and pudding can be made stiffer by adding less milk of more thickener so it could be cut into squares. I'll see if can find a recipe for you. WELCOME to the bulletin board too.
  • 04-29-2008 6:26 PM In reply to

    Re: what is this recipie?

  • 04-29-2008 6:30 PM In reply to

    Re: what is this recipie?

    This is the way I make my banana pudding (with a home made pudding) except I use graham crackers instead of vanilla wafers. Sometimes I don't make the meringue, just sprinkle the top with more crushed graham cracker crumbs. http://www.tasteofhome.com/Recipes/Southern-Banana-Pudding Are any of these sort of what you are looking for?
  • 04-30-2008 4:03 PM In reply to

    • jclaw
    • Not Ranked
    • Joined on 02-17-2008
    • Posts 4

    Re: what is this recipie?

     

  • 04-30-2008 4:04 PM In reply to

    • jclaw
    • Not Ranked
    • Joined on 02-17-2008
    • Posts 4

    Re: what is this recipie?

    stephanies1012:

    I am looking for a dessert I had the other day. It was some sort of "pudding" (I use that term loosley) and I KNOW the base was bananas. It seems as though there may have been grahm crackers (in chunks) and I think coolwhip. The bananas may have also been in very small cubes. It was absolutely to die for....I need to know what this is! I know that is was served in a dish, and was able to be served in a square like shape, it was not a bar...can anyone help?

    Did you find the recipe fr this?  I would like to have it if you dont mind.

    Jclaw@ptsi.net

    Thanks

    Connie

  • 04-30-2008 5:34 PM In reply to

    Re: what is this recipie?

    --please


    Click for Sydney, Nova Scotia Forecast

  • 04-30-2008 5:45 PM In reply to

    Re: what is this recipie?

    Did a search and found this one,does it sound right ??

    Banana Pudding Squares

    Recipe #185028 | 30 min | 30 min prep | SERVES 24 (Change Servings)

     

    ·    ·                                  ·                                  ·                                  ·                                  ·                                  I found this recipe in a Kraft magazine. Prep time does not include refrigeration time. Recipe hounds, please note Deely's review! I have changed the pan size to 8x8 because Deely says this recipe will not make enough to fill a 9x13 pan. If a larger dessert is needed, please double the recipe.

     

    var g_rid='185028'; 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." 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); } function clickRateItNow(){ if (!g_app.user.id) { window.location='/members/login.php?url=/'+g_rid+'&msg=addreview'; } else { Element.show($('reviewcomments')); positionObjectToElement(document.getElementById('rate_it'), document.getElementById('reviewcomments'), 0, 0); } } 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]; } function positionObjectToElement(pObject, pThis, pOffsetX, pOffsetY) { var _coordinates = findPos(pObject); pThis.style.top = _coordinates[1] + pOffsetY + "px"; pThis.style.left = _coordinates[0] + pOffsetX + "px"; } function clickStars(v_star_rating){ $('reviewrating').value=v_star_rating; showStars(v_star_rating); } function clickCancelReview() { Element.hide($('reviewcomments')); return false; } 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 && (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 } ); } } function selectReviewText() { document.getElementById('reviewtext').focus(); document.getElementById('reviewtext').select(); } function showPostedReview(doc) { var err=doc.responseXML.getElementsByTagName('error'); if (err.length) { Element.update('status',"That didn't work: " + RzXMLUtil.textOfElement(err[0],'msg')+""); } else { Element.hide($('reviewcomments')); Element.show($('reviewsubmitted')); showStars($F('reviewrating')); } } /* 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; } */ 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; } 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 && brow.name=='MSIE') { var d=new Date(); opt='?fixIE='+d.getTime(); } new Ajax.Request('/services/rest/recipes/p13n.php'+opt,{ method: 'get', parameters: 'rid='+g_rid, onSuccess: function(req) { var pdata=eval('('+req.responseText+')'); if (pdata.review) { $('reviewrating').value=0; showStars(0); Element.update('reviewtext', g_review_default); if (pdata.review.textplain.length > 0) { Element.update('reviewtext', pdata.review.textplain); } var star_rating=pdata.review.rating; if(star_rating > 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; } } }) //var d=new Date(pdata.review.time*1000); } Ingredients

    ·  20 vanilla wafer, finely crushed ·  3 tablespoons butter, melted ·  1 (8 ounce) package cream cheese, softened ·  1/2 cup powdered sugar ·  1 (8 ounce)  Cool Whip, thawed & divided ·  3 medium banana ·  3 cups milk ·  2 (3 ounce) packages instant vanilla pudding ·  1/2 semi-sweet chocolate baking square, grated

    Directions

    1.       1
    Mix wafers and butter. Press firmly into bottom of 8x8 baking dish.
    2.       2 Beat cream cheese and powdered sugar together. Gently fold in 1-1/2 cups of the Cool Whip. Spoon mixture over the crust; carefully spread to cover.
    1.       3
    Cut bananas in half crosswise; cut each piece lengthwise in half. Arrange banana pieces over the cheese mixture.
    2.       4
    Pour milk into a large bowl; add pudding mixes. Beat 2 minutes. Spoon over bananas.
    3.       5
    Spread with remaining whipped topping. Sprinkle evenly with chocolate.
    4.       6
    Refrigerate at least 3 hours.

    Click for Sydney, Nova Scotia Forecast

Page 1 of 1 (8 items)