| |

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

| |
Is Ashtanga Yoga Right For You
A type of yoga known as ashtanga yoga was created and founded by K.Pattabhi Jois. This type of yoga is often referred to as being the eight limb yoga which then revolved into Pattanjali's huge idea. His idea was that the path to purification is made up of the eight spiritual practices. The first four limbs that represent Ashtanga Yoga are – yama, niyama, Asana and the Pranayama. These are considered cleansing practices which are externally correctable. The other set of limbs which are the – pratyahara, dhyana, dharana are the internal practies. The only way that these limbs can be corrected is my the properly performing the Ashtanga yoga method. Performing this type of yoga can be dangerous to the mind. K. Pattabhi Jois said that practicing these Eight Limbs and also its sub-limbs of the external practices which include the niyama and yama is not possible. In doing so, the body should be strong so that it can perform the practices well enough. If the body is weak, and the sense organs are not functioning well, practicing will never be useful at all. This is a philosophy that K. Pattabhi Jois has applied, this is important to understand so that in doing the practice, you are sure that the body will improve and the keep it stronger and healthier. Vinsaya and Tristhana is practiced in Ashtanga Yoga. The Vinsaya is a style that makes Ashtanga and its principles distinct from the others. Vinsaya means the movement and breathing which is used for the internal cleansing process. Each movement done is accompanied by only one breath. Sweat is the most important product of Vinsaya. When you produce sweat, it only means that you are successfully applying the practice. When you perform the Asanas, the body creates heat which causes your blood to boil and excrete the toxins outside of your body. The toxins are found in your sweat. So the more sweat you create, the more toxins are released. The poses are used to fully develop the strength and health of the body. The series of practices make this possible. There are three postures used in Ashtaga Yoga. The three postures are broken up into different levels. The first of these three postures is what is called the primary series which main aim is to align the body and detoxify it. The second is the Intermediate Series opening and cleaning the energy channels which comes to the process of purifying the Nervous System. The last series would be the Advanced Series from A to D. in this series, the grace and strength is measured. The Tristhana is yet another yoga principle that represents the union of the three places of attention and action. The first one is the posture, the second one is the breathing technique and last but not least is the Dristhi of the Looking Place. All these three should work altogether to perform a function. Breathing techniques are synchronized and simultaneous. It must be remembered that it is important to make a single breath for one movement. Ujjayi Breathing is the Yoga Breathing Technique used in the application of Ashtanga Yoga. Applying this technique must be prolonged after every practice. The key thing to master is holding your pose longer at the exact same time hold your breath. This is an amazing breathing exercise that will increase your internal fire and will strengthen the nervous System. Both Ashtanga and Tristhana deal with the series of Dristhi. The Dristhi is described as the point on which you gain your focus or attention while doing the Asana. This enables your mind to be purified and stabilized clearly. The best way of making the mind clear and to cleanse is can be done by performing Ashtanga yoga or as it is often called the eight limb yoga.
Mike Mann
process_comments("Is Ashtanga Yoga Right For You");
?>
Featured Ashtanga Yoga Articles
Related Ashtanga Yoga information
|
| |
|