Nice Meal
Do you know how to cook Chinese Food

Menu

  • Nice Meal
    • 1 Egg
    • 2 Beef
    • 3 Pork
    • 4 Chicken
    • 5 Seafood
    • 6 Vegetable
    • 7 Doufu
    • 8 Special
    • 9 Soup
    • 10 Rice and Noodle
    • 11 Dessert
    • Chinese food culture

Categories

  • Nice Meal
Powered by
Foodies WordPress Theme

Dim Sum – Crispy Beancurd Shim Roll

Dim Sum – Crispy Beancurd Shim Roll

Putonghua : zu za fu pi guan


 
Ingredients
Shelled Small Shrimps  300g                Cod  300g                  Dry Black Mushroom  4 pcs
Mashed Fat-lean Pork  400g                 Mashed Ginger  1 tbsp                 Shredded Carrot 2 tbsp
Chopped Spring Onion  1 stalks                Soft Beancurd Shim sheets  5 sheets               Egg  1 pc

Seasoning
Light Soy Sauce  1 tbsp                Salt  1 tbsp                Shaoxing Wine  1/2 tbsp
Pepper Powder  1/3 tbsp                  Cornflour  1 tbsp                      Oil  1/2 tbsp

Steps
1) Soak dry black mushroom, remove stalks and mince
2) Remove bone of the cod, cut and mash into paste form
3) Add shell shrimps, all chopped spring onion, shredded black mushroom
4) Add mashed fat-lean pork and ginger, shredded carrot, then stir well
5) Pour in seasoning and 2 tbsp of water, marinate for 15 minutes
6) Heat wok with 2 tbsp of oil, stir fry all until materials cooked and dry
7) Dish up and whisk the egg well, cut beancurd into square 18×18 cm
8) Put one small beancurd shim on flat surface, as a rhomb
9) Add some fried material on center and make it into a long shape
10) Pack the shim from the bottom corner to the central, cover all materials
11) Then left and right, roll the packed materials “upwards” until well rolled
12) Stuck the upper edge by whisked egg, finish packing steps
13) Heat wok with plenty of oil, pour in packed rolls when oil is hot
14) Stir the frying rolls until rolls turn into golden, dish up and serve


 

Remark
tbsp – table spoon
Beancurd Shim sheets can be purchased in any Chinese dry food shop.
Serve with cestershire sauce, red vinegar or Thai Sweet Spicy sauce, taste better.

If you don’t like fat-lean pork, you can consider Mashed chicken leg meat.
You can consider any other ingredients of rolls, just to try and make your favourite.
You can use the oven or Halogen Pot to make these food, but deep fry is better…
This recipe also can be considered as a steamed Dim-sum, also very nice.

You can make more rolls, keep rolls by frozen and just deep fry them as you need to serve.

function fbs_click1600665832() {FB.ui({ method: “stream.share”, u: “http://www.nicemeal.com/special/105-dim-sum-crispy-beancurd-shim-roll.html” } ); return false; };a.cmp_shareicontextlink { text-decoration: none !important; line-height: 20px !important;height: 20px !important; color: #3B5998 !important; font-size: 11px !important; font-family: arial, sans-serif !important; padding:2px 4px 2px 20px !important; border:1px solid #CAD4E7 !important; cursor: pointer !important; background:url(//static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat 1px 1px #ECEEF5 !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important;} .cmp_shareicontextlink:hover { background:url(//static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat 1px 1px #ECEEF5 !important; border-color:#9dacce !important; color: #3B5998 !important;} Share

<!–

//<![CDATA[

// version 1.0.4

var currentLanguage=’en-GB’;

var arr=Locale.list().toString();

var tempUrl=”;

var waitTitle=’Please wait…’;

var waitMessage=’…While I steal your wallet’;

// check if current language is already available in Locale

if(arr.indexOf(currentLanguage)==-1){

Locale.define(‘en-GB’, ‘FormValidator’, {required: ‘This field is required.’,email: ‘Please enter a valid email address. For example: fred@domain.com.’,errorPrefix: ‘Error: ‘}); }

Locale.use(‘en-GB’);

var article_id=”105″;

var urlCurrentPage=window.location;

var valCU=urlCurrentPage.toString().indexOf(“://www.”, 0);

tempUrl = “http://www.nicemeal.com/index.php?option=com_joocomments”;

var valTU=tempUrl.toString().indexOf(“://www.”,0);

if((valCU==4 || valCU==5) && valTU <4 ){tempUrl=tempUrl.replace(“://”,”://www.”);}

if(valCU<4 && (valTU==4 || valTU==5)){tempUrl=tempUrl.replace(“://www.”,”://”);}

var paImg=”;

window.addEvent(“load”, function() {

initialize(tempUrl);

paImg=’http://www.nicemeal.com/components/com_joocomments/assets/img/’;

var myImages = Asset.images([paImg+’okMedium.png’,paImg+’cautionMedium.png’,paImg+’blackWaiter.gif’]);

//comments are not closed ie 0 then only load.

// url = “http://www.nicemeal.com/index.php?option=com_joocomments&random=” + Math.random();

document.id(‘comment-wrapper’).set(‘html’, ‘Loading Comments…’);

var req = new Request({

method: ‘get’,

url: tempUrl+”&random=” + Math.random(),

onComplete: function(text) {

document.id(‘comment-wrapper’).innerHTML = “” + text;

loadTextEditor();

}

}).send();

});

function loadTextEditor(){

wmd_options.ajaxForm=true;

Attacklab.wmd();

Attacklab.wmd_defaults={buttons:””};

Attacklab.wmdBase();

Attacklab.loadEnv();

Attacklab.Util.startEditor();

var myForm = document.id(‘myForm’);

myForm.action=tempUrl+”&task=postComment”;

// Labels over the inputs.

myForm.getElements(‘[type=text], textarea’).each(function(el){

new OverText(el);

});

// Validation.

var formValidator=new Form.Validator.Inline(myForm,{evaluateFieldsOnBlur:false,

evaluateFieldsOnChange:false,

onFormValidate:function(s,ele,on){

refreshCaptcha();

document.id(‘captchaText’).value=””;

if(sp!=null)sp.hide(true);

}

}

);

formValidator.add(‘captchaValidator’,{errorMsg:’Captcha is wrong.’,

test:function(field){

return validateCaptcha(field);

}

}

);

// Ajax (integrates with the validator).

new Form.Request(myForm,null, {

onComplete:function(){showComments();showEffect(arguments);refreshCaptcha();if(sp!=null)sp.hide(true);}

,async:false,

requestOptions: {‘spinnerTarget’: ‘progress’},

extraData: {‘article_id’: article_id}

});

showComments();

} function showComments(){

var parameter=”&article_id=”+article_id;

var htmlRequest = new Request.HTML({url: tempUrl+’&task=showComments&view=commentpage’+parameter,

onRequest: function(){

document.id(‘comments’).set(‘html’, ‘Loading Comments…’);

},

onSuccess: function(responseTree, responseElements, responseHTML, responseJavaScript){

document.id(‘comments’).empty();

document.id(‘comments’).innerHTML=responseHTML;

refreshCaptcha(); }}).send();

}

//]]>

–>

#wmd-button-bar #wmd-spacer3{left: 0px !important;}#wmd-button-bar #wmd-undo-button{left: 25px !important;}#wmd-button-bar #wmd-redo-button{left: 50px !important;}Powered by Bullraider.com

ACME Hosting |

Goji Juice |

Anti Oxidant Food |

Check Domain |

View China Hotel Guide

(C) 2012, All Right Reserved. NiceMeal.com | Powered by HKDNR.NET

<!– 2017  Home Style Chinese Recipes  globbers joomla template

–>

 

top

Related Posts

  • Dim Sum – Crispy Spring RollDim Sum – Crispy Spring Roll
  • Fake Shark Fins Chowder SoupFake Shark Fins Chowder Soup
  • Dim Sum – Fry Turnip CakeDim Sum – Fry Turnip Cake
  • Stir Fried Pig Liver With ChiveStir Fried Pig Liver With Chive
  • Hot Pot – Lamb Cubes in SoupHot Pot – Lamb Cubes in Soup
  • Dim Sum – Steam Rice Noodle Roll With ShrimpsDim Sum – Steam Rice Noodle Roll With Shrimps
  • Stir Fried Cow Tripe With ShallotsStir Fried Cow Tripe With Shallots
  • Stir Fry Milk In Da Liang StyleStir Fry Milk In Da Liang Style