| |

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

| |
The Truth About Options for Teaching Yoga
At the very least, a Yoga teacher should have knowledge of the latest trends in Yoga classes, and the latest continuing education options for Yoga teachers. If something does appeal to you, there are many different continuing education options available for Yoga teachers. There are a number of workshops, seminars, and camps around the world for interns and established Yoga teachers. If you already have a running Yoga studio, children, or responsibilities at home, onsite Yoga teacher training may not always be the best option. You may want to consider Yoga distance learning, also known as "Yoga Home Study," as a viable option. This is a recognized form of continuing education for Yoga instructors by most of the certifying bodies.
Due to time constraints, family commitments, and working a full time job -Yoga teachers often find Yoga teacher training correspondence courses to be a convenient way to expand on their existing knowledge of Yoga.
Now, let's take a close look at options for specialization in the Yoga teaching profession.
Hot Yoga: Obviously this is self-explanatory and requires a tolerance to heat - in the neighborhood of 105 degrees Fahrenheit. Most Hot Yoga classes are based upon Bikram Choudhury's style of Hatha Yoga.
However, it is extremely unwise to copy his exact sequence of postures, as they are patented. Regardless of whether you think it is right or wrong to patent a Yoga sequence, who wants to go to court over it? It never ceases to amaze Yoga teachers when they hear about the potential to be sued. In order to by- pass this dilemma, teaching a Hot Yoga class can be accomplished without a legal battle.
What I see most Hot Yoga teachers do is somewhat similar to Bikram's style, but you may also see Sun Salutations and a variety of postures that are not seen in most Bikram studios. Hot Yoga classes are popular for all ages. There are a surprising number of Yoga students who are beyond middle age in these Yoga classes.
Some people love the heat, while others simply cannot adapt to these temperatures. Therefore, if you want to become a Hot Yoga instructor, make sure that you are up to the task of leading a Yoga class under these temperature conditions. It is one thing to take a Hot Yoga class, but it is quite a different experience to actually teach one.
© Copyright 2006 - Paul Jerard / Aura Publications
Paul Jerard is director of Yoga teacher training at Aura in RI. He's a master instructor of martial arts and Yoga. He teaches that along with fitness. He wrote: Is Running a Yoga Business Right for You? For Yoga students who want to be a teacher. http://www.yoga-teacher-training.org/index.html
Paul M. Jerard Jr.
process_comments("The Truth About Options for Teaching Yoga");
?>
Featured Teaching Yoga Articles
- The Lowdown On Basic Yoga Props
These props help you achieve the proper alignment, balance and make the pose a bit easier. The use of props also minimizes the strain and supports your muscles, thus allowing you to save your energy...
Related teaching yoga information
|
| |
|