 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Yoga
and Diet
One of the essential things about yoga,
together with the positive attitude, is the diet. It is
highly recommended to perform your yoga session after about
2 hours after a main meal. Many specialists agree that what
we eat is reflected both in our appearance as well as in
our state of health. In other words, it is important to
mind the things we consume, in order to prevent illnesses
and discomfort.
However, the question of "what exactly
is healthy food?" remains a constant source of inquiry
for many people. According to reliable studies, a very diversified
diet represents the ideal food for the human organism. However,
fruits and vegetables, containing fibers and vitamins should
be a permanent component of your daily meals. Furthermore,
everything that can be defined as natural food is recommended
when it comes to preserving your state of well-being.
Despite the fact that many people try to
eat as little as possible, as they believe food can produce
them harm, you have to keep in mind that your body needs
nutrients in order to properly function. Nevertheless, do
not exaggerate when eating, even if you are consuming healthy
food, because overeating even the healthiest food will not
be as beneficial as eating moderately. Try to stop eating
once you cease being hungry, or, even better, stop before
you feel fully satiated. By doing so, you'll discover that
the state of fatigue we sometimes experience after eating
is considerably diminished, while your energy level goes
up substantially.
Another issue related to eating is how
often a healthy person ought to eat. Should we have three
meals a day? Should we avoid dinner to avoid becoming overweight,
because we do not move sufficiently during the night? Or
is it better not to have lunch, so that you do not have
to suffer an unpleasant sensation of fatigue in the middle
of the day? The right answer to all these questions is at
once both simple and complicated: eat whenever you are hungry,
as your body needs to be fed in order to function at a high
level, but pay attention to what and how much you are eating.
More than a simple energy source, food
can be a way of purifying one's body and soul, which is
why, together with a variety of exercises, yoga trainers
encourage practitioners to keep a careful diet, based mainly
on natural food. This way, their body is protected from
the danger of toxins. At the same time, it's prepared to
find a synchronization between soul and mind, which is actually
one of the main goals of yoga practices.
A final thought: when carrying out constant
yoga practices, to reach your goals it's important to meditate
both on what you are doing to your own body as a direct
consequence of the food you are eating, and to what level
you respond to your soul's and mind's needs.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|