Course notes:The Internet for BeginnersThese notes are designed for you to take away for reference (and reassurance) after the course is completed. Much the best way to absorb the course material is by doing, not by reading. IntroductionThe goal of the course is not that you should "know how to use" the internet, or a computer. The goal is that you should know how to explore your own computer and the millions of other computers which form the internet. Basic principles:
Sorry to repeat the sad news, but you are not going to get step-by-step instructions for any but the most basic tasks. A computer program is a set of step-by-step instructions. A complete set of step-by-step instructions for a human to use any program would be, by rule of thumb, be roughly the same size as the program. The instructions which make up the program you are using just to display these words on your computer's screen would, if printed as a paperback book, be over 5000 pages long. What you should have, by the time you finish the course, is a set of strategies for working out which bits of an unfamiliar program are likely to do what you want. This is equivalent to an even more important set of strategies - those for ignoring the bits of a program which are utterly uninteresting to you, which is most of them. What is this "internet" anyway?The internet is a means of transport for information. It is not a thing: it is a set of standards which allow disparate things to communicate with each other. The fact that railway rails are four feet eight and a half inches apart means that a train can travel from the North of Scotland through England, France and Germany to Poland. (The standard runs out at the Russian border.) Similarly arbitrary standards - lots of them - make the internet international and independent of any one manufacturer. Lots of different "services" run over the internet "tracks". This beginner's introduction will concentrate on the most basic of these services: electronic mail. A lot of the things you need to understand - or have a fully-working mental model of, which is the same thing but easier - are useful in using other services. |
|
![]() Draft 0.97
|
1) Getting connectedBefore you can use the internet, you need:
Once you have these things, there may be some setting-up to do. You need to tell your "TCP/IP" program the telephone number of your ISP's modem, and other details of exactly how your modem should communicate with your ISP's modem. If the start-up package your ISP supplies doesn't work immediately, you should get someone to do the setting-up for you. |
2) Send your first emailIn this course we will be using computers which are permanently connected to the internet. So we won't need to tell them to dial an ISP. 2.1) An email addressTo send someone an electronic mail message, you need their
address. An example is The part to the left of the The part to the right of the No email address may ever contain a space or a comma. To the internet, these both mean "here beginneth the next address in a list." Be careful about the difference between "1" and "l" ("one" and "ell") and - does one still have to say this? - "0" and "O" ("zero" and "Capital Oh"). All-lower-case is standard for email addresses, but if you are tying one from someone's card copy it exactly. The internet is utterly intolerant of spelling mistakes in addresses. 2.2) Sending an email
2.3) How it worksThe internet chops your message up into standard-sized "packets". An image that works is that these "swim" from computer to computer in the network, finding the best available route in the right general direction. When the packets arrive at your correspondent's ISP's computer, it sorts them into the right order. Then they sit and wait. Later on, your correspondent connects to their ISP's computer and discovers that they have new mail. Your correspondent's email program then fetches your message (and any others) and stores them locally. If your correspondent is in an office, their computer may tell them they have new mail immediately it arrives. Electronic mail is an answering machine for text. 2.4) What can go wrongSee Section 5 below. . |
|
"Find the..."?Different programs use different names for the same operation. Many programs provide "buttons" which are short-cuts to options listed in the menus. If you're using a computer in an office you may find that your predecessor has hidden the buttons you're used to using. SO: when you want to do something in an unfamiliar program and you can't see a likely button in the active window on your screen, scan through the program's menus. If you want to do something to or with a message and there's a menu
option marked If you're still stuck, select the Free-associate. Try things to see what they do. Usually, program options get strange names because they've been chosen from the point of view of the person writing the program, not your point of view as a user. |
3) Replying to emailFind the email message to which you want to respond. Click on its "Subject" line in the listing to select it. Find the button or menu option labelled "reply" or whatever, and hit it. (In one email program, Lotus CC:Mail, you need to double-click on the "Subject" listing to display the entire message before you can reply to it.) 3.1) Email "quoting"Many email programs will then automatically include the
whole of the incoming message in the new, outgoing "message body",
with each line prefixed with a "
Edit out the parts you're not replying to. 3.2) Multiple recipients, forwarding, etcSometimes you will get email messages which have been sent to
several people. Sometimes, there will be one long list of addressees;
at other times there will be one addressee and a list of "CC:" (Carbon
Copy) recipients. Most email programs offer you the option of
sending your response to all the recipients. In Eudora, hold down
the Be careful about who your response is going to. Making a pithy comment about an individual and then discovering that they are on the distribution list may not improve your health or wealth. If you see a "BCC" option, it stands for "Blind Carbon Copy". The other recipients will not see that the message has been copied to addresses entered in the "BCC" field. (Do not use this to email very juicy gossip to Private Eye from your desk at the Times,or wherever. The corporate IT department will have a full log of who emailed whom and when. Do it from home, or use snail mail.) All programs offer a It's always better to cut-and-paste email addresses between messages than it is to re-type them. 3.3) Forwarding virus warningsDon't. |
4) Dealing with filesOne of the problems of "graphical computer interfaces" - the ones where you double-click on a picture with a mouse to make things happen - is that they disguise an important distinction. Computers store information in files. A file is an entity which has:
The whole point of the "file" is that you don't need to know anything else - except that there is an important difference between two kinds of files: 4.1) Program and data files
Some data files contain plain text or ASCII (these are effectively synonyms). Any word-processor program on any kind of computer can read in a plain text file. It contains just the facts, m'am: one damn word after the other until it's the end. Other data files contain extra information encoded in a way that only one program, or a few programs, can deal with. For example, "document files" created in Microsoft Word Version 8 (also known as Word98) make no sense whatsoever to any other word-processor program. No graphics files make sense to any word-processor program (though programs like Word98, and indeed the Microsoft email program, can link graphics files into the middle of your text). 4.2) What program does a data file "belong to"?Different computer systems use different methods to work out what program a data file "belongs to". This is fine so long as you only use the one computer. It shows you a picture or icon representing a data file. The icon is really just a link in the computer to the file's name. When you double-click on the icon for a data file, your computer works out what program the data file belongs to; starts that program; and loads the data file into that program. When you click on the icon for a program file, your computer starts that program, which waits for you to load ("open") a data file for it to work on. The internet uses a set of standard, but not infallible, conventions, to show what program a data file belongs to. Sometimes your computer will be able to understand these conventions, and sometimes not. What you do when it doesn't understand is very simple so long as you understand the basic principle:
The conventions work by putting an "extension" on the end of
the names of files - a
4.3 Directories and foldersPutting all the files on a computer in one long list would be very boring. So computers encourage you to group files which have something in common in "directories" or "folders" - "folder" is just Macintosh-speak for "directory". From the computer's point of view, a directory is just a file whose contents are a list of other files. Some of these may be directories, so you can have directories within directories ("folders within folders"). 4.4) Sending "attachments"Sometimes an editor will want you to send, for example, a Word file (so you can put words in bold and italics and stuff). You want to make sure they can read it, without going into the details of what computer they have.
4.5 Reading/using "attachments"Sometimes when someone sends you an attached file, your email program will recognise what program it belongs to. It will either show you the same sort of icon you see on your desktop, or it will show you an icon which is a picture of a paperclip. Sometimes it will fail even to recognise that there is an attachment. In this case you will usually see a lot of garbage at the bottom of your email message:
If this happens, write back to the person asking for plain text! Sometimes, your email program will simply save the attached file onto your computer's hard disk, for you to deal with. It should add a note after the message body to say what it's done, like this:
In this case, my email program (Eudora) has told me what folder to look in:
it's called Eudora has also told me it's a
If you're concerned about viruses, use a "Word viewer program" not Word itself - and read more here. You probably don't have a directory called 4.6) Tracking down missing attachmentsIf you have no idea where your attachments have gone, the first place to look is in the directory or folder where your email program itself lives. If that fails:
|
|
But also...OK, files do have other attributes besides name and contents. The most useful of these are:
If you know what directory or folder a file is in, but not what its name is, try telling your Windows Explorer or File Finder program to do all the following: |
5) Error messagesWhenever you get an error message while using the internet, the first thing you want to know is: Does it come from your computer, or from a computer you're trying to make contact with? If, when you try to send email, a box pops up on your screen immediately, it's from your computer. Almost all the error messages mean that you've forgotten to dial your ISP, or a glitch on the phone line has broken the connection. Tell your computer's "TCP/IP" program or "Dial-up networking" (or whatever) to "hang up", and then to dial again. Reports of external email errors arrive as emails. Say you tried to send email to Renée Descartes at the University of Nulle-Part in France. You might get back:
Note that this message comes from the "mail-server" program
at the university. It's telling you that it can't find the mailbox name - you mis-typed the part to the left of the If you mis-type the part to the right of the In either of these cases, re-send the message to the correct email address. But note that some error messages require no action from you:
In this case, the ISP "host" If you find nothing meaningful in the top part of the error message, there is sometimes a section marked "not for humans" and somewhere in there there is a line beginning with a number in the 500s which, after all, tells you what happened! 6) The rest of the internetAs noted in the introduction, email is just one of the services which runs over the internet. You will do yourself no harm if you think of the other services as increasingly sophisticated ways of computers sending each other formalised email messages, and acting on them:
The full list of internet services which you are likely to encounter is:
For details of these, see my Internet for Journalists document. |
|
Can I print it?If you keep a portable computer within arm's length at all times, you're better off saving an interesting file onto its hard disk to read (or print) whenever you need it. But if you need or prefer a paper copy, yes, it's OK to make a copy for your own use. You should not give it to anyone else and should most certainly not sell it, or I'll see you in court. TIPS: If a page has a background image (as this does), or has text
in a pale colour on a dark ground: try setting set your Web browser to use its
"default colours" before you print. (In Netscape, you will find this
option under the |