| |

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

| |
Get The Aerobic Water Exercise Routine
An aerobic water exercise routine is a great addition to your fitness program because it is safe yet highly energizing. Studies show that regular physical activity improves your health AND your psychological well being. Even if you are tired, stressed out, injured, or simply bored and looking for a fresh activity to add to your program, an aerobic water exercise routine enables you to keep exercising. If you intend to add an aerobic water exercise routine to your fitness program, do some research first before investing in any equipment. The aquatic exercise craze has spawned some of the most exciting gizmos, but you may later realize that you only prefer to integrate certain routines into your program and will not need most of the gear available in the market today. Many clubs and programs that offer an aerobic water exercise routine provide you with the equipment you need, so you can opt to purchase only your favorite equipment later on. Aerobic Water Exercise Routine Stances Aquatic workout programs generally comprise the following basic positions. * Basic Stand, feet forward and set shoulder-width apart, relax knees, arms at your side. * Lunge Take a step, one foot in front of the other, toes pointed straight ahead, keep knees soft. * Prone Lie face down on water surface. * Supine Lie face up on water surface. Aerobic Water Exercise Routine Movements A good water workout will exercise all your major muscle groups and will use the following basic movements. * Corresponding arm and leg are on the same side and move in unison. * Opposite arm on one side moves in same direction as the leg on the opposite side. * Doubles arms perform the same movement in the same direction. * Singles arms move one at a time. Your aerobic water exercise routine will focus on the lower body, where your major muscle mass is found. You can expect to perform kicks, swings, extensions, knee lifts, squats and, depending on your program level, walks, marches and jogs. One thing to remember about water workouts your heart rate will probably not be the best indicator of the intensity of your routine. Studies show that people who do both aerobic water exercise routines and land-based ones have lower heart rates in water
while getting the exact same benefits!
process_comments("Get The Aerobic Water Exercise Routine");
?>
Featured Aerobic Water Exercise Routine 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 aerobic water exercise routine information
|
| |
|