The Navigator Gold editor loads a document with FRAMESET tags


The Navigator Gold editor loads a document with FRAMESET tags as though it is a frame-disabled browser. Instead of being presented with a multiframe editing session, you are shown the text contained in a NOFRAME tag.
In addition, saving a page with FRAMESET tags results in a “new” page being created with only the content of the NOFRAME tag. This effectively strips the frames from the document.

Bandwidth Or Data Transfer ?


Bandwidth Or Data Transfer – what is difference?

Too often web hosts talk about bandwidth and data transfer in the same breath but truth be known they are different although very closely related. Bandwidth is how much data can be transferred at a time and data transfer is how much data is being transferred.

Think of it this way. If bandwidth were a bridge, then the bigger the bridge is the more vehicles can pass through it. While data transfer is the number of vehicles allowed on the bridge in say a month. In essence, data transfer is the consumption of bandwidth.

How these affects the Site ?

The less bandwidth you have, the slower your site takes to load regardless of the visitor’s connection type. If you have more visitors, some of them will have to wait their turn. The least data transfer you have, the more often you’ll find your site unavailable because you’re reached the maximum allowed until a new month rolls by or you upgrade your account.

While the SCRIPT tag is not directly available from a pull-down menu


While the SCRIPT tag is not directly available from a pull-down menu, you can use Navigator Gold’s capability to enter alternative HTML tags.
However, there is no easy way to enter a terminating /SCRIPT tag. It’s simpler to have the <SCRIPT> construction already embedded in your document.

How much bandwidth is sufficient?


How can I figure out that how much bandwidth is sufficient for my site to function ?

For that You’ll need to gather some information; fairly easy if you already have a site. Most of this information is available from your traffic history. If you don’t have an existing site, provide an optimistic estimate if you intend to heavily promote the site. Then get ready for some math.

Find out the daily averages of: –
· Number of visitors / expected number of visitors
· Page size including the graphics of the page
· Page views / expected pages viewed by each visitor

Then, multiply them as follows:
Visitors x Page size x Page views x 30 days = Monthly Website Transfer

You should also throw in a small margin or error there to take into account email traffic and your own uploads to the server. If you offer downloads, then you should add the following:

Average/Expected downloads x File Size x 30 days = Monthly Download Transfer

Creating links with Navigator Gold is a snap, but there is no way


Creating links with Navigator Gold is a snap, but there is no way to add the event handler attributes, such as onMouseOver, that give JavaScript so much power. Links are also saved as absolute references, which have the full path- and filename.
So after you edit a document, you need to choose File and publish to resolve the absolute references.

Reducing Transfers


Can I reduce my website transfers and how ?

Yes, you can reduce your transfer amount by building simpler, more efficient websites and optimizing your graphics. Refrain from fancy flash presentations or streaming audio. Use CSS, call JavaScript externally instead of embedding in every page.

Remove unwanted tags, white space and comments. Limit your META tags to those absolutely necessary. Having too many keywords is not search engine friendly. Besides many search engines will only review the first few and ignore the rest.

Another good idea is to cache your website but you might want to set an expiry date in the HTTP headers so the browser will refresh the content after a certain time. Use mod-gzip. It could save you as much as 40% of your bandwidth. Out of control robots can also suck down your bandwidth like a black hole. So use robots.txt to keep spiders in check.

If you have any links that have event handlers connected


If you have any links that have event handlers connected, the Navigator Gold editor tries to evaluate the handler’s functions but, because JavaScript code is not evaluated from within the editor, an error will be generated.
This means that certain handler combinations could create documents that are difficult to edit.

Transfering Web Site


I want to change my web host.How to Transfer my Web Site to Another Host Without Losing It?

Here are the steps you need to take:

1. Make a complete copy of your web site.
2. Choose your new Web Host.
3. Transfer your domain name Contact the domain name registrar
4. Upload all files to your new Web Host.
5. Transferring web pages to the New Host.
6. Amending your web site.
7. Testing your web site.

If you’re moving to a host who has as different control panel, make a manual backup by downloading all your files because different control panels may not be able to restore the backups made by your old host. They also have different directory structures so your file trees will be in a mess. If you need to, make a small note file with notepad with memos for you to remember the old server configurations. This will help you as you make changes on your new host server and save the confusion moving back and forth between hosts.

Also remember to backup server logs. There is no good way of moving logs yet because different hosts may log statistics differently. So the best thing to do is to download it and use a log analyzer on your computer to make references to later on.

It is common and good practice to inform your visitors and customers of the server move. If you run a e-store, this helps assure your customers you have not fled with their money if there is any downtime. Also give an alternate email so you won’t lose emails in the transfer.

Also Gather Odds & Ends

1. A Good FTP program which you should have by now
2. Get your new host server’s DNS
3. It’s also helpful to have a script that tells you the server environments installed on your new host server for quick references.
4. Get the temporary URL on your new host so you can check your site before you make a DNS change.
5. If you have your host control the domain inform them not to change your DNS until you tell them to.

Navigator Gold is a good basic editor that seamlessly integrates


Navigator Gold is a good basic editor that seamlessly integrates with the Navigator browser. For designing the initial look and feel of your pages, it’s a good editor to use. that seamlessly integrates with the Navigator browser. For designing the initial look and feel of your pages, it’s a good editor to use.
But after you design the appearance of a page and want to JavaScript-ize it , you’ll probably want to supplement your development with several other tools.

If you want to use an editor other than Navigator Gold


If you want to use an editor other than Navigator Gold, you can use one such as HoTMetaL, HotDog, or HTML Write. After you finish the basic layout of your page, however, switching between a simple editor such as NotePad or TextPad and your browser is a fast and efficient way to go.
It’s not much different from what most programmers go through: developing, editing, and compiling a program through an editor framework, then switching to another program to test, run, and debug it.