{"id":33,"date":"2008-08-13T21:45:09","date_gmt":"2008-08-13T19:45:09","guid":{"rendered":"http:\/\/www.swisswuff.ch\/tech\/?p=33"},"modified":"2009-05-21T11:54:08","modified_gmt":"2009-05-21T09:54:08","slug":"interesting-books","status":"publish","type":"post","link":"https:\/\/www.swisswuff.ch\/tech\/?p=33","title":{"rendered":"Interesting books"},"content":{"rendered":"<p>Amputation and dealing with it contains a lot. It is a full bag of stuff. Body, soul, brain, fitness &#8211; all play a role. I compiled a list of books to consider.<br \/>\n<!--more--><br \/>\n<style>\n       .errordiv { padding:10px; margin:10px; border: 1px solid #555555;color: #000000;background-color: #f8f8f8; width:500px; }#advanced_iframe {visibility:visible;opacity:1;vertical-align:top;}.ai-info-bottom-iframe { position: fixed; z-index: 10000; bottom:0; left: 0; margin: 0px; text-align: center; width: 100%; background-color: #ff9999; padding-left: 5px;padding-bottom: 5px; border-top: 1px solid #aaa } a.ai-bold {font-weight: bold;}#ai-layer-div-advanced_iframe p {height:100%;margin:0;padding:0}\n  #aiDebugDivHeader {\n    padding: 5px;\n    padding-bottom: 2px;\n    padding-top: 2px;\n    border-radius: 5px 5px 0px 0px;\n    margin: 5px;\n    margin-bottom: 0px;\n    background: #f00;\n    border: 1px solid #F00;\n    background: -moz-linear-gradient(top, #f00, #ff7f7f);\n    background: -webkit-linear-gradient(top, #f00, #ff7f7f);\n    background: -ms-linear-gradient(top, #f00, #ff7f7f);\n    background: -o-linear-gradient(top, #f00, #ff7f7f);\n    box-shadow: 1px 2px 4px rgba(0,0,0, .2);\n    color: #fff;\n\tcursor: pointer;\n  }\n  #aiDebugDiv {\n    border-radius: 0px 0px 5px 5px;\n    height: 0px;\n\toverflow-y: scroll;\n    background: #eee;\n    border: 1px solid #DDD;\n    background: -moz-linear-gradient(top, #EEE, #FFF);\n    background: -webkit-linear-gradient(top, #eee, #fff);\n    background: -ms-linear-gradient(top, #eee, #fff);\n    background: -o-linear-gradient(top, #eee, #fff);\n    box-shadow: 1px 2px 4px rgba(0,0,0, .2);\n    padding-left: 5px;\n    margin: 5px;\n    margin-top: 0px;\n    margin-bottom: 0px;\n    resize: vertical;\n    overflow: auto;\n  }\n  #aiDebugDiv p {\n     margin: 5px 0px 5px 0px;\n   }\n   #aiDebugDiv .ai-debug-error {\n     color: red;\n   }\n   #aiDebugDivTotal {\n    position: fixed;\n    bottom: 0px;\n    width: 100%;\n    left: 0px;\n    line-height: 1.2;\n    font-size: 90%;\n    z-index: 999999;\n\tbackground-image: none !important;\n\tbackground: none !important;\n\t}<\/style><script type=\"text\/javascript\">var ai_iframe_width_advanced_iframe = 0;var ai_iframe_height_advanced_iframe = 0;var aiOnloadScrollTop=\"true\";var aiShowDebug=true;\n\t\tif (typeof aiReadyCallbacks === 'undefined') {\n\t\t\tvar aiReadyCallbacks = [];\n\t\t} else if (!(aiReadyCallbacks instanceof Array)) {\n\t\t\tvar aiReadyCallbacks = [];\n\t\t}    function aiShowIframeId(id_iframe) { jQuery(\"#\"+id_iframe).css(\"visibility\", \"visible\");    }    function aiResizeIframeHeight(height) { aiResizeIframeHeight(height,advanced_iframe); }    function aiResizeIframeHeightId(height,width,id) {aiResizeIframeHeightById(id,height);}<\/script><div id=\"aiDebugDivTotal\"><div id=\"aiDebugDivHeader\">Advanced iframe debug console - l: local messages, r: remote messages<\/div><div id=\"aiDebugDiv\">User agent: Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)<p><strong>Headers of http:\/\/astore.amazon.com\/n3hczl1tsl3pm-20<\/strong>:<br><span style=\"padding-top: 0; color: ##f15123;\" class=\"dashicons dashicons-no\"><\/span> The url you try to include is HTTP and your page is HTTPS. This is not supported by most modern browsers. See <a href=\"\/\/www.advanced-iframe.com\/iframe-do-not-mix-http-and-https\" target=\"_blank\">this blog<\/a> for details. The test cannot be performed properly. Check the url in the browser for more details<\/p><\/div><\/div><script>\n     console.defaultLog = console.log.bind(console);\n     console.logs = [];\n     console.log = function(){\n         console.defaultLog.apply(console, arguments);\n         console.logs.push(Array.from(arguments));\n         var consoleData = [].map.call(arguments, JSON.stringify);\n         consoleData += \"\";\n         consoleData = consoleData.replace(\/&\/g, \"&amp;\").replace(\/<\/g, \"&lt;\").replace(\/>\/g, \"&gt;\");\n         consoleData = consoleData.replace('\\\"', '\"').replace(\/\\\\\/g,\"\");\n         var content = \"<\" + \"p class='ai-debug-local'> l: LOG: \" + consoleData + \"<\" + \"\/\" + \"p>\";\n         jQuery(\"#aiDebugDiv\").append(content);\n     }\n    console.defaultWarn = console.warn.bind(console);\n    console.warns = [];\n    console.warn = function(){\n        console.defaultWarn.apply(console, arguments);\n        console.warns.push(Array.from(arguments));\n        var consoleData = [].map.call(arguments, JSON.stringify);\n        consoleData += \"\";\n        consoleData = consoleData.replace(\/&\/g, \"&amp;\").replace(\/<\/g, \"&lt;\").replace(\/>\/g, \"&gt;\");\n        consoleData = consoleData.replace('\\\"', '\"').replace(\/\\\\\/g,\"\");\n        var content = \"<\" + \"p class='ai-debug-local'> l: WARN: \" + consoleData + \"<\" + \"\/\" + \"p>\";\n        jQuery(\"#aiDebugDiv\").append(content);\n    }\n    console.defaultError = console.error.bind(console);\n    console.errors = [];\n    console.error = function(){\n        console.defaultError.apply(console, arguments);\n        console.errors.push(Array.from(arguments));\n        var consoleData = [].map.call(arguments, JSON.stringify);\n        consoleData += \"\";\n        consoleData = consoleData.replace(\/&\/g, \"&amp;\").replace(\/<\/g, \"&lt;\").replace(\/>\/g, \"&gt;\");\n        consoleData = consoleData.replace('\\\"', '\"').replace(\/\\\\\/g,\"\");\n        var content = \"<\" + \"p class='ai-debug-error'> l: ERROR: \" + consoleData + \"<\" + \"\/\" + \"p>\";\n        jQuery(\"#aiDebugDiv\").append(content);\n    }\n    window.onerror = function (msg, url, lineNo, columnNo, error) {\n      var content = \"<\" + \"p class='ai-debug-error'> ERROR: \" + msg + \" - \" + lineNo + \":\" + columnNo  + \"<\" + \"\/\" + \"p>\";\n      jQuery(\"#aiDebugDiv\").append(content);\n      return false;\n    };\n    <\/script>\n Http iframes are not shown in https pages in many major browsers. Please read <a href=\"\/\/www.advanced-iframe.com\/iframe-do-not-mix-http-and-https\" target=\"_blank\">this post<\/a> for details.<iframe id=\"advanced_iframe\"  name=\"advanced_iframe\"  src=\"http:\/\/astore.amazon.com\/n3hczl1tsl3pm-20?send_console_log=true\"  width=\"800\"  height=\"1000\"  frameborder=\"0\"  border=\"0\"  allowtransparency=\"true\"  loading=\"lazy\"  style=\";border-width: 0px;;border: none;;width:800px;;height:1000px;\"  onload='aiScrollToTop(&quot;advanced_iframe&quot;,&quot;true&quot;)' ><\/iframe><script type=\"text\/javascript\">var ifrm_advanced_iframe = document.getElementById(\"advanced_iframe\");var hiddenTabsDoneadvanced_iframe = false;\nfunction resizeCallbackadvanced_iframe() {}<\/script><script type=\"text\/javascript\"><\/script><p style=\"display:block !important; visibility:visible !important;margin: -18px 14px 0 0;padding-left: 3px;padding-top:3px;background: white; overflow: hidden; position: relative; line-height:15px;width: fit-content;\"><small style=\"display:block !important;visibility:visible !important\">powered by Advanced iFrame<\/small><\/p><!-- advanced iframe rendered in 0.021498 s --><\/p>\n\n<div class=\"twitter-share\"><a href=\"https:\/\/twitter.com\/intent\/tweet?via=swisswuff\" class=\"twitter-share-button\" data-size=\"large\">Tweet<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Amputation and dealing with it contains a lot. It is a full bag of stuff. Body, soul, brain, fitness &#8211; all play a role. I compiled a list of books to consider.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[63,28,36,29,34,1],"tags":[],"class_list":["post-33","post","type-post","status-publish","format-standard","hentry","category-books","category-disability-public","category-discrimination","category-media","category-self-help","category-support","wpcat-63-id","wpcat-28-id","wpcat-36-id","wpcat-29-id","wpcat-34-id","wpcat-1-id"],"publishpress_future_action":{"enabled":false,"date":"2026-05-25 07:30:40","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=\/wp\/v2\/posts\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=33"}],"version-history":[{"count":0,"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=\/wp\/v2\/posts\/33\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=33"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=33"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.swisswuff.ch\/tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}