L
o a d T i m e C h e c k
Q:
Why does the number of server connections affect
my page load time?
A:
When your browser downloads a Web page,
it must first open a network connection to the Web server. Once the connection
is open, the browser can download multiple objects -- such as HTML files,
image files, or audio files -- from a single connection. However, if your
page includes objects that reside on several different Web servers, the
browser must open a network connection to each of these servers. Each one
of these connections takes about two seconds to establish and adds to your
page load time.
Q:
My Web page is small and doesn't include many
graphics, but you still didn't give me the highest possible load time rating.
Why?
A:
We lower your page's load time rating by
one level if it includes HTML problems, such as an image that doesn't have
HEIGHT or WIDTH attributes. Correct these problems to get our highest rating.
Q:
Why do HTML problems affect my page's load
time?
A:
Graphics are usually the largest objects
in a Web page. As a result, they're often the last thing that is completely
downloaded. If you use HEIGHT and WIDTH attributes with your IMG tags,
the browser can allocate space for the image in the page layout. The browser
can then draw the rest of the page while the image is loading. The overall
result of this is a page that is displayed more quickly. This applies not
only to IMG tags, but to TABLE tags. It is especially important to use
the WIDTH attribute for nested tables.
Q:
Why do I sometimes get a size of "-1 " reported
for some of my graphics?
A:
We determine the size of your images from
information provided in the HTTP response header. Though the vast majority
of servers supply this information, some do not. As a result we cannot
measure the size of these graphics. You may see this situation with graphics
generated by a CGI script, such as those used by some banner advertising
networks or hit counters.
Q:
Why do you report a frame for my page when
I don't use frames?
A:
Many advertising networks imbed their banner
ads inside an IFRAME tag. This allows them to run "rich media" ads on your
page. Since these really are frames, we report them as such.
Q:
I ran a "whole site" job, but you only reported
the load time for some of my pages. Why?
A:
We currently limit the number of pages
and links that our service will test. If one of your pages contains objects
that we did not test because of this limit, we will not report the load
time for that page.
S p e
l l C h e c k
Q:
What is Spell Check?
A:
Spell Check is an automated tool that will
visit one or all of your web pages and check the text on the page for spelling
errors. You may run this test in the foreground (i.e. while you wait),
or in the background and have an email report sent to you automatically
when the run finishes.
Q:What
is a Custom Dictionary?
A:
A Custom Dictionary is an unique feature
of NetMechanic's Spell Check. The Custom Dictionary allows you to add to
the list of known words in the dictionary. Proper names, technical terms,
and foreign phrases may be added to the dictionary.
Q:
How do I create a Custom Dictionary?
A:
Simply create a file (perhaps called dictionary.txt)
on your web server that will serve as the custom dictionary. For each word
you want to add to your dictionary, place it on a line by itself in your
dictionary file. Enter the URL of your dictionary on the submission page,
and our robots will take care of the rest.
B r o
w s e r C o m p a t i b l i t y
Q:
What is Browser Compatibility?
A:
Browser Compatibility is a tool that tells
you which of your HTML tags are supported by each version of the major
browsers.
Q:
How is this tool different from HTML Check?
A:
HTML Check tells you how well your code
conforms to the HTML standards. Browser Compatibility tells you how much
of your HTML code is supported by each version of the Netscape and Microsoft
browsers. This difference is important, since even the latest versions
of these browsers don't fully support the HTML 4 standard. In addition,
if many visitors to your site use older browsers, these may not support
many tags commonly used today.
Q:
How is my grade determined?
A:
We based your grade on the total number
of compatibility problems we find on the page. However, in doing this we
only count problems that affect at least 10% of your visitors. Using this
approach means that we place a lesser weight on very old browsers that
may have a lot of compatibility problems, but which are used by only a
small percentage of your site's visitors.
Q:
Why are some of my problems highlighted in bold
text?
A:
Any problem that affects 10% or more of
your visitors will be listed in bold text.
Q:
What does the Browser Types Calculator do?
A:
For each problem we find we try to tell
you how many of your site's visitors are affected by it. So if a tag isn't
supported by Netscape Navigator Version 2 and Version 3, and those browsers
make up 5% and 10% of your site's visitors, this means that 15% of your
visitors are affected. The calculator uses data on the distribution of
browsers visiting our site. If the distribution of browsers is different
for your web site, you can enter your numbers here.
S
t i l l h a v e q u e s t i o n s ?
W
r i t e U s
|