| |

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 First Yoga Book to Teach the Yoga Teacher
Guiding Yoga's Light: Yoga Lessons for Yoga Teachers is the first book written for Yoga teachers by a Yoga teacher and includes 56 easy-to-follow succinct scripts for beginning to advanced students. The yoga "lessons" include a wide array of yogic concepts from diaphragmatic breathing to creating mindfulness to applying yoga philosophy to everyday living. Guiding Yoga's Light has been in Amazon's top 25 best-selling yoga books since its publishing date in September 2004. With over 18 million people in the U.S. now practicing yoga, this is a much needed book for yoga instructors and yoga students. Chicago, IL (PRWEB) January 10, 2005 -- Yoga teacher Nancy Gerstein, author of Guiding Yoga’s Light: Yoga Lessons for Yoga Teachers (September 2004 by Pendragon Publishing, Inc.) has a unique, yogic educational idea. She wrote a book for yoga teachers to help them easily convey the deeper teachings of yoga into their classrooms. The reason: the number of yoga practitioners in the U.S has quadrupled in the last 5 years to 18 million. Along with these numbers is the increased demand of teachers needed to take on the needs for these yoga enthusiasts. Gerstein’s Guiding Yoga’s Light: Yoga Lessons for Yoga Teachers is the first book of its kind to honor the 5,000 year old tradition of yoga and offer the teacher 56 yoga tradition-based lesson plans. Each Lesson includes a short script, asanas (postures), ways to take the lessons "off the yoga mat", and wise words or quotes for a better understanding of the lesson. "I wanted to write a book that assembled and distilled the essential core yoga information into easy-to -follow 2-10 minute ‘scripts’ that any teacher could use as their own," says Gerstein. " This way, the teacher can easily thread the ancient teachings, philosophy and physical, mental and spiritual benefits of the practice into their classroom." Guiding Yoga’s Light embraces a wide array of yogic concepts: from teaching basic diaphragmatic breathing to creating mindfulness to applying the Yamas and Niyamas (first two limbs of Raja Yoga) to Hatha practice. Any yoga teacher or serious yoga student will find this an invaluable teaching and learning tool. "In addition to the teacher, any yoga student seeking to develop his or her own home practice would find this book to be enlightening and engaging. They could easily find a "lesson" of interest, read it, incorporate the suggested postures into their home practice, and meditate over the message or theme of the lesson throughout the practice and beyond," says Gerstein. Nancy Gerstein is a Himalayan Institute Certified Yoga Teacher, Reiki-Master Practitioner, and frequent workshop speaker.
Nancy Gerstein
process_comments("The First Yoga Book to Teach the Yoga Teacher");
?>
Featured Best Yoga Lessons Articles
Related best yoga lessons information
|
| |
|