CINXE.COM
About – Museum of Kitchenalia
<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://museumofkitchenalia.com/about/","20220320160235","https://web.archive.org/","web","/_static/", "1647792155"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://museumofkitchenalia.com/xmlrpc.php"> <title>About – Museum of Kitchenalia</title> <script type="text/javascript"> WebFontConfig = {"google":{"families":["Libre+Baskerville:r:latin,latin-ext"]}}; (function() { var wf = document.createElement('script'); wf.src = 'https://web.archive.org/web/20220320160235/https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); </script><style id="jetpack-custom-fonts-css">.wf-active h1{font-size:3.2em;font-style:normal;font-weight:400}.wf-active .site-title{font-family:"Libre Baskerville",serif;font-size:57.6px;font-weight:400;font-style:normal}.wf-active .site-description{font-size:35.2px;font-family:"Libre Baskerville",serif;font-style:normal;font-weight:400}.wf-active .widget-title{font-family:"Libre Baskerville",serif;font-size:32px;font-weight:400;font-style:normal}.wf-active .archive-title, .wf-active .entry-title, .wf-active .page-title{font-family:"Libre Baskerville",serif;font-size:44.8px;font-weight:400;font-style:normal}.wf-active .post-layout-columns .post-wrapper .post-column article .entry-title{font-size:35.2px;font-style:normal;font-weight:400}.wf-active .comment-reply-title span, .wf-active .comments-header .comments-title{font-family:"Libre Baskerville",serif;font-size:32px;font-weight:400;font-style:normal}@media (max-width: 80em){.wf-active .site-description{font-size:32px;font-style:normal;font-weight:400}}@media (max-width: 70em){.wf-active .post-layout-columns .post-wrapper .post-column article .entry-title{font-size:32px;font-style:normal;font-weight:400}}@media (max-width: 60em){.wf-active .site-description{font-size:28.8px;font-style:normal;font-weight:400}}@media (max-width: 60em){.wf-active .archive-title, .wf-active .entry-title, .wf-active .page-title{font-size:41.6px;font-style:normal;font-weight:400}}@media (max-width: 60em){.wf-active .post-layout-columns .post-wrapper .post-column article .entry-title{font-size:35.2px;font-style:normal;font-weight:400}}</style> <meta name="robots" content="max-image-preview:large"/> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://web.archive.org/web/20220320160235/https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=1147' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://web.archive.org/web/20220320160235/https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://web.archive.org/web/20220320160235/https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://web.archive.org/web/20220320160235/https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9tdXNldW1vZmtpdGNoZW5hbGlhLmNvbQ%3D%3D" + "&wpcomid=100621908" + "&time=1647792155"; document.body.appendChild( iframe ); }, false ); </script> <link rel="dns-prefetch" href="//web.archive.org/web/20220320160235/https://s2.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20220320160235/https://britishhistoryoffood.wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20220320160235/https://s0.wp.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20220320160235/https://wordpress.com/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20220320160235/https://fonts.googleapis.com/"/> <link rel="alternate" type="application/rss+xml" title="Museum of Kitchenalia » Feed" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/feed/"/> <link rel="alternate" type="application/rss+xml" title="Museum of Kitchenalia » Comments Feed" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/comments/feed/"/> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1625065786h&ver=5.9.2"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="all-css-0-1" href="https://web.archive.org/web/20220320160235cs_/https://s1.wp.com/_static/??-eJyNkFFuAyEMRC9UsFilaX6qnoUFCzkxLMKQiNuXrtrVNm2Vfo48bzw23LJyS6qYKsSmMrdASeCW3RKVRGLsd0o7kSf4HWO6oMAZa7buolb1w/7lDW3IGUsYk4JwNZM+aQNzI/Yw87IGzMWWDlI74xZEyXHzH3sEInqyyBjXIjuR2XYsijFY13Wk9Bgfs73+Bv1dfm26u9n2pVUVCvm72v+OKLZSCvIAd8snNmkz/qaEYmZUBa/jiZ6kbg61Bb3FV3M8vBzNYXo+nd8BG1e9HQ==?cssminify=yes" type="text/css" media="all"/> <style id="wp-block-library-inline-css"> .has-text-align-justify { text-align:justify; } </style> <style id="global-styles-inline-css"> body{--wp--preset--color--primary: #dd5533;--wp--preset--color--secondary: #c43c1a;--wp--preset--color--accent: #22aadd;--wp--preset--color--highlight: #67bf96;--wp--preset--color--white: #ffffff;--wp--preset--color--light-gray: #dddddd;--wp--preset--color--gray: #808080;--wp--preset--color--dark-gray: #303030;--wp--preset--color--black: #000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('/web/20220320160235im_/https://museumofkitchenalia.com/about/#wp-duotone-blue-orange');--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 24px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--huge: 36px;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel="stylesheet" id="all-css-2-1" href="https://web.archive.org/web/20220320160235cs_/https://s2.wp.com/_static/??-eJx9jtEKwjAMRX/ImhWZPonfss1Qq01bmpSxvzej4oOOvYSbyz03gTmbKUXBKEDV5FCdjwxTKqg+5UFAE4R3P2BA0thxYj7ANjZnZcw45oLMRif5SkYeCvIep9RabYJ/oW784zTUQ0zileav+Otsp+BzGSQVqW4AliXg3gMOI5bWvSlX9kZXez51fXextn++AR6Sddc=?cssminify=yes" type="text/css" media="all"/> <style id="tortuga-stylesheet-inline-css"> .meta-date, .meta-category, .entry-tags, .meta-author { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; } </style> <link crossorigin="anonymous" rel="stylesheet" id="tortuga-default-fonts-css" href="https://web.archive.org/web/20220320160235cs_/https://fonts.googleapis.com/css?family=Titillium+Web%3A400%2C400italic%2C700%2C700italic%7COpen+Sans%3A400%2C400italic%2C700%2C700italic&subset=latin%2Clatin-ext" media="all"/> <link rel="stylesheet" id="all-css-4-1" href="https://web.archive.org/web/20220320160235cs_/https://s0.wp.com/_static/??-eJx9i0EKwkAMRS9kDCNauhHPMk5jiGQmpUkpvb3jTkHc/fd5D7cZirWgFlhXmHVlaY6bTEzh6FYkK1SaJIN0sV+xKx2L+wF/t0wGaiWHWPsCeGiW5V+60F2N+2Ts1ge+o1u9piGdT8M4psvzBXNyRGw=?cssminify=yes" type="text/css" media="all"/> <style id="jetpack-global-styles-frontend-style-inline-css"> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link rel="stylesheet" id="all-css-6-1" href="https://web.archive.org/web/20220320160235cs_/https://s1.wp.com/_static/??-eJxti0EKgCAQAD+UbVFGHaK3mJgaqyut0vejQ4eo0zAwA2cSmmI2MUMoImGxPjIk4iw2VP4Adurw0T6sNXMF/xeT9goFkqW3fKbsTDAMrgeLtCq8gyXM7dCNUjZy6vcLZTc31Q==?cssminify=yes" type="text/css" media="all"/> <script id="tortuga-jquery-navigation-js-extra"> var tortuga_menu_title = "Menu"; </script> <script id="wpcom-actionbar-placeholder-js-extra"> var actionbardata = {"siteID":"100621908","siteURL":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/museumofkitchenalia.com","xhrURL":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/museumofkitchenalia.com\/wp-admin\/admin-ajax.php","nonce":"fa333a4530","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/wp.me\/P6Ocm0-iv","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; </script> <script crossorigin="anonymous" type="text/javascript" src="https://web.archive.org/web/20220320160235js_/https://s0.wp.com/_static/??-eJyFjcEOwjAMQ3+IriAmKg6IbykjlFRNM9J0sL9nlZgEJ06W7GfbPkczcFbIamOxxBdMYGoB8WHxDOYbd7Fs7C8nSc0o/JrXDPOQ6hVKC+Ojgswf6QjzX8gQBvEK3/D6pnegpTIKEFayyqI1+DaR/YTBK3LrnOm0O+yd2/b90cU3GW5PjQ=="></script> <script type="text/javascript"> window.addEventListener( 'DOMContentLoaded', function() { rltInitialize( {"token":null,"iframeOrigins":["https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/widgets.wp.com"]} ); } ); </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://britishhistoryoffood.wordpress.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress.com"/> <link rel="canonical" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/about/"/> <link rel="shortlink" href="https://web.archive.org/web/20220320160235/https://wp.me/P6Ocm0-iv"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20220320160235/https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fmuseumofkitchenalia.com%2Fabout%2F&for=wpcom-auto-discovery"/><link rel="alternate" type="application/xml+oembed" href="https://web.archive.org/web/20220320160235/https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fmuseumofkitchenalia.com%2Fabout%2F&for=wpcom-auto-discovery"/> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article"/> <meta property="og:title" content="About"/> <meta property="og:url" content="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/about/"/> <meta property="og:description" content="Welcome to the Museum of Kitchenalia! My aim is to represent the UK’s vast culinary history with a mission to identify, preserve and interpret objects and ephemera specifically relating to th…"/> <meta property="article:published_time" content="2019-01-04T15:19:21+00:00"/> <meta property="article:modified_time" content="2022-02-01T16:50:52+00:00"/> <meta property="og:site_name" content="Museum of Kitchenalia"/> <meta property="og:image" content="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=200"/> <meta property="og:image:width" content="200"/> <meta property="og:image:height" content="200"/> <meta property="og:image:alt" content=""/> <meta property="og:locale" content="en_US"/> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/> <meta name="twitter:text:title" content="About"/> <meta name="twitter:image" content="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=240"/> <meta name="twitter:card" content="summary"/> <!-- End Jetpack Open Graph Tags --> <link rel="openid.server" href="https://museumofkitchenalia.com/?openidserver=1"/> <link rel="openid.delegate" href="https://museumofkitchenalia.com/"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/osd.xml" title="Museum of Kitchenalia"/> <link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20220320160235/https://s1.wp.com/opensearch.xml" title="WordPress.com"/> <meta name="theme-color" content="#dddddd"/> <style type="text/css"> .recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; } table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar { border: 0px; margin: 0; } table.recentcommentsavatartop a, table.recentcommentsavatarend a { border: 0px !important; background-color: transparent !important; } td.recentcommentsavatarend, td.recentcommentsavatartop { padding: 0px 0px 1px 0px; margin: 0px; } td.recentcommentstextend { border: none !important; padding: 0px 0px 2px 10px; } .rtl td.recentcommentstextend { padding: 0px 10px 2px 0px; } td.recentcommentstexttop { border: none; padding: 0px 0px 0px 10px; } .rtl td.recentcommentstexttop { padding: 0px 10px 0px 0px; } </style> <meta name="application-name" content="Museum of Kitchenalia"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://museumofkitchenalia.com/feed/;icon-uri=https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=16"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="Welcome to the Museum of Kitchenalia! My aim is to represent the UK's vast culinary history with a mission to identify, preserve and interpret objects and ephemera specifically relating to the traditions and practices of the British kitchen. It is not a museum in the traditional sense with display cases and a tea shop. Rather,…"/> <!-- There is no amphtml version available for this URL. --><link rel="icon" href="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=32" sizes="32x32"/> <link rel="icon" href="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=192" sizes="192x192"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=180"/> <meta name="msapplication-TileImage" content="https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=270"/> <!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="page-template-default page page-id-1147 wp-custom-logo wp-embed-responsive customizer-styles-applied post-layout-two-columns post-layout-columns date-hidden categories-hidden tags-hidden author-hidden highlander-enabled highlander-light"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="header-top" class="header-bar-wrap"> <div id="header-bar" class="header-bar container clearfix"> </div> </div> <header id="masthead" class="site-header clearfix" role="banner"> <div class="header-main container clearfix"> <div id="logo" class="site-branding clearfix"> <a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/" class="custom-logo-link" rel="home"><img width="800" height="841" src="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg" class="custom-logo" alt="Museum of Kitchenalia" srcset="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg 800w, https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg?w=143&h=150 143w, https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg?w=285&h=300 285w, https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg?w=768&h=807 768w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="1583" data-permalink="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/cropped-all-my-books-2021-promo-2-jpg/" data-orig-file="https://web.archive.org/web/20220320160235/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg" data-orig-size="800,841" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="cropped-all-my-books-2021-promo-2.jpg" data-image-description="<p>https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg</p> " data-image-caption="" data-medium-file="https://web.archive.org/web/20220320160235/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg?w=285" data-large-file="https://web.archive.org/web/20220320160235/https://britishhistoryoffood.files.wordpress.com/2021/11/cropped-all-my-books-2021-promo-2.jpg?w=800"/></a> <p class="site-title"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/" rel="home">Museum of Kitchenalia</a></p> </div><!-- .site-branding --> </div><!-- .header-main --> <div id="main-navigation-wrap" class="primary-navigation-wrap"> <nav id="main-navigation" class="primary-navigation navigation container clearfix" role="navigation"> <div class="main-navigation-menu-wrap"> <ul id="menu-main-menu" class="main-navigation-menu"><li id="menu-item-1155" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1155"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/">Home</a></li> <li id="menu-item-1156" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1147 current_page_item menu-item-1156"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/about/" aria-current="page">About</a></li> <li id="menu-item-1157" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1157"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/whats-on/">What’s New</a></li> <li id="menu-item-1158" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1158"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/media/">TV & Media</a></li> <li id="menu-item-1159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1159"><a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/shop/">Shop</a></li> </ul> </div> </nav><!-- #main-navigation --> </div> </header><!-- #masthead --> <div id="headimg" class="header-image"> <a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/" rel="home"> <img src="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-historic-food-course-promotion-for-gfw.jpg"/> </a> </div> <div id="content" class="site-content container clearfix"> <section id="primary" class="content-single content-area"> <main id="main" class="site-main" role="main"> <article id="post-1147" class="post-1147 page type-page status-publish hentry comments-off"> <header class="entry-header"><h1 class="page-title">About</h1></header> <div class="entry-content clearfix"> <p>Welcome to the Museum of Kitchenalia! </p> <p><strong>My aim is to represent the UK’s vast culinary history with a mission to identify, preserve and interpret objects and ephemera specifically relating to the traditions and practices of the British kitchen. </strong></p> <p>It is not a museum in the traditional sense with display cases and a tea shop. Rather, it is a private collection representing about fifteen years of hoarding Kitchenalia and related objects from the eighteenth to the twentieth century.<strong> </strong>The museum was founded by me, Emma Kay, a former museum professional who has worked in major institutions such as The National Maritime Museum, The British Museum and the University of Bath. I am qualified in History and Conservation and numerous areas of Heritage Management and Archaeology at Post-Graduate level.</p> <p>Emma lives in the Cotswolds with her husband and young son. Her articles have appeared in publications including <em>BBC History Magazine</em>, <em>The Daily Express, Daily Mail</em>, <em>Times Literary Supplement, </em>and the<em> Victorian Review </em>(Johns Hopkins University) <em>. </em>She has contributed historic food research for a number of television production companies and featured several times on Talk Radio Europe, BBC Radio Hereford and Worcester, BBC Radio Coventry and Warwickshire, BBC Radio Gloucestershire, BBC Radio Humberside, BBC Radio Berkshire and LifeFM. Emma has also been interviewed for numerous podcasts.</p> <p>Emma has recently collaborated on several projects with former U.S. Democratic member of Ohio State Senate, turned cook and author, Capri Cafaro.</p> <p><strong><u>Television</u></strong></p> <p>In 2021 Emma was interviewed for the documentary, <strong><em>The Spice War</em></strong>, for Korean television, speaking about Britain’s historical involvement in the sugar and spice trade. To be aired, 2022.</p> <p>In 2021 Emma prepared a selection of historic dishes from the Regency era to accompany a 2022 CTVC production for Channel 4, <strong>Britain’s Novel Landscapes with Mariella Frostrup – Jane Austen</strong>, co-presenting the sequence with Mariella Frostrup.</p> <p>In 2021 Emma cooked a selection of major Babylonian and English Medieval dishes, using original techniques as part of a documentary series for KBS-TV in Korea. KBS also interviewed Emma about the evolution of the British kitchen. To be aired, 2022.</p> <p>In 2020 Emma made the Medieval dish of Frumenty for Channel 5 series <strong><em>Britain By The Book, </em></strong>co-presenting the feature withGyles Brandreth.</p> <p>In 2020 Emma created a Roman banquet and presented the origins and influences of Roman cooking with presenter Dan Jones, for Channel 5 series <strong><em>Walking Britain’s Roman Roads</em></strong><strong>. </strong>Broadcast 2021<strong></strong></p> <p>At the end of 2019 Emma was filmed discussing and demonstrating historic battle food for several episodes of Channel 5 series, <strong><em>Britain’s Lost Battlefields</em></strong><em> </em>with presenter Rob Bell. Broadcast 2020</p> <p>In 2018 she appeared in both a ten-part series for the BBC and Hungry Gap Productions, <strong><em>The Best Christmas Food Ever</em></strong> and on <strong>BBC Countryfile</strong>, co-presenting a feature exploring the heritage of the black pear with Anita Rani. Broadcast 2018 and 2019.</p> <p><strong><u>Talks and food demos</u></strong></p> <p>The Guild of Food Writers, Bath Literature Festival, Stroud Book Festival, Wakefield Rhubarb Festival, 1 Royal Crescent, Bath, The Women’s Institute, and public Libraries.</p> <p><a><strong><u>Published titles</u></strong></a></p> <p><strong><em>Dining with the Georgians</em></strong> (Amberley Publishing, 2014), <strong><em>Dining with the Victorians</em></strong> (Amberley Publishing,2015), <strong><em>Cooking up History: Chefs of the Past</em></strong> (Prospect Books, 2017), <strong><em>Vintage Kitchenalia</em></strong> (Amberley Publishing,2017), <strong><em>More than a Sauce</em>: <em>A Culinary History of Worcestershire </em></strong>(Amberley Publishing,2018), <strong><em>Stinking Bishops and Spotty Pigs: A History of Gloucestershire’s Food and Drink</em></strong><em> </em>(Amberley Publishing, 2019).</p> <p><strong><em>A History of British Baking</em></strong> (Pen & Sword Books, 2020)</p> <p><strong><em>A Dark History of Chocolate</em></strong> (Pen & Sword Books, 2021)</p> <p><strong><em>Foots, Lonks & Wet Nellies: Lancashire’s Food & Drink </em></strong>(Amberley Publishing, 2022)</p> <p><strong><u>Forthcoming books</u></strong></p> <p><em>Cure, Cook and Conjure: The History of Herbalism</em> for Pen & Sword Books <strong>(2022)</strong></p> <p><em>Fodder & Drincan</em> for Prospect Books <strong>(2022)</strong></p> <p><em>Mrs Beeton and Bertha Marshall: A Tale of Two Victorian Cooks</em> <strong>(2023)</strong></p> <p><em>Wortes And All</em>: <em>Cooking in Medieval England </em>for Amberley Publishing <strong>(2022/23)</strong></p> <p>Emma is a member of The Guild of Food Writers: <a href="https://web.archive.org/web/20220320160235/http://www.gfw.co.uk/">http://www.gfw.co.uk/</a></p> <p>Email Emma at: <br><a>kitchenmuseum@yahoo.com</a> </p> <p></p> <p></p> <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-1147" class="share-twitter sd-button share-icon" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/about/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-1147" class="share-facebook sd-button share-icon" href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/about/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div><div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded" id="like-post-wrapper-100621908-1147-6237501c0e2f2" data-src="//web.archive.org/web/20220320160235oe_/https://widgets.wp.com/likes/index.html?ver=20220105#blog_id=100621908&post_id=1147&origin=britishhistoryoffood.wordpress.com&obj_id=100621908-1147-6237501c0e2f2&domain=museumofkitchenalia.com" data-name="like-post-frame-100621908-1147-6237501c0e2f2" data-title="Like or Reblog"><h3 class="sd-title">Like this:</h3><div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><span class="sd-text-color"></span><a class="sd-link-color"></a></div></div> </div><!-- .entry-content --> </article> </main><!-- #main --> </section><!-- #primary --> <section id="secondary" class="sidebar widget-area clearfix" role="complementary"> <div class="widget-wrap"><aside id="wpcom_social_media_icons_widget-7" class="widget widget_wpcom_social_media_icons_widget clearfix"><div class="widget-header"><h3 class="widget-title">Social</h3></div><ul><li><a href="https://web.archive.org/web/20220320160235/https://www.facebook.com/KitchenMuseum1800/" class="genericon genericon-facebook" target="_blank"><span class="screen-reader-text">View KitchenMuseum1800’s profile on Facebook</span></a></li><li><a href="https://web.archive.org/web/20220320160235/https://twitter.com/@MuseumofKitchen/" class="genericon genericon-twitter" target="_blank"><span class="screen-reader-text">View @MuseumofKitchen’s profile on Twitter</span></a></li><li><a href="https://web.archive.org/web/20220320160235/https://www.instagram.com/museumofkitchenalia/" class="genericon genericon-instagram" target="_blank"><span class="screen-reader-text">View museumofkitchenalia’s profile on Instagram</span></a></li><li><a href="https://web.archive.org/web/20220320160235/https://www.linkedin.com/in/emma-kay-73993a2b/" class="genericon genericon-linkedin" target="_blank"><span class="screen-reader-text">LinkedIn</span></a></li><li><a href="https://web.archive.org/web/20220320160235/https://www.youtube.com/channel/UCnTyhFgdStZBUTkSxu0qTMQ/?guided_help_flow=5" class="genericon genericon-youtube" target="_blank"><span class="screen-reader-text">YouTube</span></a></li></ul></aside></div><div class="widget-wrap"><aside id="twitter_timeline-3" class="widget widget_twitter_timeline clearfix"><div class="widget-header"><h3 class="widget-title">Follow me on Twitter</h3></div><a class="twitter-timeline" data-theme="light" data-border-color="#e8e8e8" data-tweet-limit="3" data-lang="EN" data-partner="jetpack" href="https://web.archive.org/web/20220320160235/https://twitter.com/@MuseumofKitchen" href="https://web.archive.org/web/20220320160235/https://twitter.com/@MuseumofKitchen">My Tweets</a></aside></div> </section><!-- #secondary --> </div><!-- #content --> <div id="footer" class="footer-wrap"> <footer id="colophon" class="site-footer container clearfix" role="contentinfo"> <div class="site-info"> <a href="https://web.archive.org/web/20220320160235/https://wordpress.com/?ref=footer_custom_com" rel="nofollow">Website Built with WordPress.com</a>. </div><!-- .site-info --> </footer><!-- #colophon --> </div> </div><!-- #page --> <!-- --> <script src="//web.archive.org/web/20220320160235js_/https://0.gravatar.com/js/gprofiles.js?ver=202211z" id="grofiles-cards-js"></script> <script id="wpgroho-js-extra"> var WPGroHo = {"my_hash":""}; </script> <script crossorigin="anonymous" type="text/javascript" src="https://web.archive.org/web/20220320160235js_/https://s1.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240h"></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account' ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-premium-tortuga actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Follow</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Following</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/"> <img alt="" src="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=50" class="avatar avatar-50" height="50" width="50"/> Museum of Kitchenalia </a> </li> <form method="post" action="https://web.archive.org/web/20220320160235/https://subscribe.wordpress.com/" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 2,776 other followers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address"/> </div> <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="100621908"/> <input type="hidden" name="source" value="https://museumofkitchenalia.com/about/"/> <input type="hidden" name="sub-type" value="actionbar-follow"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="5dedd0add1"/> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://web.archive.org/web/20220320160235/https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fmuseumofkitchenalia.com%252Fabout%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://web.archive.org/web/20220320160235/https://museumofkitchenalia.com/"> <img alt="" src="https://web.archive.org/web/20220320160235im_/https://britishhistoryoffood.files.wordpress.com/2019/01/cropped-sixteenth-century-utensils.png?w=50" class="avatar avatar-50" height="50" width="50"/> Museum of Kitchenalia </a> </li> <li class="actnbr-folded-customize"> <a href="https://web.archive.org/web/20220320160235/https://britishhistoryoffood.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fbritishhistoryoffood.wordpress.com%2Fabout%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon gridicons-reader-follow" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 16v2h-3v3h-2v-3h-3v-2h3v-3h2v3h3zM20 2v9h-4v3h-3v4H4c-1.1 0-2-.9-2-2V2h18zM8 13v-1H4v1h4zm3-3H4v1h7v-1zm0-2H4v1h7V8zm7-4H4v2h14V4z"/></g></svg><span>Follow</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon gridicons-reader-following" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M23 13.482L15.508 21 12 17.4l1.412-1.388 2.106 2.188 6.094-6.094L23 13.482zm-7.455 1.862L20 10.89V2H2v14c0 1.1.9 2 2 2h4.538l4.913-4.832 2.095 2.176zM8 13H4v-1h4v1zm3-2H4v-1h7v1zm0-2H4V8h7v1zm7-3H4V4h14v2z"/></g></svg><span>Following</span> </a> </li> <li class="actnbr-signup"><a href="https://web.archive.org/web/20220320160235/https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://web.archive.org/web/20220320160235/https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fmuseumofkitchenalia.com%252Fabout%252F">Log in</a></li> <li class="actnbr-shortlink"><a href="https://web.archive.org/web/20220320160235/https://wp.me/P6Ocm0-iv">Copy shortlink</a></li> <li class="flb-report"><a href="https://web.archive.org/web/20220320160235/http://en.wordpress.com/abuse/">Report this content</a></li> <li class="actnbr-reader"> <a href="https://web.archive.org/web/20220320160235/https://wordpress.com/read/blogs/100621908/posts/1147"> View post in Reader </a> </li> <li class="actnbr-subs"> <a href="https://web.archive.org/web/20220320160235/https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://web.archive.org/web/20220320160235/https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20210915"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://web.archive.org/web/20220320160235/https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20211028"; script.defer = true; document.body.appendChild( script ); } ); </script> <script type="text/javascript"> window.WPCOM_sharing_counts = {"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/museumofkitchenalia.com\/about\/":1147}; </script> <script id="comment-like-js-extra"> var comment_like_text = {"loading":"Loading...","swipeUrl":"https:\/\/web.archive.org\/web\/20220320160235\/https:\/\/s2.wp.com\/wp-content\/mu-plugins\/comment-likes\/js\/lib\/swipe.js?ver=20131008"}; </script> <script id="sharing-js-js-extra"> var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"}; </script> <script crossorigin="anonymous" type="text/javascript" src="https://web.archive.org/web/20220320160235js_/https://s0.wp.com/_static/??-eJx9zcEOwjAIBuAXshI1ce5gfBSDHW50LastdT6+TYyJ8dAT5IcPYI3GLqIkCi7DQE+2FF9blzfwMwrFRF9GlgyeZ8rwKFRoQhk8pcayXUKokfkg9xc0oCONaGe4sljQlVUpGeVAnoUaDofAYm6YIGCupnZGU73UehaXrObukRPkCRPL+K0VXcJ5dzz03aHbn3r3BoLjcWc="></script> <script type="text/javascript"> var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-twitter' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' ); return false; } } ); } )(); var windowOpen; ( function () { function matches( el, sel ) { return !! ( el.matches && el.matches( sel ) || el.msMatchesSelector && el.msMatchesSelector( sel ) ); } document.body.addEventListener( 'click', function ( event ) { if ( ! event.target ) { return; } var el; if ( matches( event.target, 'a.share-facebook' ) ) { el = event.target; } else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) { el = event.target.parentNode; } if ( el ) { event.preventDefault(); // If there's another sharing window open, close it. if ( typeof windowOpen !== 'undefined' ) { windowOpen.close(); } windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' ); return false; } } ); } )(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <iframe src="https://web.archive.org/web/20220320160235if_/https://widgets.wp.com/likes/master.html?ver=20220105#ver=20220105&origin=https://museumofkitchenalia.com" scrolling="no" id="likes-master" name="likes-master" style="display:none;"></iframe> <div id="likes-other-gravatars"> <div class="likes-text"> <span>%d</span> bloggers like this: </div> <ul class="wpl-avatars sd-like-gravatars"></ul> </div> <script src="//web.archive.org/web/20220320160235js_/https://stats.wp.com/w.js?63" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'100621908','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'100621908','v':'wpcom','tz':'0','user_id':'0','post':'1147','subd':'britishhistoryoffood'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1TaVhzUzFMbjdWNHpwZGhTayxPSUFCMGNrd29+Smw0TDhnZmRTK0hlRi9QSGh6bi9GXVhBJWIlZlR5U1JMLU8/MkNtblkvY1dzWkZHMElNcXlRRzFBQVtTMHZXfj81LT9oZCw9NSs/Y2h0fHAyVkxacDBDJmY0aCtdSTIxZ08xZDMxdXZDVXVDOXQlOVk0K11YdyVZQjhMbkVIamdIZ35XL21ZfE89T0FhZEgxK0w1aGIzc3Bvcls2WjM5SGItZXAwaFJKRDBBW2NxcDcuPVZxPUJTdldrZFpCeVhobTVHXUptN2YwSW55akFVY0YzYmRteERJckNhMU0zMnEsZGNQdDkuUWdffFd6bWk0fHZmWWdfZ2RZKyUsUGc1fHJ+TGxo'}]); _stq.push([ 'clickTrackerInit', '100621908', '1147' ]); </script> <noscript><img src="https://web.archive.org/web/20220320160235im_/https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript> <script defer id="bilmur" data-customproperties="{"enq_jquery":"1","logged_in":"0","wptheme":"premium\/tortuga"}" data-provider="wordpress.com" data-service="simple" src="/web/20220320160235js_/https://museumofkitchenalia.com/wp-content/js/bilmur.min.js?i=3&m=202211"></script><script> if ( 'object' === typeof wpcom_mobile_user_agent_info ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ""; if( false !== wpcom_mobile_user_agent_info.matchedPlatformName ) mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName ) mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; if( wpcom_mobile_user_agent_info.isIPad() ) mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views'; if( "" != mobileStatsQueryString ) { new Image().src = document.location.protocol + '//web.archive.org/web/20220320160235/https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } </script> </body> </html> <!-- FILE ARCHIVED ON 16:02:35 Mar 20, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:46:23 Dec 04, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.505 exclusion.robots: 0.035 exclusion.robots.policy: 0.025 esindex: 0.009 cdx.remote: 4.889 LoadShardBlock: 265.035 (3) PetaboxLoader3.datanode: 224.45 (6) PetaboxLoader3.resolve: 150.986 (3) load_resource: 162.557 -->