|
| 1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta name="robots" content="noindex"> |
| 5 | + <title> |
| 6 | + The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step. |
| 7 | + </title> |
| 8 | + <script type="text/javascript"> |
| 9 | + |
| 10 | + var hTimer = 0 ; |
| 11 | + var idDefaultMessageLath = 0 ; |
| 12 | + |
| 13 | + function clearMessageF() |
| 14 | + { |
| 15 | + if( hTimer ) |
| 16 | + { |
| 17 | + clearTimeout( hTimer ) ; |
| 18 | + hTimer = 0 ; |
| 19 | + } |
| 20 | + |
| 21 | + document.getElementById( "message1" ).innerHTML = " " ; |
| 22 | + } |
| 23 | + |
| 24 | + function sayMessageF( postP , msP ) |
| 25 | + { |
| 26 | + if( hTimer ) |
| 27 | + { |
| 28 | + clearTimeout( hTimer ) ; |
| 29 | + hTimer = 0 ; |
| 30 | + } |
| 31 | + |
| 32 | + if( !postP ) |
| 33 | + { |
| 34 | + if( !msP ) msP = 16000 ; |
| 35 | + sayMessageDefaultF( msP ) ; |
| 36 | + } |
| 37 | + else |
| 38 | + { |
| 39 | + document.getElementById( "message1" ).innerHTML = postP ; |
| 40 | + |
| 41 | + if( msP ) |
| 42 | + { |
| 43 | + /*hTimer = setTimeout( " clearMessageF() " , msP ) ;*/ |
| 44 | + } |
| 45 | + } |
| 46 | + } |
| 47 | + |
| 48 | + function sayMessageDefaultF( msP ) |
| 49 | + { |
| 50 | + switch( ( ++ idDefaultMessageLath ) % 0x10 ) |
| 51 | + { |
| 52 | + case 1 : { sayMessageF( "This is an IdeaFarm (tm) Knowledge Tree, rendered as foreign (conventional linear) text." , msP ) ; break ; } |
| 53 | + case 4 : { sayMessageF( "Do not fear that you will die. Fear that you might never live!" , msP ) ; break ; } |
| 54 | + default : { clearMessageF() ; break ; } |
| 55 | + } |
| 56 | + } |
| 57 | + |
| 58 | + </script> |
| 59 | +</head> |
| 60 | + |
| 61 | +<body style="font-family:arial ; background-color:#fff ; color:#000" onload="sayMessageDefaultF( 16000 )"> |
| 62 | + |
| 63 | + <style type="text/css"> |
| 64 | + A:link |
| 65 | + { |
| 66 | + color: #000 ; |
| 67 | + text-decoration: none ; |
| 68 | + border-style: solid ; |
| 69 | + border-width: 0px 1px 0px 0px ; |
| 70 | + border-color: #000 ; |
| 71 | + } |
| 72 | + A:visited |
| 73 | + { |
| 74 | + color: #000 ; |
| 75 | + text-decoration: none ; |
| 76 | + border-style: solid ; |
| 77 | + border-width: 0px 1px 0px 0px ; |
| 78 | + border-color: #000 ; |
| 79 | + } |
| 80 | + A:hover |
| 81 | + { |
| 82 | + color: #000 ; |
| 83 | + text-decoration: none ; |
| 84 | + border-style: solid ; |
| 85 | + border-width: 1px 1px 1px 0px ; |
| 86 | + border-color: #000 ; |
| 87 | + } |
| 88 | + A:active |
| 89 | + { |
| 90 | + color: #000 ; |
| 91 | + text-decoration: none ; |
| 92 | + border-style: solid ; |
| 93 | + border-width: 1px 1px 1px 0px ; |
| 94 | + border-color: #000 ; |
| 95 | + } |
| 96 | + H3 |
| 97 | + { |
| 98 | + color: #000 ; |
| 99 | + text-decoration: none ; |
| 100 | + border-style: solid ; |
| 101 | + border-width: 1px 8px 1px 8px ; |
| 102 | + border-color: #000 ; |
| 103 | + } |
| 104 | + </style> |
| 105 | + |
| 106 | + <a href="index.z.black.a0c37553.10000000.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to change the color scheme to yellow on black (for viewing).' , 0 )">black</a> |
| 107 | + <a href="http://about.ideafarm.com/index.white.html">about</a> |
| 108 | + <a href="../index.white.html" onmouseout="sayMessageF( 0 , 16000 )" onmouseover="sayMessageF( 'Click to climb down one level to view the page on which I am the topic sentence of a paragraph.' , 0 )">down1</a> |
| 109 | + <p> |
| 110 | + <hr> |
| 111 | + <p> |
| 112 | +The following instructions were tested on April 6, 2024 while making a "how to" video that shows every step. <p> |
| 113 | + <hr> |
| 114 | + <p> |
| 115 | + |
| 116 | + View this video while completing the instructions. |
| 117 | + To view the video, click: <a href="https://go.screenpal.com/watch/cZfieTVs0Ql" target="_blank">Welcome to IPDOS (tm) (instructions for building and installing)</a> |
| 118 | + |
| 119 | + |
| 120 | +</html> |
0 commit comments