 |
|
include_once("/home/yogisut/www/cg-plugins/cg-feedread.php");
// define all our feeds here...
$feeds[0]['url'] = "http://www.yogisutras.com/journeys/feed/rss/";
$feeds[0]['file'] = "journeys";
$feeds[0]['count'] = 5;
$style = 1;
foreach ($feeds as $feed) {
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
$feedOut = getSomeFeed($feed['url'], $feed['count'], true, $feed['file'], '', -1, -1, false, false, $style, false, false, true);
echo $feedOut;
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
// uncomment this if you want a rule between feeds...
//echo ' ';
} ?>
|
 |
| |
|
 |
 |
Ujjayi
Also known as the loud breathing technique,
the Ujjayi is performed by breathing through both nostrils
while keeping the glottis somewhat closed. This technique
is used in order to increase your control over the activity
of your lungs. It also functions as a method of clearing
the throat. The name comes from the fact that the air passing
through the partially closed glottis makes a constant and
fluent sound. Yogis try to eliminate nasal sounds and to
keep the constant flow of air and sound on a harmonious
tone.
In order to correctly practice this breathing
method you have to use "chin lock," and also employ
the closure of both nostrils. Keep the pause for as long
as you can and gently exhale at the end. The left nostril
is usually used to let out the air. In case you kept your
nostrils closed with your fingers you can simply release
pressure of the left nostril and the air will flow out naturally.
Simultaneously with releasing the nostril try to unlock
the chin and open the glottis to a higher extent.
Inhaling air should be given half the time
you reserve for exhaling. Determining the precise inhalation
and exhalation times is different for each person, but you
will probably find this out yourself while practicing Ujjayi.
Holding the pause for a long time between breathing in and
out might be difficult to do. In time, however, you will
be able to hold the pause as long as the exhalation time.
|
 |
| |
|
 |
 |
unset ($feeds);
$feeds[1]['url'] = "http://beta.search.msn.com:80/news/results.aspx?q=yoga&format=rss&FORM=R0RE";
$feeds[1]['file'] = "MSN";
$feeds[1]['count'] = 2;
$feeds[2]['url'] = "http://newspad.prweb.com/rss.php?textQuery=yoga";
$feeds[2]['file'] = "PRWeb";
$feeds[2]['count'] = 2;
$style = 1;
foreach ($feeds as $feed) {
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
$feedOut = getSomeFeed($feed['url'], $feed['count'], true, $feed['file'], '', -1, -1, false, false, $style, false, false, true);
echo $feedOut;
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
} ?>
|
 |
|