| |

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 Learning Yoga
When, or if, you decide to become a Yoga teacher, you should start with a basic Yoga teacher training course that gives you an overview of all of the fields within Yoga. If you decide to specialize, it is best to do it when the need becomes apparent. This is not always the case for every Yoga instructor. For example: You may have a calling for Prenatal Yoga or Kids Yoga. This is fine - as Yoga teachers, and Yoga practitioners, we all understand passion. However, please make sure there is a market for the Yoga teaching niche you desire in your local area. After you get your "feet wet," teaching Yoga to different groups, you will more accurately see your own destiny.
This may not happen right away, and some Yoga instructors are very comfortable working with the "general population." When I look at my weekly schedule, I teach Yoga to kids, seniors with various levels of mobility, Gentle Yoga to a targeted middle aged group, Restorative Yoga (which also attracts students in the middle-aged range), Vinyasa Yoga classes to students in the 20 to 30 years of age range, and private sessions, which can cover just about anything.
To be honest, this is not for everyone, but if you teach Yoga full time, you tend to go where the needs are. Yoga students will seek you out, and you may have a specialized market that "screams" for your help. This will guide you toward a needful population of motivated Yoga students.
This is exactly what happened to me with Chair Yoga. When I received a call from a local senior center for Yoga classes, I had no idea it would become so popular. That led to filling up my morning Yoga class schedule, Later, I trained Yoga instructors, in my area, to address a need that is far beyond my ability to fulfill. The fact is, more Chair Yoga teachers are needed right now.
In our next section, we will go over some options for Yoga teachers, who have students, or potential students, seeking a specific form of Yoga instruction. Some of these niche markets will give you no passion at all, but it is good to look at your teaching options and then decide which sort of Yoga training you want to get involved in.
Always remember to keep an eye on which forms of Yoga are in demand, even though they may not appeal to you personally.
© 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 Learning Yoga");
?>
Featured Learning Yoga Articles
- Protect Your Feet With Water Exercise Shoes
Water exercise shoes come in all shapes, colors, and price tags; and as is true of all sports gear, what is ideal for your needs and preference is not necessarily the most expensive one. Consider the...
- Dance To The Yoga Music
Yoga is a form of relaxation and mediation, which can offer many benefits. It increases flexibility. Increases lubrication of the joints, ligaments and tendons. Moreover, it massages the organs of the...
Related learning yoga information
|
| |
|