No edit summary
 
No edit summary
Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit
Line 262: Line 262:
   <div id="result"></div>
   <div id="result"></div>
<h4>See also</h4>
<h4>See also</h4>
&bull; <a href="https://www.cookipedia.co.uk/recipes_wiki/Slow-roast_recipes">Slow roast recipes</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/recipes_wiki/Slow-roast_recipes">Slow roast recipes</a><br />
&bull; <a href="https://www.cookipedia.co.uk/recipes_wiki/Talk:Meat_cooking_time_calculator_Metric">More roasting resources and program information here</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/recipes_wiki/Talk:Meat_cooking_time_calculator_Metric">More roasting resources and program information here</a><br />
&bull; <a href="https://www.cookipedia.co.uk/calories/chicken/bq/11#jump chicken" title="Calories in various chicken cuts">The calories in various cuts of chicken</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/calories/chicken/bq/11#jump chicken" title="Calories in various chicken cuts">The calories in various cuts of chicken</a><br />
&bull; <a href="https://www.cookipedia.co.uk/recipes_wiki/Meat_cooking_time_calculator_Imperial" title="The Imperial version can be found here">An Imperial version of this calculator <em>pounds and ounces (lb/oz)</em></a><br />
&bull; <a href="http://dev.cookipedia.co.uk/recipes_wiki/Meat_cooking_time_calculator_Imperial" title="The Imperial version can be found here">An Imperial version of this calculator <em>pounds and ounces (lb/oz)</em></a><br />
&bull; <a href="https://www.cookipedia.co.uk/recipes_wiki/Sous_vide_meat_cooking_times" title="A sous vide meat cooking time calculator">Sous vide meat cooking times</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/recipes_wiki/Sous_vide_meat_cooking_times" title="A sous vide meat cooking time calculator">Sous vide meat cooking times</a><br />
&bull; <a href="https://www.cookipedia.co.uk/recipes_wiki/Puff_pastry_cooking_times_%26_temperatures" title="Puff pastry cooking times and temperatures">Puff pastry cooking times and temperatures</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/recipes_wiki/Puff_pastry_cooking_times_%26_temperatures" title="Puff pastry cooking times and temperatures">Puff pastry cooking times and temperatures</a><br />
&bull; <a href="https://www.cookipedia.co.uk/wiki/index.php?title=Puff_pastry_cooking_times_%26_temperatures" title="Shortcrust pastry cooking times and temperatures">Shortcrust pastry cooking times and temperatures</a><br />
&bull; <a href="http://dev.cookipedia.co.uk/wiki/index.php?title=Puff_pastry_cooking_times_%26_temperatures" title="Shortcrust pastry cooking times and temperatures">Shortcrust pastry cooking times and temperatures</a><br />
<!--Meat time calc javascript-->
<!--Meat time calc javascript-->
<script>
<script>
Line 283: Line 283:
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
}
//self.xmlHttpReq.open('POST', "https://www.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
//self.xmlHttpReq.open('POST', "http://dev.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.open('POST', "https://www.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.open('POST', "http://dev.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
self.xmlHttpReq.onreadystatechange = function() {
Line 306: Line 306:
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
}
//self.xmlHttpReq.open('POST', "https://www.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
//self.xmlHttpReq.open('POST', "http://dev.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.open('POST', "https://www.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.open('POST', "http://dev.cookipedia.co.uk/cgi-bin/fowl-play-m.pl", true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
self.xmlHttpReq.onreadystatechange = function() {