/* * 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.
Thanks Tyler! I actually went to one of Aajonus' lectures recently and spoke to a couple people. Unfortunately most people live an hour or more outside of the city, so it's not very convenient for meeting up. Also, even though I'm only just easing my way into this way of eating, I was more experienced than a lot of people who attended. Most hadn't eaten raw meat.
I am part of a co-op where I can get raw milk, veggie juice, and meat on occasion. I picked up a carpaccio from the co-op (a woman in IL sells ceviches and carpaccio in accordance with Aajonus' diet) and when someone mentioned I eat raw meat, there was a gasp from a couple people picking up their milk. It didn't really bother me and I found it kind of amusing, but even at a raw dairy co-op I can't seem to find people who are open-minded enough to try this out.
I bought some organic raw veal at a local grocery store here in Chicago, decided to eat it with my fingers at their salad bar seating area, and was asked to leave the store by a grotesquely over-weight manager who stated that he did not wish the store to be responsible for poisoning me. I chuckled, huffed down my raw flesh heartily, and left, but not before I gave his massive gut a once over and uttered "yeah right." Been raw here for two years, never felt more healthier, yet never felt more paleo-alone. Any other raw meat eaters in Chicago??
Ah well, I shall endure.
Maybe I will move to the west coast =)
Any of you in or around Chicago? Would love to eat meat with others. Because I'm a newbie, still a little nervous about trying certain varieties of meats... if I eat it with someone else, might be more comfortable taking the plunge. Also want to exchange tips on local farmers' markets, etc.
Any of you in or around Chicago? Would love to eat meat with others. Because I'm a newbie, still a little nervous about trying certain varieties of meats... if I eat it with someone else, might be more comfortable taking the plunge. Also want to exchange tips on local farmers' markets, etc.