/* * 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 used to buy from Dr Ron's a supplement that was claimed to be 100% free of preservatives and chemicals, that was made from genuinely raw liver from grassfed cattle. It was a powdered extract of glands like thyroid, adrenal etc. It failed to help me. Admittedly, my health-problems might not have been glandular per se , though.
Yes, if you are absolutely sure it's not heated above 40 degrees Celsius. I used to live in the UK where the law allowed honey to be labelled raw as long as it was "only" heated to anywhere up to 80 degrees Celsius for a short while. My experiences with any liquid honey labelled raw in the UK were all bad, leading to too much blood-sugar-related issues, so I stuck to raw honeycomb from local farms(never from abroad if possible) and I still do that most of the time in Austria.
There seems to be a misunderstanding. Honeycomb looks like this:-
Honey in a jar hardly ever has honeycomb in it. The wax is all in the honeycomb, afaik. On the rare occasions that there is honeycomb in a jar of honey, the honeycomb is usually preheated prior to being put in there, so is useless. Best honeycomb is dark like in the image above. Heather honeycomb is, imo, the best tasting honeycomb.
Not particularly.