Skip to main content

Sooji / Rava Idli Recipe

How to make Idli instantly in an easy way


Ingredients:

 Sooji/Rava 1 cup
 Curd     1 cup
 Salt 1/2 tbsp
 Water 1/4 cup
 ENO fruit salt  1/4 tbsp


Instructions:

  1. Put  1 cup sooji/rava in a pan, and roast it for about 5 minutes till it turns aromatic.
  2. Transfer the rava in mixing bowl, and allow it to cool.
  3. Add 1 cup curd, 1/2 tbsp salt, 1/4 cup water and 1/4 tbsp ENO in the mixing bowl and mix them well so that they don't form slump.
  4. Allow the batter to rest for about 30 minutes till rava absorbs the water completely and small bubbles are formed in the batter.
  5. Apply oil in the surface of Idli plates.
  6. Pour the batter on to the surface of the Idli plates.
  7. Steam them on a medium flame for about 15 minutes. 
  8. Serve Idli with chutney and sambhar.

Comments

Popular posts from this blog

How to Sleep Well- A simple treatment for Insomnia without pills

  Many people suffer from sleeping disorders like insomnia, oversleeping or nightmares while dreaming. A restless sleep makes the whole day boring and non-productive. A person suffering from these problems feels irritated throughout the day and has to depend on pills. The most unfortunate thing is that it becomes very difficult to get treatment for these problems as the doctors charge very high fees and yet can't provide any permanent solution.                 Thankfully, some ancient meditative traditions provide very simple solutions to these problems. Let the few things be very clear. There are three states of life which are known as waking life, dreaming life and deep sleep. Let us know these terms in detail : Waking Life : The state which we know as a conscious state and experience it mostly in the daytime. It contains the active part of life when we experience our body as true identity with our eyes open and sense organs workin...

10 Life Changing Motivational Quotes of Swami Vivekanand

    

Basics of HTML -1

HTML or Hypertext Markup Language in full form is the markup language to create webpages. Any HTML document has mainly two parts: Head Body An HTML code is written using tags. Like <html> tag means the beginning of  an HTML document and </html>tag  means the end of the HTML section. Similarly for head,  <head >tag is used and for body, <body>tag is used.  Usually and HTML consists of a start tag and an end tag, the content is written between these two tags. Like: <p>           content abc.... ...of paragraph       </p> (start tag)                                                       (end tag) Note: <title> tag is always written within <head> tag. List of popular tags Tag     ...