| |

Yoga Exercises Portal Recommends
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?> |
|

| |
Working With Yoga Asanas
Yoga these days has without doubt become very popular. A large number of people have began to take part in performing yoga. You will find that a large number of people who practice yoga say that it provides a number of benefits. One of the biggest benefits to practicing yoga is the flexibility that it can provide. There are so many different positions that it helps a person to improve his or her own physical being. Others claim that it is a cleansing exercises which helps to decrease the pain and helps to provide some relief to those with certain disorders. Most people would agree however that it is an extremely effective form of exercise. By the various yoga asanas or positions, one can establish and experience an amazing improvement in the flexibility of some parts of the joints, tendons, and ligaments. In addition, some researchers have found that various yoga positions can carry out certain processes together creating harmony. When this harmony is attained, developed flexibility is achieved. Furthermore, researches have revealed that diverse yoga asanas is one form of activity that rubs down and massages the organs and internal parts of the body which results to enhanced well-being and very good health. Moreover, these different yoga asanas promotes improved blood circulation and allows optimum supply of blood going to various parts of the entire body. With all of these, there is a complete detoxification process that occurs. Little by little, this exercise aids in washing out and cleanses the body as time goes by. As a result, ageing is deferred plus an extra amount of energy is released which gives a refreshing feeling. Practicing the different yoga asanas, the muscles are not only exercised but it also nurses back its strength. The muscle that was weakened and had become lifeless comes back into its original nature. By engaging in Yoga, repeated stimulation occurs, thus, improves the flaccidity of the muscles. Moreover, the muscles of the body are healed and toned during the process. Another thing is, Yoga serves as an enormous form of contemplation and reflection which helps in balancing the activities in the nervous system. People who practice it often say that they have improved their health and well-being through mediation and performing Yoga. In addition, it is a tremendous solution to the reductions of stress. Since it is a form of a slow exercise together with a controlled breathing exercise, it promotes a relaxed feeling or eases stress. There are many known positions that can be performed when practicing Yoga. They are all trouble-free and efficient body movements that help increase vigor of the back and firming the muscles in the stomach. It also fosters and improves stamina and endurance. Common yoga positions are also known as asanas. It is the Sanskrit name for yoga poses and positions. It is a very effective and efficient way of meditating and reflecting. In Yoga, one’s mind must be coordinated with the body’s movement. In this manner, the body experiences a harmonious activity that results to a forcible and healthy life. Some of the categories of positions are standing, twisting, balancing, back bending and many others.These positions are made to achieve alignment and balance as well as improve strength both in the body and in mind. Although the varies different poses performed can provide different flexibility results for certain people. A lot will depend on a persons age and strength. Some of the more common poses are the - Corpse pose - Four Limb Staff Pose - Mountain Pose
Mike Mann
process_comments("Working With Yoga Asanas");
?>
Featured Yoga Asanas Articles
- Next Generation Discovering Advanced Yoga Methods
Two years after first appearing on the Internet, the hundreds of free lessons and public forums of Advanced Yoga Practices (AYP) are being studied by more than 25,000 students in 90 countries around the...
- Here Are Some Yoga Moves
Madonna does it. Cameron Diaz, Reese Witherspoon, Katie Holmes and Janet Jackson also do it. These famous celebrities are working out the yoga moves. But this is not the reason why you should do yoga...
Related Yoga Asanas information
|
| |
|