75919

Saturday, March 22, 2008

Beyonce Swears by It: This Program Works for Weight Loss and Cleansing

It is gaining popularity in leaps and bounds and although I heard about this program way back in 2000, I never would have foreseen that it would one day be something that almost anyone in holistic and alternative living would know off AND actually use.

Its known as the Master Cleanser (aka Lemonade diet) and even R&B singer; Beyonce, is in on the program as she reportedly used the Lemonade fasting recipe to shed weight while filming the upcoming movie: Dreamgirls.

Nonetheless, I am of the firm belief that the author or maker of this recipe-the late Dr. Stanley Burroughs-never had any intentions of having this program being seen as a shortcut to a rapid weight loss. quite the contrary, even though you will inevitably lose the pounds, the goal here is more for cleansing and detoxification, rather than just losing weight quickly or rapidly.

So without further ado, I share the recipe with you so you too can try it out for yourself:

* 2 Tbsp lemon or lime juice (approx. 1/2 lemon)

* 2 Tbsp genuine maple syrup (not maple flavored sugar syrup)

* 1/10 Tsp cayenne pepper (red pepper) or to taste

* water, medium hot (spring or purified water)

Combine the juice, maple syrup, and cayenne pepper in a 10 oz. glass and fill with medium hot water. (Cold water may be used if preferred.) Use fresh lemons or limes only, never canned lemon or lime juice nor frozen lemonade or frozen juice. Use organic lemons when possible.

The author suggests that you drink a laxative tea both morning and night or use the salt water wash that he recommends in his program in the morning with the tea at night.

From my experience, the best tea to use will be the Smooth Move Tea and for the salt water wash, here are the guidelines:

Prepare a full quart of lukewarm water and add two level (rounded for the Canadian quart) teaspoons of uniodized sea salt. Do not use ordinary iodized salt as it will not work property.

Drink the entire quart of salt and water first thing in the morning. This must be taken on an empty stomach.

The salt and water will not separate but will stay intact and quickly and thoroughly wash the entire tract in about one hour.

now, coming of the fast is also an important phase that should be approached with caution, I laughed out when I read that though Beyonce may have used this program, she reportedly went on a binge feast of junk food to gain her weight back.

Well, I dont know if that is true, but if it was, that is a No, No!

That can be very dangerous and I am quite sure that even if she did, she would have been wise enough to have at least observe the steps provided in the program on how to prepare the body for solid food to avoid any hassles.

The steps are to drink fresh squeezed orange juice for a day or two after the master cleansing period and on the third morning, have some orange juice in the morning, a mono-meal of fruit in the afternoon and a salad (or preferably more fruit) in the evening.

Then on the fourth day, it is advised that a Mucus-less or Mucus poor diet (which consists of raw and/or properly cooked fruits, roots, leaves and occasional-less harmful whole grains, nuts and seedsif desired) be adhered to for maintenance.

Also ensure that you:

1. Get as much Fresh Air as possible.

2. Get as much Rest as Possible

3. DON'T use microwaves...at all.

4. Avoid negative mass media and suggestions.

5. Don't overexert yourself, at least not till you feel up to physical activities

6. Don't break a fast with just any food...fruits are your best bet.

Well, Beyonce swore by it, Robin Quivers, Howard Sterns long-suffering sidekick says it made her drop from 218 lbs to a svelte 145 pound-figure and I have tried it to success, so it does work.

At least it cant hurt and could help immensely my friend.

Either way, here's to health

Aje

Foras Aje is an independent researcher and co-founder of BodyHealthSoul LLC. Stop by His fasting for weight Loss Blog today for more information on The Master cleanser lemonade detox diet

Angeles Cl Los Yoga

Hubs, Switches And Routers - What's The Difference?

The backbone of a computer network uses 3 types of devices to interconnect computers -- hubs, switches and routers. Each is important and serves a different role in facilitating communication between networked computers. From the outside these devices may look similar -- small, metal boxes with multiple connectors or ports where ethernet cables are attached (routers may also expose other types of connectors). The terms 'hub', 'switch', and 'router' are often used interchangeably and misused -- in fact, the devices are quite different. Hubs are used to simply interconnect individual computers. Switches do the same (but more efficiently). However, routers interconnect different networks (as opposed to individual machines).

Network Hub:
Compared to switches and routers, hubs are the least expensive, simplest device on the network. All data that enters one port of the hub is sent out all the other ports. Hence, all computers connected to the same hub see each other's network communications. The hub doesn't pay any attention to the transmitted data, it simply passes it along to its other ports. A hub's value lies in the fact it is inexpensive and offers a quick and easy way to connect computers in a small network.

Network Switch:
The job of a switch is similar to a hub's -- but it does it more efficiently. Each packet of data (ethernet frame) that is transmitted on the network has a source and destination mac address. A switch has the ability to remember the address of each computer attached to its ports and will act as a traffic cop -- only passing transmitted data to the destination machine and not all the others. This can have a significant positive affect on network performance because it eliminates unnecessary transmissions and frees-up network bandwidth. A switch can be thought of as the central component of a single network. It is used to interconnect devices on the network and to deliver layer 2 (OSI model) frames. A switch differs from a hub in that it does not retransmit frames to all other devices -- rather, a switch makes a direct link between the transmitting and receiving devices.

Network Router:
Compared to switches, routers are slow and relatively expensive. A router is an intelligent device that interconnects two or more networks for the purpose of delivering layer 3 (OSI model) packets. Since there may be more than one possible path, a router takes into account multiple criteria when determining which path to send the data packets. The fact that switches and routers operate at different layers of the OSI model indicates they rely on different information (contained in the frames or packets) to send data from a source to a destination.

An important difference between switched and routed networks is switched networks do not block broadcasts. As a result, switches can be overwhelmed by broadcast storms. Routers block LAN broadcasts, so a broadcast storm only affects the broadcast domain from which it originated. Since routers block broadcasts, they also provide a higher level of security than switches.

Analogy
Here's an analogy to help explain the difference between a router and switch -- a corporation's mail room. When an employee sends a letter it may (a) be delivered to its final destination by the company's internal mail delivery system or, (b) taken to the local Post office (if the recipient resides outside the company). A switch represents the corporation's mail room, and a router the local Post office.

A switch does not look inside the mail or examine the type of mail being delivered. The only logic behind a switch is a table of mac addresses (one for each computer on the network) and which port a destination mac is connected. That is, the switch stores a table of company employees and their office numbers and is responsible for delivering internal mail directly to employees. So, if mail arrives at the switch that is destined for an employee then a switch knows how to deliver it. A router, on the other hand, is responsible for delivering mail destined for individuals outside the company. In addition, routers can look inside the mail and delivery rules can be applied based on the mail's contents. This feature allows routers to play an important role in network security.

How a Switch Operates:
Switches are essentially multi-port bridges. They were designed to reduce the size of collision domains. In addition to faster CPUs and memory, two other technological advances made switches possible -- Content Addressable Memory (CAM) and application-specific integrated circuits (ASIC). CAM is memory that works backward compared to conventional memory -- that is, given a data value the memory returns the associated address. This allows a switch to directly find the port associated with a mac address (the data value). An ASIC is a device that can be programmed to perform functions at logic speeds in hardware. The use of CAM and ASIC technologies greatly reduced the delays caused by software processing and enabled a switch to keep pace with the demands of high data rates in Ethernet networks.

Switches can operate in one of three modes -- store-and-forward, cut-through and fragment-free. The trade-offs are performance versus reliability. In store-and-forward switching the switch reads the entire frame and checks for errors. In cut-through switching the switch reads the beginning of the frame up through the destination mac address. In fragment-free switching the first 64 bytes of a frame are read -- enough to determine whether or not it is a collision fragment (which account for the majority of frame errors).

The Layer 2 switch builds its forwarding table using mac addresses. When a host has data for a non-local IP address, it sends the frame to the closest router (also known as its default gateway). The host uses the mac address of the router as the destination mac address.

How a Router Operates:
Just as a switch keeps a table of known mac addresses, a router keeps a table of IP addresses known as a routing table. An important function of a router is to maintain these tables and make sure other routers are notified of changes in the network topology. This function is performed using routing protocols to communicate with other routers. When packets arrive at a router's interface it applies various criteria and protocols to determine the best path on which to transmit the packet to its next destination.

A router can be programmed to apply sophisticated rules based on the contents of the data packets that it sees. For example, routers can be programmed to act as hardware firewalls, can implement network address translation (NAT) and provide DHCP services to the network.

Because of their built-in intelligence, routers are generally considered the most complex devices on a network. In addition to directing packet traffic, routers can be configured to monitor network traffic, adapt to changes in the network that they detect dynamically, and protect networks by filtering packets and determining which packets will be blocked or allowed through.

Steve Leytus is a senior software engineer and develops applications for NutsAboutNets.com. For more information about AirSleuth 2.4 GHz Spectrum Analyzer and other low cost, PC-based diagnostic tools for installing, optimizing and trouble-shooting 802.11 (Wi-Fi) wireless networks please visit www.NutsAboutNets.com.

Office Desk Yoga Software