Monday, October 31, 2011

Jalebi

Ingredients:

1 cup all-purpose flour (known as 'maida' in Hindi)
2 teaspoons gram flour (known as 'besan' in Hindi)
1/2 cup plain yogurt, beaten (known as 'dahi' in Hindi)
1/2 cup water
1 pinch baking soda
500 ml ghee or 500 ml oil
500 ml sugar syrup



Directions:
1Put flour in a mixing bowl.
2Add gramflour.
3Mix well.
4Add yogurt and water.
5Mix well, using a spoon, ensuring that no lumps remain.
6Mix to obtain what is technically called,"ribbon consistency".
7(Ribbon consistency simply requires you to mix for about 5-7 minutes, really well, so that when the mixture is dropped from the mixing spoon into the mixing bowl, it should fall like a ribbon. Don't let the term scare you, it's pretty easy, you just got to).
8Add a pinch of baking soda.
9At this point, this mixture (batter) can be refrigerated if you are planning on making the jalebis later.
10If you plan to make the jalebis instantly, put the mixture in a jalebi bottle (you get these bottles to make jalebis in the market).
11If you dont have a jalebi bottle, you can use an empty well-washed and thoroughly clean, tomato ketchup bottle.
12If you got an icing bag, use that.
13I used the icing bag with the"star" nozzle attachment.
14You may experiment with the other nozzles, if you wish, but please dont, in any circumstances, try using the"writing" nozzle attachment, because if you do so, the jalebis that you'll be making will be the thinnest on the face of the planet,lol.
15Heat oil on low-medium flame in a frying pan.
16Meanwhile, spoon the above prepared batter in the icing bag fitted with the star nozzle/jalebi bottle/ tomato ketchup bottle.
17Drop the batter by squeezing the bottle/icing bag, into the hot oil, in concentric circular motion to make the jalebis.
18Lightly brown on either side.
19Repeat until all the batter is used up.
20On low flame heat the pre-prepared sugar-water syrup (known in Hindi as"chashni").
21Add few threads of saffron to the syrup- these look really pretty on the jalebis later when you dip the latter into them.
22Now, drain the excess oil from the jalebis.
23Drop into the sugar-water syrup.
24Dip well, toss well, to coat the jalebis in the syrup.
25Drain excess syrup from the jalebis.
26Serve immediately or serve hot if you plan to serve them later on, make sure to warm them a bit in the oven (2-3 minutes) and then serve.

No comments:

Post a Comment

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();