TCS - Internet Questions and Answers

Internet Questions and Answers

by Don Singleton
Tulsa Computer Society
From the July 1997 issue of the I/O Port Newsletter

Credit Cards and the Net

Is it safe to send a credit card via the internet?

Packets sent to an ordinary web site (one with an http://.... address) could be intercepted, and since they would be "in the clear" this is what makes people say that it is not safe to send credit card information via the Internet. However there are sites called "Secure Servers", which have an https://..... address, and if your browser supports these secure servers, then it should be perfectly safe to send credit card information via the internet to a secure server, since all messages to and from the server are encrypted. Using 40-bit key size for RC4 streem encryption, it would take on the average 64 MIPS-years to break such an encrypted message (a computer capable of 64 million instructions per second would take a year to break the code).

But how can you tell whether you are on a secure server? Using Netscape Navigator, if the key symbol in the lower left corner of the screen has a break in it and is on a gray background you are on an unsecure web page, and if it is whole, and has a blue background, you are on a secure web page. The key has two teeth for high-grade encryption, and one tooth for medium-grade encryption. The location field will also show a URL that begins "https://" for secure servers, and "http://" for non-secure servers. In Netscape Communicator, and in Microsoft Internet Explorer, non-secure pages are indicated by an icon of a padlock that is unlocked, and secure pages are indicated by an icon of a padlock that is locked.


Netscape Navigator Unsecure

Netscape Navigator Secure

Netscape Communicator Unsecure

Internet Explorer Secure

https indicates secure server

Turn Off Image Loading

I have a very slow modem. Is it possible to turn off the automatic downloading of graphics from web page, and if so can I get the graphics that I really want to see?

With Netscape click on Options, and locate the Auto Load Images entry. If it has a check mark beside it, images will automatically be downloaded. If the entry does not have a check mark, images will not automatically be downloaded. To change the check mark to no check mark, or no check mark to check mark, position the mouse on the Auto Load Images line and click.

If you have Auto Load Images turned off, the images will not be downloaded, and instead you will get a little rectangular box with a symbol that has a question mark in it, and several other graphical elements like triangles, and the upper right corner is folded down. If you want a single image locate the symbol for that image and click it. If you want all of the images for a particular page, locate the box "Images" on the tool bar and click it. That box is greyed out when you have Auto Load Images turned on, but it becomes active when you turn Auto Load Images off.

In Microsoft Internet Explorer for 3.1, images not downloaded will be replaced by a box with an X in it.


Netscape Navigator

Internet Explorer 3.1

Specify Graphic Size

Why do some web pages bring up the text quickly, and then begin downloading the graphics as quickly as they can, and some others take a long time to see anything, and then suddenly everything appears at once?

The pages that bring up their text quickly are properly designed, and they indicate the width and height of images, so the browser will know how to format the page, even before the image is downloaded. Images that do not include this width and height specification must be downloaded before the browser can format the page, and hence it cannot display the text until that happens.

In the Tulsa Computer Society web page, if we just had:

<IMG ALIGN=RIGHT SRC="tcslogo2.gif" >
the viewer would have to wait until our logo was downloaded before he could see the choices we presented him, but by specifying:
<IMG ALIGN=RIGHT SRC="tcslogo2.gif" WIDTH="400" HEIGHT="205" >
the browser will reserve space (shown by a box with the "broken image" symbol in it), and the text will be formatted assuming the logo will be that size, and then when the logo finishes downloading it will be filled in the box.

But how do I know how big my images are?

Many graphic programs, like photo shop, will show you the pixel width and height of an image. One program that you can use is LVIEW, discussed in the June issue of the I/O Port (http://www.tcs.org/ioport/lview.htm), and when you load an image, look in the title bar of the image, and you will see something like 400x205x64, which says that the image is currently sized to be 400 pixels wide by 205 pixels high and uses a 64 color pallet.

Text Viewer

How can a web page be designed so that it can be viewed by someone with a text only browser (like Lynx on a Unix System), or a graphic browser with Auto Load Images turned off?

Include the ALT string in an IMG tag, and the text in the ALT string will be displayed instead of the image (for text-only browsers), or inside the box specified by the Width and Height Tags, unless and until the graphic image itself is downloaded. For example, the IMG tag from the TCS Web Page is actually:

<IMG ALT="Tulsa Computer Society" ALIGN=RIGHT
SRC="tcslogo2.gif" WIDTH="400" HEIGHT="205">

and text browsers will see the "Tulsa Computer Society" string.

Why is there a symbol that looks like an envelope with a question mark after it in the lower right corner of my Netscape Screen?

The envelope is a Mail icon. You can click on the mail icon to display the Mail window (if not already open) and retrieve for new messages. The mail icon includes a question mark (?) if Netscape cannot automatically check the mail server for new messages. The mail icon includes an exclamation point if the news server has new messages for you.



For more information on the Tulsa Computer Society click here



This page has been accessed times.
Tulsa Computer Society 06/14/97
Don Singleton, President
tcs@galstar.com