Introduction
Margo's Gateway NURS-4600 Home Send E-Mail Updated: 11/10/01 |
Dr. Margo Thompson Webster University : November-December, 2001 Introduction
About the Internet What is the Internet? - The Internet is but a collection of connected computers, all communicating using standard communications protocols and languages. There are a variety of different participants on the web, and understanding them will help us in understanding how to contribute to the "Web". It is important to understand some of the history of the Internet, to see how it has evolved and grown. How does your browser work? - The Internet browsers (Netscape Navigator, Microsoft Internet Explorer, etc.) are HTML interpreters. They read plain text (ASCII) pages that are formatted using HTML (HyperText Markup Language). The HTML language tells the browser how to display the text (what size, what color, what location, using what images, and so on). One way that a browser knows that a file is an HTML file by the file extension, which should be .html or .htm (either is fine). A browser can also interpret other types of files and languages, including displaying images, but let's stick to HTML. Understanding where you are ... Understanding where files are
A browser is able to read HTML files from any location. A HTML file may be stored on your floppy drive (A:) or your hard drive (typically c:), or it may be located on a computer anywhere in the world. Of course, to read files that are not located directly on your computer, you must be "connected" to the Internet somehow. Files are references by a URL (Uniform Resource Locator - an Internet address). Every page has a unique URL, even those located on the hard drive or floppy drive of your computer. An example URL of a file on the Internet
...
An example URL of a file on your
computer's hard drive ...
Make note of the differences between the http and the file protocol - it's important to understand how they are different.
About Web Page(s) Web pages are nothing but plain text documents that contain some formatting 'tags' that conform to the HTML language syntax. Typing some text into a document and saving it with a .html extension will constitute a web page. We will be using a WYSIWYG (What You See Is What You Get) Web Authoring Tool that is part of the Netscape browser suite. It is called Netscape Composer. It's a relatively easy to use tool; much easier that coding HTML by hand. It is important to understand the different between Composer and Navigator. One is a web browser (Navigator), and one is a Web editor (Composer). They look very similar, but their function is actually quite different. We will be using Netscape to create HTML files that can be read by the browser. First, we will store them on our floppy disks (a: drive), and then we will transfer them to one of Webster's servers so that they are available from the Internet. HTML basics
Netscape Composer Wizard From the File menu, New, choose the Blank Page option, or you may click on the Pen and Scroll image, bottom right of the screen, to open composer, and click on New.
What is FTP? FTP stands for "File Transfer Protocol". It is a method of "transferring files" between computers. FTP is also the name of a program
that allows us to transfer files. The FTP program is a standard part of
every Windows installation. Macintosh computers also come standard with
a simple FTP program.
Each student at Webster has an Email account. Along with that account comes a certain portion of "space" on one of Webster's servers. This space is reserved for you and is accessible from the Internet. Your space is like a "directory" or a "folder" on the server, and that "folder" is restricted to you only. No one else can add or update pages that are stored there. The name of the computer that holds your "folder" is "auden.webster.edu". The name of the folder is your Webster user name (same as your Webster email name). Margo's is "thompsma". In your folder is another folder called "public_html". This is the folder that is accessible from the internet. Any HTML files located in that directory can be read from the internet by using the URL ... http://auden.webster.edu/~username How to Transfer Files From Your PC to the Auden Server
Glossary
Where to go next As with any other skills, the development of web pages and sites must be practiced in order to get better at it. The way to learn the techniques is to repeat them again and again, each trying a new method or trying to add a new type of component (a table, an anchor, and so on). Web pages are based on the HTML language. To create intricate web pages requires some knowledge of the HTML language. It is a relatively simple language to learn - not like a true programming language (that is because it is not a programming language). A good place to start learning HTML is on the Web at ... http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html. I learned HTML from this site and from others like it that I found in Yahoo! in the category ... Computers-Internet-WWW-HTML-Beginners HTML. Try here. Another good way is to find books. Use the form below to search through Amazon.Com, a site that sells books and music directly from the web. You can buy books using your credit card and have them shipped to your door. The prices are great, and all the purchase information is encrypted to prevent anyone from gaining access to your credit card number. You'd be surprised, studies have shown that on-line purchasing is less prone to fraud than telephone or retail credit card purchasing. We did not attempt to learn HTML in this class. Rather, we used a WYSIWYG Web Authoring Tool to assist us in the creation of HTML pages. Netscape is only one of dozens of Web Authoring tools available for creating Web Pages and Web Sites. We chose it for use in this class since it is one of the most basic tools, and it also has access to the Netscape "Wizards" on the Internet. Others include Microsoft Front Page, NetObjects Fusion, and others. Much more information can be found at CNET.com. Now, the BEST way to learn how to program on the web is not to read all the books and primers cover to cover. If you see a page that you like, COPY IT. In your browser, under the View menu, there is an option View Source. This will allow you to look at a page's HTML code. Or, in Netscape, when you find a page you like, just choose the Edit Page option from the File menu. This will download a copy of the page, including all images, to your computer, and allow you to edit and save it. As always, feel free to Email me with any questions. |