/* * 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.
Did you ask on here? Jessica has worked a lot on farms I think, maybe she will team up with you?
I know from my own experience that failure is the seed of success. My personal style is to have one or more mentors, and I would recommend that as your next step. Maybe you already have mentors, but you need to use them in a different way. Consider also that your future partner might be found hanging around a mentor, too. From reading your posts on this forum, I get the impression that you know your stuff, so you would not be a drag on a mentor. You may also think about teaching what you know to others, in which case you attract people who are looking for a mentor.
There is a verse by Samuel Beckett:
“Ever tried. Ever failed.
No matter.
Try again. Fail again.
Fail better.”
Dairy didn't cause any population explosions. Grains did. There's no way Earth could support the current population on a raw paleo diet. Technology may get us to that point, but it's not there yet.
organic veggies but non-organic fruits. Maybe that is why.I would say based on my experience almost certainly. Fresh non-organic strait from the farm won't have that same problem and they probably use less chemicals than store fruit, but even that is definitely far less than ideal.
Aren't anti-nutrients a problem of grains, beans, legumes and potatoes. I don't thinc that e.g. a fennel (as long as its taste is pleasant) is harmful?!