Showing posts with label Fish Curry. Show all posts
Showing posts with label Fish Curry. Show all posts

Monday, October 31, 2011

Fish Curry



Fish Curry
Fish is relished mainly in the coastal states of Bengal and Kerala. The curry forms the staple diet
with plain boiled rice.
Ingredients:
1 lb. fish, cut into pieces
1 onion pureed
1 tsp. ginger paste
1 tsp. garlic paste
1 tsp. turmeric powder
1 tsp. chilli powder



1 tsp. cumin powder
1 tsp. coriander powder
1 tomato, pureed
1 tsp. salt or to taste
Cilantro/coriander leaves
1 tbsp. oil
Method:
Heat oil in a non-stick frying pan and fry the onions, ginger and garlic, together with cumin and
coriander powders for five minutes. Add tomato, fish, turmeric and chilli powders and salt
together with a cup of lukewarm water and cook on medium low heat for twenty five minutes.
Garnish with cilantro/coriander leaves.


var site = function() { this.navLi = $('#nav li').children('ul').hide().end(); this.init(); }; site.prototype = { init : function() { this.setMenu(); }, // Enables the slidedown menu, and adds support for IE6 setMenu : function() { $.each(this.navLi, function() { if ( $(this).children('ul')[0] ) { $(this) .append('') .children('span') .addClass('hasChildren') } }); this.navLi.hover(function() { // mouseover $(this).find('> ul').stop(true, true).slideDown('slow', 'easeOutBounce'); }, function() { // mouseout $(this).find('> ul').stop(true, true).hide(); }); } } new site();