 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Getting
Started with Yoga
One of the amazing things about yoga is
that despite the great benefits that it produces, it involves
no necessary costs. There is no specific yoga training equipment
that one must use to obtain the desired results, and there
is no such thing as the perfect or necessary environment
for practicing yoga.
All this is a direct consequence of the
fact that yoga is, more than a practice, a state of mind
and a lifestyle. That is why your will, as well as your
beliefs and attitudes towards this philosophical path, are
all that actually matter. Moreover, a balanced and healthy
diet based on natural food is a key issue for preparing
yourself for your first yoga session. What we eat can strongly
affect both our mind and our soul, so it is crucial to mind
what we eat.
Even though you do not need a specially
designed place for performing your yoga, make sure when
choosing the room to select a place as far away from distractions
- such as radio, street noise, TV - as possible. The place
also needs to be clean and quiet and, if possible, ventilated.
A blanket is the only accessory that you need in order to
increase your comfort when carrying out the exercises and
the meditation, as they are performed in either sitting
or lying positions, but a towel or a mat could work as well.
Concerning the clothes you are supposed
to wear, try to select something very comfortable and loose,
such as training suits, sweat pants and a t-shirt, shorts
or even loose pajamas. Some people would rather wear no
clothes at all, but most practitioners put something on,
especially if the yoga session is not private.
It is also highly recommended to have an
empty stomach before starting your yoga exercises. As a
general rule, one or two hours after a main meal is the
ideal time for practicing yoga. As breathing is a key element
in yoga training, do not forget to also clean your nostrils
and your throat.
In case you have not decided which could
represent the best moment of the day for carrying out your
yoga session, you have to know that both morning and evening
practices can result very beneficial to your body and mind.
Thus, performing the exercises in the morning can contribute
to your good shape for the whole day, as it improves your
vitality level. On the other hand, evening yoga practices
helps inducing a restful and peaceful sleep.
Your yoga session should not exhaust you.
Do not hesitate to take a break when you feel tired. Actually,
short breaks are common between difficult exercises. Keep
in mind that as little as 15 minutes of correct yoga practice
can produce marvelous results in your body and mind.
As a final idea, try to remember that the
most important thing when practicing yoga is your attitude
and your desire to discover the sensations and experiences
this ancient philosophy can provide.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|