The Past Master Club

roygbiv.gif

TO SEE ALL THE CODE ON ANY PAGE:
or
TO COPY ANY WEB PAGE: eg. 'art7.htm'
1st.
"CLICK FILE: SAVE:" 'x.htm'
TO YOUR DISKETTE or TMP DIRECTORY!
NOW DOUBLE CLICK ON 'x.htm'
AND YOU WILL SEE AND HAVE EVERYTHING ON IT!
or / and
2ND.
HAVE OR CHANGE THE 'x_files' FOLDER TO A 'gif' FOLDER.
ERASE ALL BUT 'gif' FILES!
"CLICK VIEW: SOURCE: CODE-HTML:"
AND "SAVE" TO 'art7.htm'
NOW DOUBLE CLICK ON 'art7.htm'
AND YOU WILL SEE AND HAVE EVERYTHING ON IT!
JUST LIKE ON THE INTERNET!
also
"CLICK DISABLE SCRIPT DEBUGGING" IN
"CLICK TOOLS: INTERNET OPTIONS:"
or
RIGHT CLICK ON 'INTERNET EXPLORER'
CLICK ON 'PROPERTIES' & CLICK ON 'ADVANCED' THEN:
CHECK 'DISABLE SCRIPT DEBUGGING'
UNCHECK 'DISPLAY ..... SCRIPT ERRORS'
THESE ARE USEFUL DESIGNER TOOLS.

Obey all warnings!
play it safe!
'OR'
loose your computer!


Pg1.htm
<pre>
<!---  messages created 8SEPT2002 --->
<!--Pg1.htm updated 21may2003-->
<!--"PRE" has a default "STYLE", but can be restyled: 
      'gripes5.htm' or "SOURCE: CODE-HTML" of this page.-->
TO DISPLAY ANY ASCII TEXT FILE!
OR
A    NEED    FOR    SPACES             !
OR
A NEED FOR NOWRAP SPACES !
OR
A   NEED   FOR   3   SPACES   !
OR
A
NEED
FOR
NEWLINES!


NOTE: THIS IS THE SIMPLEST HTML PAGE AS DISPLAYED!
NOTE: WITHOUT "<pre>" ALL TEXT IS DISPLAYED
      AS ONE CONTINUOUS LINE WITH 
      ONLY 1 SPACE BETWEEN EACH WORD
      - try it out!
      THIS MIGHT BE ONE REASON YOUR COMPUTER WILL COMPLAIN: 
      -IF IT IS NOT A STRAIGHT LINE!
</pre>
Pg2.htm <html>
  <head>
  <!-- messages created 8SEPT2002-->
  <meta http-equiv=refresh content="360;url='art1.htm#slm'">
  <META NAME=TPMC CONTENT="President_Nick">
  <!--place META tags here-->
  <!--See the next line at top of screen.-->
    <title>Pg2.htm updated 21may2003</title>
  </head>
<script language=JavaScript>
<!--hide from browser
// JAVA mssg tag
//place JavaScript==C+ here eg.:
var expDays = 365;
var exp = new Date();
function Who(){
  var Name = GetCookie('Name');
    if (Name == null) {
      Set();
      Name=Name;
    }
    return Name;
  }
// restore browser-->
</script>
  <!-- blacken background and whiten links -->
 <body bgcolor=black link=white>
  <!--<br> == newline | &nbsp; == hardspace-->
<br>TO DISPLAY THE SAME TEXT FILE AS ABOVE IN HTML CODE
<br>WITHOUT USING "<pre>"!
<br>A &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NEED &nbsp; &nbsp; &nbsp; FOR &nbsp; &nbsp; SPACES &nbsp; !
<br>OR
<br>A&nbsp;NEED&nbsp;FOR&nbsp;NOWRAP&nbsp;SPACES!
<br>OR
<br>A &nbsp; NEED &nbsp; FOR &nbsp; 3 &nbsp; SPACES!
<br>OR
<br>A
<br>NEED
<br>FOR
<br>NEWLINES!
<br>
<br>
<script language=JavaScript>
<!--hide
//place JavaScript==C+ here
document.write(Date());

// restore-->
</script>
<br>NOTE:<ul type=disc>
<!--unordered lines type==circle/square/dot/disc/nil-->
<!--'<ol type=a start=1>' ordered lines-->
<li>THIS IS AN "HTML" CODED PAGE AS DISPLAYED!
<li>ALL "HTML" COMMANDS ARE TERMINATED BY AN </.....>!
<li>ALL THESE 3 "LI" LINES ARE DISPLAYED PRECEDED BY A DOT!
</ul>
  </body>
</html>

Pg3.htm


<html>
  <head>
    <!---created 8SEPT2002--->
    <title>Pg3.htm updated 21may2003</title>
  </head>
  <body bgcolor=white>
<font color=black><center><h3>
MY ROOSTERS
<ol type=A start=1><!--ordered lines type==aAiI1-->
<li><br clear=all><img src="gif/arial2.gif" alt="arial2.gif" >
<li><br clear=all><img src="gif/roost1.gif" alt="rooster1.gif" >
<li><br clear=all><img src="gif/arial1.gif" alt="arial1.gif" >
</ol>

</h3></center></font>   </body> </html>

Pg3.htm DISPLAYED

MY ROOSTERS

  1. arial2gif

  2. rooster1gif

  3. arial1gif


Pg4.htm


<html>
  <head>
    <!--created 8SEPT2002-->
    <title>Pg4.htm calendar updated 21may2003</title>
  </head>
  <body bgcolor=lawngreen>
<font color=magenta align=left><h3>
CALENDAR FOR SEPTEMBER
</font>
<table bgcolor=white align=left style='font-face:tahoma;color:blue'>
<tr>
<th><font color=cyan>SUN</font>
<th><font color=red>MON</font>
<th><font color=red>TUE</font>
<th><font color=red>WED</font>
<th><font color=red>THU</font>
<th><font color=red>FRI</font>
<th><font color=cyan>SAT</font>
<tr>
<td align=center>1<td align=center>2<td align=center>3
<td align=center>4<td align=center>5<td align=center>6
<td align=center>7
<tr>
<td align=center>8<td align=center>9<td align=center>10
<td align=center>11<td align=center>12<td align=center>13
<td align=center>14
<tr>
<td align=center>15<td align=center>16<td align=center>17
<td align=center>18<td align=center>19<td align=center>20
<td align=center>21
</td></tr></table>

</h3>   </body>     </html>


Pg4.htm displayed

CALENDAR FOR SEPTEMBER
SUN MON TUE WED THU FRI SAT
1234 567
891011 121314
15161718 192021
22232425 262728
2930 . . . . .



Pg5.htm


<html>
  <head>
    <!---created 8SEPT2002--->
    <title>Pg5.htm frames.htm updated 21may2003</title>
  </head>

<frameset rows="75,*" bordercolor=green frameborder=Yes>
    <!-- Top row is 75 pixels wide or use 30% -->

<frame name=top src=gif/tpmc.gif frameborder=yes scrolling=no>

<frameset cols="140,*" bordercolor=green frameborder=Yes>
    <!-- Left column is 140 pixels wide -->

<frame name=left src=menu.htm frameborder=yes scrolling=yes>
    <!-- <HEAD> in menu.htm (all) must contain <BASE target=left> -->

<frame name=right src=nick.htm frameborder=yes scrolling=auto>
    <!-- <HEAD> in nick.htm (all) must contain <BASE target=right> -->

</frameset></frameset>

</html>
Pg5 displayed CLICK TO SEE A "FRAMES.HTML" EXAMPLE


NOTE:
It is easy to make mistakes using a pair of " " s
  and your entire code might disappear
  if not ballanced or matched: because the browser
  sees the rest of the code as a string!
But lots of operations require strings;
  such as, FORM, ALT and etc.
  so you must be careful in not using quotes.


I like using ' <!'> because the 2nd ' ,
  in a mssg, is not displayed!
  This is just as good as a string function,
  the computer sees no difference.
Those little tiny black squares you get
  when saving someone else's code
must be erased first and replaced
  with a newline using enter.
This can be a really teadious job
  if you dont replace them globally in
  a text editor.
I use QEDIT.EXE with <alt 10> <alt 13>
  to replace <alt 13> globaly,
  with NUMLCK OFF.
This sometimes requires a repeat
  with an <alt 13> elimitated globally!
These newline squares are inconveniently
  located and as a result you might
  lose some code when entering
  the editor to make changes,
  so you must be careful.
Some times you must minimize and maximize
  the screen to activate a screen especialy in Java!

If you buy a good reference book
  you can get as complex as you need to!


Some URLS need http://www.name.com to work
  (like long distance 900);
Some URLS can be clicked on a server to work
  (like long distance 800);
Other URLS need http://name.com to work
  (like LOCAL 416).


Remember that the main HTML page is
  INDEX.HTML or index.htm etc.!
Most of my EDITORS programs are still years behind,
  on long names & extensions!


Even Microsoft has errors in their scripting!
- viruses are a nuisance!
- so it is script debuging off!
Another safe method often used
  is a cocoon of 'TABLE's
  on the premis that all commands
  are done .. finito.. when out of them!


IS THIS YOUR IMAGINATIVE & EYE CATCHING RÉSUMÉ?:
To analize the next display you must first go to EXPLORER's
VIEW: SOURCE: CODE-HTML: and then change all 'border=0'
to 'border=1' in your file (resumepage.htm) and pay
attention to 'width=144' to get an idea of how to
use TABLES for the following display!
You might need the help of
C:\WINDOWS\CHARMAP.EXE
or gif/number2.htm
CLICK HERE

NEXT: FRAMES / MAPPING / JAVASCRIPT==C+ / JAVA:
Dont let your HTML get stale!
FRAMES: frames.htm CLICK HERE
FRAMES: ccprov.htm CLICK HERE
MAPPING: cccanada.htm CLICK HERE
MAPPING: art7.htm#3dpmttst CLICK HERE
JAVASCRIPT: askdates.htm CLICK HERE
JAVASCRIPT: 22pix.htm CLICK HERE
JAVASCRIPT: games.htm CLICK HERE
JAVASCRIPT: cards.htm [ file.js hides JavaScript! ] CLICK HERE
JAVA: games.htm [ difficult & complete language ] CLICK HERE
JAVA: games.htm [ file.class is compiled file.java ] CLICK HERE

NOTE:
It isnt untill you use GSI-BIN and GSI scripting
that youll be able to read and write FILES and
'BILL' people and use DATABASE info like credit cards!
NOTE:
I wont even try to descibe Java; a lot like an oops! encyclopedia!
But JavaScript is a lot like QBasics:
1. with 'function NameSub(a,b){ xxx;xxxx; };' as the subroutine
    'NameSub(a,b) xxx:xxxx:END:' with 'a' & 'b' inputs!
2. with 'for (var i=1 ; i<=10; ++i ){ xxx;xxxx; };' as the routine
    'for i=1 to 10 step 1: xxx:xxxx: NEXT i:'   !
    I have seen these brackets 'for (var i=1(var j=car(list)) ; i<11
    (cdr(list))
; ++i(list=null))'
18 deep in AutoLisp in AutoCAD14!
    - a drawing editor.
3. 'IF' statements are still if TRUE or FALSE;
    but are a bit different and some need a lot of BRONCO busting!
if ((dy==27&&mn==9)||yr==43)
    {
        sub1();
    }else{
        sub1(dy,mn,yr);
    } ;
or
( ((dy==27&&mn==9)||yr==43) ? sub1() : sub1(dy,mn,yr) );

4. document.write("<html><head>" +
        "<title>NAME</title></head><body>ETC." +
        "<input type=button name=dyofwk value=' Submit ' " +
        " onClick='setCal(parseFloat(form.day.value)," +
        " parseFloat(form.month.value)," +
        " parseFloat(form.year.value));'>" +
        "</body></html>");
    This will write an HTML page to the screen for you!
    And a mouse click on its SUBMIT button will activate all your
    commands!


NOTE:
It is still a difficult language ie. simply forget to use '()'
around truth statements ie. if ( true ) do this will stop a program
from responding and the designer has to figure out the problem!

MAIN MENU HTML EDITOR HOME PAGE

1