<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Netscape Tips and Tricks</title>
<META Name="description" Content="A handout on getting the most out of the Netscape browser.">
<META Name="keywords" Content="netscape, netscape help, handout on netscape, handout for netscape, web browsers">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" TYPE="text/css" HREF="/styles/standard.css">
</head>
<body>
<div align=center>
<p><br>
<table class="tableborder" width="600" border="0"
cellspacing="0" cellpadding="20">
<tr>
<td>
<!--#include virtual="/inc/top.html" -->

<p><br>
<!-- ---------------------------------------------------- -->


<h1>Netscape Tips and Tricks</h1>


Netscape is program that offers a variety of tools in one package. In
addition to serving as a graphical web browser, Netscape can handle email,
Usenet newsgroups, provide access to older net tools such as FTP and
Gopher, merge with a telnet program, and it's handy for file management in
your cyberspace. You can run Netscape offline to allow you to edit pages
before making them available to the world. You can
<a href="http://wp.netscape.com/download/archive/client_archive47x.html">download Netscape</a> for free.
For now (Spring 2003) I recommend
 you stay with the version 4 series as the version 7 series seems to
 be rather buggy.

<p>
The section on bookmarks grew so large and complex that I finally created a
separate <a href="netscapebm.html">Netscape Bookmarks page</a>!
<p>

A really terrific resource is the <a href="http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/NetscapeEssentials.html">
Berkeley Netscape Essentials</a> page. For a more in-depth
guide to Netscape try their <a href="http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/NetscapeBasics.html">
Netscape basics</a>.

 <p>
<hr>
<p>

<dl>
<dt><b>Escaping out of Frames</b>
<dd>Some web sites offer terrific
information but the use of frames can make the information difficult to
read and almost impossible to bookmark. You can pop a frame out into a
new browser window, freeing the information. Place your cursor in the
frame you want to pop out. Click the RIGHT (opposite) mouse button and
a little menu will pop up containing the option to <b>open frame in new
window</b>.
<p>
Another approach to breaking out of frames is through the link to a framed web page.
<ol>
<li>Place your cursor on the hyperlink
<li>Click the RIGHT (or opposite) mouse button. A menu will pop open.
<li>Select the menu option to <b>Open in New Window</b>. This will open a new browser window containing the web page for the link.
</ol>
<p>


</dl>
<h2>Printing a Document</h2>
<dl>
<dt><b>Printing a Selection of Text</b>
<dd>Although the Print dialog box
offers the option to "print selection"; it doesn't work!
While you can't highlight a selection of text on a web page, and print
only that, you can choose to print a single page:
<ol>
<li>First determine where on a printed page the selection of
text you need to print falls. Use the <strong>
File/Print/Print Preview</strong> option.
<li>Enter the Print command: <strong>File/Print</strong>
<li>Click on the <strong>Pages</strong> button and type in the
page(s) range. </ol>

<p>
<dt><B>Is the Printed Page Blank?</B>
<dd>Getting blank space instead of text on your printout? Some printers
have difficulty printing colored text. Try instructing the print routine
to print all text as black. <strong>File/Page Setup/Check Black Text
</strong>.

<p>
<dt><B>Printing Headers and Footers</B>
<dd>Header and Footer options control the placement of the
<a href="javascript:openNav()"onclick="openNav('../vocab/url.html');return false">URL</a>
of the page. You can chose to include all or part of these
header and footer options: URL, date printed, pagination, page
title. I recommend you select all of these options.
<p>
<dt><b>Displaying Links on a Printed page</b>
<dd>Identifying links on a printed page is *very* useful. This allows you
to see where the links are and to decide if you want to return to the page
and follow the links. To make the links apparent you need to select
"Underline Links" in a Netscape configuration. <strong>Edit/
Preference/Appearance/Colors/check Underline Links</strong>

</dl>
<p><br>


<h2>Capturing Graphics</h2>

You should always write to the author of a page to obtain permission
before capturing a graphic not labeled as Public Domain or contained in
a public archive.

<p> Put the mouse pointer anywhere *on* the graphic image and click with
the *right* (or opposite) mouse button. A menu will pop up from which
you can select to save the image. The image will be saved to your local
PC (or Mac). If you want the image in your cyberspace, you'll have to
upload/FTP it after saving.

<p><br>
<h2><a href="javascript:openNav()"onclick="openNav('../vocab/ftp.html');return false">
FTP</a> With Netscape</h2>
To quickly upload the saved image to your cyberspace use Netscape and a
special FTP command:
<p>
<center>
ftp://email address</center><br>
Use your email address instead of the literal text in this example.
If you have a virtual domain then you will use your actual account
name and perhaps a local machine name at the web host server.
To
connect to my academic account I'd use my own email address:
edmiston@cs.unca.edu<p>
<center>ftp://edmiston@cs.unca.edu</center>
<p>
Once you connect you'll be prompted to enter your own password. Then open
any directories you need for placing the file you are uploading.
Directories are designated by icons representing yellow file folders. If,
for example you wanted to upload the image to your public_html directory
(where you will save all of your web pages), you'd click on that directory
name to "open" it.
<p>
With the directory is open, click on the <strong>file menu</strong> and
select <strong>upload file</strong>. In that upload dialog box is open,
select the <strong>PC</strong> directory containing your file to be
uploaded. Click on the file name and then click on the Open button.
You can also drag filenames from the Windows Explorer program INTO
the Netscape window.


<h2>Displaying HTML Code of a Page</h2>

You can learn a great deal about HTML by studying the code of pages on the
net. Select <strong>View/Source</strong>. A window will pop up containing
the text.

<p>
Viewing the source code of a web page can be a little tricky. Netscape
will display the source code in a special window that offers no menus
for working with the source code. You can use the following commands
in the View Source window. (I believe people on a Mac can substitute the
"Command" key for the Control key noted here)
<ul>
<li>Select (highlight) all of the text &nbsp; <b>Control-A</b>
<li>Copy the selected text: <b>Control-C</b>
<li>Print the text: <b>Control-P</b>
<li>Mail the Source Code:  <b>Control-M</b>
<li>Save the source code: <b>Control-S</b>
<li>Search the source code for a word or phrase: <b>Control-F</b>

</ul>
<p><br>



<h2>Navigation Options</h2>

There are a number of options available for navigating the web. The
<strong>Back</strong> and <strong>Forward</strong> buttons take you back
and forward to pages you've visited this session in a sequential pattern.

<p> The <strong>Go</strong> menu option lists pages visited this session
so you can jump over pages and return directly to a page.

<p> To open a web page you can either type the URL directly into the white
Location strip at the top of the window, or select <strong>File/Open
Page</strong>. All of these options perform the same function. In this
File Open option you can type in the URL of a page on the Web, or you
can select the <b>Browse</b> button to open a page from your own
personal computer hard drive. I often work on a page in an editor
and check it in Netscape. This gives me the sophisticated
editing environment of an editor such as <a href="http://textpad.com/">
Textpad</a> and the ability to view the file in
Netscape. It also allows me to work on web pages offline.
<p><br>
<h2>Telnet</h2>
No web browser will automatically telnet. Instead, the browser can be
configured to launch a separate telnet program. If you don't have a telnet
program on your computer, then you can't use telnet-based URLs. Once you
have a telnet program installed on your computer you can "teach" your web
browser to launch that separate program when it receives a telnet request.
You don't need to enter this configuration in a school lab; those
Netscape programs are already configured.

<p>
<strong>Configuring Netscape to Launch a Telnet Program</strong>

<ol>
<li>Click on the <strong>Edit</strong> menu and select
<strong>Preferences</strong>.

<li>Open the <strong>+Navigator</strong> section
and click on <strong>Applications</strong>.

<li>Under "Description", scroll
down to <strong>URL: Telnet Protocol</strong>. Click once, just to
highlight it, then click the <strong>Edit</strong> button.

<li>Under
<strong>Application</strong> enter the
path and program name, or select browse to search
your hard drive for the correct path to your telnet program.

<li>Note the use of <b>%1</b> in my own entry:<br>
<center>
 "C:\Program Files\netterm\netterm.exe" %1
</center><br>
The %1 forces the telnet program to connect to the actual
site in the telnet URL. Without the %1 I found Netscape would
launch my telnet program but the telnet program would not
make the actual connection!


</ol>


If you need (or prefer) to
install a telnet program I recommend Netterm. It's the most
versatile and powerful telnet program I've found. I have a
<a href="http://www.cs.unca.edu/~edmiston/handouts/netterm.html">Netterm handout</a> that guides you through acquiring
the program and setting it up.
<p><br>


<p><br>
<h2>Miscellaneous</h2>
<dl>

<dt><b>View your History and Cache</b>
<dd>To view your <strong>cache file</strong>, enter this phrase as a URL
in the Location strip: <strong>about:cache</strong>. To view your History
File, press <strong>control-H</strong>. You can delete your history file
and the record kept of the Location Bar entries
at any time:
<p>
<b>Clear the History and Location Bar</b>
<ol>
<li>Click on the Edit Menu
<li>Select Preferences
<li>Click on the Navigator option
<li>Click on the button labeled "Clear History"<br>
    and/or click on the button labeled "Clear Location Bar"
</ol>
<p>
You can speed up the performance of your computer by deleting the files in your disk cache:
<ol>
<li>Click on the Edit Menu
<li>Select Preferences
<li>Click on the plus sign next to <b>Advanced</b>
<li>Click on <b>Cache</b>
<li>Click on the buttons to <b>clear disk cache</b> (and <b>clear memory cache</b> too).
</ol><p>

<p>
<dt><b>Need to know what Plug-ins you have installed?</b>
<dd>Enter this phrase in the as a URL in the Location strip:
<strong>about:plugins</strong>
<p>

<p>
<dt><b>View Web Pages offline, from your hard drive.</b>

<dd>You can run Netscape offline. If, when you start Netscape you see a
dialog box prompting you to dial into your Internet account, just cancel
that window. Then Netscape will behave just fine. I often run Netscape
offline, along with a word processor ( something simple but with adequate
ability to work with ASCII, often MS Write).

<dd>The command to open a web page from your personal computer is
<strong>File/Open File</strong>



<p>
<dt><b>Opening a Second Web Browser</b>

<dd>Sometimes it's helpful to run 2 or more Netscape browser windows. To
do this, select <strong>File/New Web Browser</strong>. Or you can
use the keyboard command, <b>Contrl-N</b>.


<p>
<dt><b>Turning the Display of Graphics Off and On</b>

<dd>Sometimes I like to turn off graphics so that web pages will load
faster. It depends on the types of sites I'm visiting. This is a "check
mark" option. Select the option once and it turns off graphics (ie, the
checkmark disappears) and select the option again and graphics are turned
on (the checkmark reappears). The command is
<strong>Edit/Preferences/Advanced/Automatically Load
Images</strong>


<p>
<dt><b>Turn Cookies off and On</b>
<dd>I generally leave cookies turned off. But occasionally I need to
allow cookies in order to use certain tools. MS Internet Explorer has a
terrific system for choosing when to allow cookies and when to forbid
them.

<p>
Most of time when I have cookies turned on I use the added
security measure of forcing the server to ask permission to place
a cookie. This keeps me aware of by who and when cookie files are
created.
<p>
<center><strong>Edit/Preferences/Advanced/Cookies</strong></center>
<p>
In this dialog window you can <b>Accept All Cookies</b>, with or without
<b>Warn me before accepting a cookie</b>! Or you can check the option to
<b>Disable cookies</b>.



</dl>



<!--  -------------------------------------------------- -->
<p><br>
<!--#include virtual="/inc/foot.html" -->
</td>
</tr>
</table>


<!--#exec cgi="../cgi-bin/looker/ax.pl" -->



<p><br>
</div></body>
</html>
