Hot Topics / Got Milk?
« on: March 03, 2012, 03:55:25 am »

/* * 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.
RF, I was wondering if you, or anyone else focused on self-sufficient farming, could post a thread on rawpaleoforum on how to start one's own farm rawpalaeo-style? I think it would be most educational for those thinking of becoming independent in terms of food-supply, as the thread would point out all the standard mistakes to be avoided, which animals are the least "high-maintenance" etc.
I would turn the thread into a permanent "sticky" one.
Interestingly, Charles Darwin, while calling fire-making "probably the greatest [discovery], excepting language, ever made by man," thought that cooking was a late addition to the human skill-set without biological or evolutionary significance, and anthropologists agreed with him until quite recently.
Yes, but that doesn't explain the sudden, in-one-generation GIANT increase in crooked teeth that Dr. Price found in groups that had recently switched to store-bought Western foods.