/* * 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.
Hi, I just started this diet 2 weeks ago, hoping that it would help me overcome some health problems. One of the big problems - constipation. So far, no change. :'(
I went cold turkey. I've been eating fatty steaks, eggs, and fish. Raw lamb tasted disgusting, for some reason, even though I love cooked lamb. So I didn't repeat the experiment. I also tried lamb hearts - they were even worse. I didn't mind the texture - I can get used to that - it was something about the aftertaste that didn't agree with me. Perhaps I should try beef heart. Maybe it doesn't have the same aftertaste. But the worst thing by far was bone marrow. I was kind of excited to try marrow, because it is one of my most favorite dishes when cooked. It turned out that raw marrow is nothing like the cooked one. It was grainy, not creamy, and it got stuck to my palate. I know that organ meats are supposed to be very good for you, better than flesh. But I went back to steak so far. :
Thanks for all the suggestions. I read the website on the mercury scam, and I'll be stocking up on raw fish.
I'm lucky to be getting a farmer's market store in a month that's only a few miles away, but I have a few questions about buying bulk meat/fish online since I don't know what they'll carry and when.
How many pounds of meat would make the price of shipping worth while?
Is it best to aim for places that are in-state?
Any suggestions for finding in-state, bulk delivery services?
Being land-locked, what's the best way to get fish?