/* * 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 made rocky mountain oysters again only this time I ran them through while frozen through the food processor with the slicer attachment. I planned on using only pressed fresh garlic and hot sauce but while they were thawing in the bowel I decided to add pepper and cilantro again. They were much better after they were sliced in the food processor. In fact they were really good! They were still chewy but sliced small enough to be good. The garlic and hot sauce accent their peculiar flavor perfectly and though I could have desired them a little coarser they were still excellent. I never thought I would actually like them. They aren't good at all when blended in a smoothie. I can't believe I drank them in smoothies for a year and a half and never tried them this way till today!
I don't know 'Biltong'. Sorry.
iirc, it says that they did tests and found that there was no difference as far as "food poisoning" from keeping eggs refrigerated or at room temperature. Can't remember if they said refrigerated eggs lasted longer. Probably so.
I believe oxidized fat in something we should avoid. I believe you can actually feel the difference energy wise. In nature fat wouldn't hang around very long, as scavengers would quickly devour it. And yes, all the stories of the inuits and american plains indians with there pemican and fermented fish ect... but they also needed to survive their winters, and most likely didn't ponder much over whether one food was causing harm on a cellular level. They were desperate for calories instead. I always suggest people to pay particular attention to how fresh their fats are.. as I'm always amazed at how insensitive most are to rancid or oxidized fats and oils.
I just cut small strips and hang my meat in front of a high speed fan, air drying it at room temperature, over a couple of days works just fine, no machine.