Welcoming Committee / Re: My intro:
« on: January 27, 2011, 09:27:21 am »Eating some raw venison in this fashion with honey and kimchee and a little lemon juice on the meat as I type...
/* * 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.
i would seriously ditch the dried fruits and honey...sugar in general.. u sound like u have hypoglycemic symptoms
Some of the problems that you have described could be caused by food allergies. Try an elimination diet. Take away dairy, egg white, and nuts and see if you feel better. My skin breakouts did not stop until I stopped eating all of these.
You say that honey and dried fruit makes you feel better. Are you sure? I used to have a fruit addiction because I felt like I needed sugar since it provided that temporary lift.
Ditch all raw and pasteurised dairy, and try websites like eatwild.com etc. so you can get raw grassfed meat delivered direct to your door. Isn't Maryland the state Washington D.C. is in? That should mean it would be much easier to find grassfed meat there than anywhere else.