<?php include '../HEADER.php'; ?>

<p><a href="http://paulgorman.org/">paulgorman.org</a></p>

<h1>Cooking fundamentals</h1>

<p>A year ago I knew nothing about cooking. I couldn't make rice, and didn't know how to cook a chicken breast. I've made progress. I can make most relatively simple dished from a recipe. I have several dishes that I'm comfortable cooking without without consulting a recipe. Now I'm working on distilling what I've learned into a set of cooking principles that will let me move into more creative cooking.</p>

<h2>The basic tastes</h2>

<p>Humans have five kinds of taste receptors. All perceived flavors are generated from some combination of these.</p>

<p><span style="font-weight:bold;">Salty</span> The taste perception of salts, especially sodium chloride.</p>

<p><span style="font-weight:bold;">Sour</span> Sourness is the taste that detects acidity. </p>

<ul>
	<li>Vinegar</li>
	<li>Lemon</li>
	<li>Lime</li>
	<li>Pickles</li>
</ul>

<p><span style="font-weight:bold;">Sweet</span> Sensation produced by sugars and some proteins.</p>

<ul>
	<li>Caramelized onions</li>
	<li>Fruit</li>
	<li>Maple syrup</li>
	<li>Rice syrup</li>
</ul>

<p><span style="font-weight:bold;">Bitter</span> Perceived by some as unpleasant, sharp, or disagreeable. Possibly an evolutionary defence against poisoning. Common foods include:</p>

<ul>
	<li>Coffee</li>
	<li>Unsqeetened chocolate</li>
	<li>Beer</li>
	<li>Uncured olives</li>
	<li>Citrus peel</li>
	<li>Dandelion greens</li>
	<li>Quinine</li>
</ul>

<p><span style="font-weight:bold;">Savoury</span> Also called umami, the savory taste receptors were only recently confirmed by science. Umami taste is intensified when combined with salty tastes. This is why tomatoes taste better with salt. Savory taste is caused by compounds such as glutamate, and found in protein-rich foods like the following:</p>

<ul>
	<li>Parmesan cheese</li>
	<li>Soy sauce</li>
	<li>Fish sauce</li>
	<li>Walnuts</li>
	<li>Grapes</li>
	<li>Broccoli</li>
	<li>Tomatoes</li>
	<li>Mushrooms</li>
	<li>Meat</li>
	<li>Anchovy</li>
</ul>

<p><span style="font-weight:bold;">Fat</span> Research indicates that certain mamals have distinct taste receptors for fat. It has not been conclusively shown that humans are able to taste fat as a disctinct flavor.

<h2>Non-taste sensations</h2>

<p><span style="font-weight:bold;">Temperature</span> The actual hot or cold of food. Some foods are percieved to taste bettery hot or cold.</p>

<p><span style="font-weight:bold;">Coolnes</span> Also called fresh or minty. Experienced with foods like spearmint, menthol, ethanol, or camphor.</p>

<p><span style="font-weight:bold;">Spiciness</span> Burning sensation caused by substances such as capsaicin or ethanol. The main foods which provide this sensation are black pepper and chili peppers</p>

<p><span style="font-weight:bold;">Astringency</span> Caused by foods like tea or unripe fruit containing tannins that constrict organic tissue. Unripe persimmons.</p>

<h2>Balancing flavors</h2>

<p>Add sweet if the flavor is too sour, salt if the flavor is too bland, sour if the flavor is too salty or sweet on top of sweet if the flavor is too spicy.</p>

<table>
	<tr><td>Sweet</td><td>Sour</td></tr>
	<tr><td>Sweet</td><td>Salty</td></tr>
	<tr><td>Salty</td><td>Sour</td></tr>
	<tr><td></td><td></td></tr>
	<tr><td></td><td></td></tr>
</table>

<h2>Links</h2>

<ul>
	<li><a href="http://en.wikipedia.org/wiki/Basic_taste">Basic taste</a> at Wikipedia</li>
	<li><a href="http://www.npr.org/templates/story/story.php?storyId=15819485">Sweet, Sourt, Salty, Bitter... and Umami</a> at NPR</li>
	<li><a href="http://www.thaifoodandtravel.com/features/balance.html">Balancing Flavors: An Exercise</a></li>
	<li><a href=""></a></li>
</ul>

<?php include '../FOOTER.php'; ?>
