 |
|
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 ' ';
} ?>
|
 |
| |
|
 |
 |
Fundamental
Principles of Yoga
Yoga practices can bring up a series of
incredible benefits. However, in order to get to those stages
highly appreciated by perseverant yoga practitioners, there
are a series of fundamental principles that any yogi needs
to respect.
Most of these rules are related to proper
relaxation techniques, to the right manner of breathing,
to the sort of diet practitioners should follow and, not
least, to thinking positively and trying to meditate objectively
on the surrounding realities.
As a general rule, all principles underline
the importance of self-discipline, self-control, self-determination
and focus as ways of achieving the status and experiences
promoted by the yoga ideology. Although at the beginning,
uninitiated yogi might feel overwhelmed with the richness
and the vastness seen in the philosophy and practice of
yoga, there are a series of basic principles which can help
early-stage yoga practitioners better grasp this ideology.
Here are some of the fundamental principles
of this philosophical practice:
* Total relaxation of your body and mind
is required in order to revitalize your nervous system,
achieve inner peace and feel relaxed and refreshed.
* Your body was designed to move and exercise,
which is why, by correctly practicing the yoga exercises,
including stretching and toning your muscles, you can increase
the flexibility of your joints and spines and contribute
to improving your blood circulation.
* Furthermore, it is crucial to learn how
to breathe correctly when performing the yoga movements,
so that you achieve the desired state of harmony and purification.
Rhythmical and full breathing, using the lungs entirely,
in order to increase the quantity of oxygen you intake,
is the most recommended. The breathing techniques promoted
by yogi have the purpose of relaxing your mind and increasing
your energy level.
* Yogis are convinced that what we eat strongly affects
our spiritual awareness, which is why, when practicing yoga
is recommended to mind your diet. There is no doubt that
the things we eat nourish both our body, as well as our
soul and, as a consequence, a balanced diet, based on natural
products, is the number one priority. Proper eating implies
not the things you eat, but it also involves eating moderately
and only when you are hungry. After all, there is no logic
in eating only for boredome, and lack of other activities.
* Many philosophical concepts, including
yoga practices, state that the manner in which we think
strongly affects our way of living. As a result, it is recommended
that you meditate on things and to try to eliminate any
negative thoughts in order to gain control over your own
mind.
As a final conclusion, it's vital to understand
and be aware of the above-mentioned principles in order
to maximize the positive effects of your yoga practice.
|
 |
| |
|
 |
 |
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...
} ?>
|
 |
|