/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Chris - it looks like your list is really spices, rather than herbs: I am very sensitive to these, so mostly avoid them except a little black pepper and turmeric. An RP person in the right part of the world would be able to consume these spices, so why deny the pleasure it may be giving you?
Dried herbs would be good to take tramping / trekking for the light weight and ability to create an instant salad, and they would be good if your climate was too cold to grow greens in winter.
I actually just started a workout routine.
I weight train 4x a week, and play basketball almost daily.
I eat small meals through out the day. I always buy the fattiest cut of beef I can get (chuck roast).
Each meal consists of a fruit, 2 oz of beef, half a small avacado, apricot seeds, and raw honey on the avacados.
I'll typically eat 5 of those small meals a day. With one cooked meat meal as I taper off cooked food.
I also sleep at sun down, and wake up at sun up.
I drink a lot of water too.
I also take Kre-Alkalyn, a creatine supplement which really helps.
Some suggestions are -
1) fattiest cuts of meat possible, it prevents inflamation because of the omega 3's
2) Lot's of water (keep hydrated)
3) Lot's of raw fats, avacados, olives, etc.
4) Don't be afraid to eat those carbs
5) Consider eating slightly more meat than me, maybe a pound a day
If you're eating a good balance of carbs, fats, and protein you shouldn't need to eat massive amounts of beef per day. I get soar but after 3 days it goes away, and I just started.
Consider kre-alkalyn. Don't take my word for it, check out their websites - www.kre-alkalyn.net
As far as training don't go to hard when you start, make sure you increase the intensity of the workouts as you go.