Return to Home Page

Start your own Nike Web Site

Table of Contents


Why more than one Nike Web Site?

In two words - too much - there is far more information, activities, organizations, lists of people than can be handled by one person - or a small staff.


Kinds of existing sites

There are a number of Nike Web Sites.
See Nike, Military related and other favorite WWW sites

Each seems unique and useful.
Some are unit specific such as

  • ( B Battery 2nd Battalion 56th Air Defense Artillery
    some show and discuss local sites - such as Don Bender's
  • "Defending Gotham: Nike Missile Sites of the New York Metro Area, 1954-1974"
    one is mustering support for saving a site
  • Nike Preservation Group
    etc. I think this is wonderful and fun.


  • What Nike subject areas seem needed?

    I think that Rolf Görigk and I have pretty well covered the IFC area. There seems to be several technical or administrative areas that are not adequately addressed. It would be wonderful to have sites:

    1. better describing the launcher area, launching equipment, launcher operations.

    2. describing the various equipment and administrative control of local Nike sites, Birdie, Missile Mentor, etc. The command and control.

    3. describing the NORAD operations, procedures, equipment.

    4. describing in better detail the design and manufacture of Nike. The Army Manuals such as
      HERCULES Historical Monograph
      are a great start, but are limited in personalities and day-to-day life.
    5. ...

    Also there is a need for many more Nike Oriented sites to:

    1. better describe local/regional site conditions and provide local/regional photos

    2. describe military units and histories

    3. save a site or two (or at least place markers)

    4. ...


    How do I pick a site theme or topic(s)?

    Suggestions:
    • Find a topic that interests you and that you can contribute to. Were you in the launcher area? Did you handle the guard dogs? Did you command a battery? Did you teach others? Were you involved in the tactical/strategic command structure? SAGE? BIRDIE? Are the Nike sites near you adequately pictured/described?

    • Look around - Are one or two other folks actively involved with your favorite topic? (Probably not) If there are -
      1. Ask to join forces, ask to help, ---
      2. Consider another theme/topic

    • Jump in, have fun. There are no forms to fill out. No permissions to plead for. No special use taxes. Who knows - maybe the final frontier.

    Comments from George Runkle of A Cold War History site - November 8, 1998 and February 21, 1999

    Ed - I'd like to offer my 2 cents:
    1. There are many companies on the web that offer free webspace, even your own ISP probably provides free web space

    2. They consult with some of us NIKE web researchers if they aren't really sure what type of NIKE Site they want-I don't know bout you but I can think of quite a few NIKE topics I haven't seen addressed yet and I just dont have the time to do myself


    How do I get some web space for my web site?

    I have been with "GoDaddy for over a year, (as of 2007) and except for some very specialized services, seem capable and most reasonable.


    How do I start a web site?

    It is not hard to start a web site (I did it before "HTML for Dummies" came out). Just go out and "borrow" some HTML files (use your browser, "source", and "save as" and modify them to create your own thing. (Actually, that is the way recommended and done by most people.) And I did buy an HTML book from the local book store.

    If your Internet Service Provider (ISP) does not provide web site service (most do for free or almost free with your normal service), $100/year seems to be a popular price for 10 or more megabytes and basically unlimited data transfer. Many provide automated ftp (file transfer to and from your machine to the ISP. All tell you how to do it - to encourage new business and to keep you with them.


    What is this HTML?

    I started using an automated web page maker, got frustrated with it because it could not do some basic sounding things, learned enough HTML in a day to find out why I was having trouble with the automated web page maker, and stayed with HTML.

    I am (FINALLY) taking an HTML class to find out what I should have known at the start. Interesting - and you can indeed get very fancy. BUT - BUT - the instructor points out that while the automated web page makers are nice and fast (when you finally master them) most do not let you change a page you just made - even a little bit. You apparently have to make changes (like adding another comment, etc.) by editing the HTML that the automated web page maker generated for you. So what have you gained? You had to learn two languages/methods/whatever to possibly save a little time. If you are not doing web page making for a living, it might not be worth the extra time.

    The site and format don't have to be fancy. (I deliberately avoided fancy frames because they require thinking, tend to confuse me, and may eat up valuable screen space with fancy borders that do nothing for me.) I put the 5 commands that I use on a piece of paper and taped it to my printer for easy reference (my short, mid, and long term memory failed a long time ago. :-( :-)

    YOU can indeed have fun, meet new friends, (and did the recruiting poster say "See the World"?)

    If worse comes to worse, you can e-mail me for suggestions and moderate technical aid (a guru I ain't) until you get rolling.


    ...

    There is a tendency in modern programming, (including HTML) to keep experimenting until it seems to work, very unscientific, but formal descriptions of software and languages are so complicated, and life so short, that "trial and error" is often the "name of the game". And this actually works with the personal computers and highly interactive systems we have.

    Basically you work to get it looking good on your machine (local files) with your browser(s). Many people have the two major ones (Netscape Navigator and Microsoft Internet Explorer) to assure that the page looks good with both browsers. It is good to remember that many people in the world do NOT have the latest copies - so some of the new fancy techniques will look strange to many people. Then "up load" your local files to your ISP.


    "Upload" - is it magic?

    No - your ISP (Internet Service Provider) will give you full details

    At worst you will use "ftp" (like me) to move your files from your machine "up" to the ISP. At best your ISP will provide some probably (but not much) simpler software to do the moving. There are also shareware and freeware packages for download from the internet.

    Oddly enough, once you do this "upload" trick, it is no problem - MUCH simpler than learning to drive a bicycle :-))


  • Check your upload

    I noted that some pictures on a web site didn't work,
    and the owner noted that the pictured look just fine when he is looking at his web site on his own hard drive. What could be wrong?
    Ah - a trick for you   ;-))
    To help verify that you
        - actually up loaded all the needed stuff
        - and linked to it correctly
    You should access your web site, 
        - using the same URL as "the rest of us"
    and check it out.
    This would have shown that you had a problem "the rest of us" saw.  
    
    By the way, life is MUCH simpler if you use the 
    relative mode of accessing - not referring to
    specific directories/folders if the file you
    are linking to is in the same directory/file
      so instead of using 
           A HREF="file:///C:/Documents%20and%20Settings/Web%20Site/KL-HM-40PayDay69.jpg
        you could have used
           A HREF="KL-HM-40PayDay69.jpg
        which is so much simpler  :-)))
    
    There can also be some weird  problems, such as
        - if you are using Microsoft windows at home,
             Windows is very tolerant of capitalization
                like   A HREF="CAt.jpg"    ....
             will work just fine if the file name is really
                       cat.jpg
         - however, if your host is using a UNIX based server,
              like LINUX/APACHE
           the above example will not work as UNIX based
           stuff is VEry case sensitive.  ;-))
    
    I have learned by sad experience to check out each upload by going to 
           http://www.ed-thelen.org/
      and checking out the new stuff I upload.
      And when I don't,   ...  :-((
    
    Enjoy:-))
        --Ed Thelen
    


    "Typical" encouragement letter

    I sent this to Rich Wood
    	Yes, New England certainly needs someone to keep 
    	us up to date.  A site is so inexpensive and easy.
    	I think it is a hell of a lot of fun,
    	   but then I like to talk too much anyway.
    
    	Also, no Hercules MTR or TTR operator has really said
    	what they do.  I kind of fake it in a general (overview)
    	way - but do not get into the heart of the matter.
    	   - who says what to who
    	   - fighting jamming
    	   - auto, aided, manual
    	   - If the TRR is completely jammed, 
    	         can you range track with TTR (X band)?
    	   - you mentioned  "B" team, organization??
    	   - ...
    
    	And who knows what went on in the Launcher area?
    	(Made "home brew" for all I know.)
    
    	My site is so overgrown (overblown?) that I would
    	love to point to other sites to provide 
    	   - up to date Nike site info & pictures (like New England)
    	   - better details on interesting things
    	     (heck, I worked on part of the previous (AJAX) generation
    	     and am in real trouble with details of the Herc generation)
    

    Guidelines for English usage :-)

    (All in fun of course :-)
    From
    J.P. Moore
    With thanx to J. Eckles:
    Rules For Better Writing
    1. Verbs HAS to agree with their subjects.
    2. Prepositions are not words to end sentences with.
    3. And don't start a sentence with a conjunction.
    4. It is wrong to ever split an infinitive.
    5. Avoid cliches like the plague. (They're old hat)
    6. Also, always avoid annoying alliteration.
    7. Be more or less specific.
    8. Parenthetical remarks (however relevant) are (usually) unnecessary.
    9. Also too, never, ever use repetitive redundancies.
    10. No sentence fragments.
    11. Contractions aren't necessary and shouldn't be used.
    12. Foreign words and phrases are not apropos.
    13. Do not be redundant; do not use more words than necessary; it's highly superfluous.
    14. One should NEVER generalize.
    15. Comparisons are as bad as cliches.
    16. Don't use no double negatives.
    17. Eschew ampersands & abbreviations, etc.
    18. One-word sentences? Eliminate.
    19. Analogies in writing are like feathers on a snake.
    20. The passive voice is to be ignored.
    21. Eliminate commas, that are, not necessary. Parenthetical words however should be enclosed in commas.
    22. Never use a big word when a diminutive one would suffice.
    23. Kill all exclamation points!!!
    24. Use words correctly, irregardless of how others use them.
    25. Understatement is always the absolute best way to put forth earth shaking ideas.
    26. Use the apostrophe in it's proper place and omit it when its not needed.
    27. Eliminate quotations. As Ralph Waldo Emerson said, "I hate quotations. Tell me what you know."
    28. If you've heard it once, you've heard it a thousand times: Resist hyperbole; not one writer in a million can use it correctly.
    29. Puns are for children, not groan readers.
    30. Go around the barn at high noon to avoid colloquialisms.
    31. Even IF a mixed metaphor sings, it should be derailed.
    32. Who needs rhetorical questions?
    33. Exaggeration is a billion times worse than understatement


    go to top

    If you have comments or suggestions, Send e-mail to Ed Thelen

    Return to Home Page
    Return to top
    Updated March 27, 2007