|
Mail List
A system that allows people to send e-mail to one address, whereupon their
message is copied and sent to all of the other subscribers to the mail list.
Mailbox
The directory on a host computer where your e-mail message are stored. With
some systems you can choose between keeping saved messages on the server or
on your local computer.
Megabyte
A million bytes.
Message Board
An electronic message center (also called a bulletin board); part of the Bulletin
Board System (BBS). Message boards are accessed by dialing in with a modem;
once there one may review messages left by others or leave a message. Bulletin
boards are a particularly good place to find free or inexpensive software
products. Most bulletin boards serve specific interest groups.
Meta Tag
An optional HTML tag that is used to specify information about a Web document.
Some search engines such as AltaVista use "spiders" to index Web
pages. These spiders read the information contained within a page's META tag.
So in theory, an HTML or Web page author has the ability to control how there
site is indexed by search engines and how and when it will come up on a user's
search.
The META tag can also be used to specify
an HTTP or URL address for the page to "jump" to after a certain
amount of time. This is known as Client-Pull. What this means, is a Web page
author can control the amount of time a Web page is up on the screen as well
as where the browser will go next. Here's a look at the syntax for search
engine indexing:
<HTML> <HEAD><TITLE></TITLE>
<META NAME="keywords" CONTENT="web stuff"> </HEAD>
</HTML>
Here's a look at the syntax for Client
Pull:
<HTML> <HEAD><TITLE></TITLE> <META
HTTP-EQUIV="REFRESH" CONTENT="30; URL=meta2.html">
</HEAD> </HTML>
this will "refresh"
or change to the URL specified in 30 seconds.
MIME - Multipurpose Internet Mail
Extensions
A protocol for Internet e-mail that enables the transmission of nontextual
data such as graphics, audio, video and other binary types of files. An e-mail
program such as Eudora is said to be "MIME Compliant" if it can
both send and receive files using the MIME standard. When non-text files are
sent using the MIME standard they are converted (encoded) into text - although
the resulting text is not really readable.
Besides e-mail software, the MIME standard
is also universally used by Web servers to identify the files they are sending
to Web clients. In this way new file formats can be accommodated simply by
updating the browsers' list of pairs of MIME-types and appropriate software
for handling each type.
Mirror
A server that provides copies of the same files as another server. Some servers
are so popular that other servers have been set up to mirror them and to spread
the load on to more than one site. Many international sites have mirrors set
up in other countries to allow quicker access for their international users.
Modem - Modulator, Demodulator
A device connecting a computer and to a phone line, that allows the computer
to talk to other computers through the phone system. Basically, modems do
for computers what a telephone does for humans. Generally there are 3 types
of modems: external, PC Card and internal.
Moneyback Guarantee
If you are unhappy with our hosting services for any reason, you can cancel
within the first 30 days and get your money back! We guarantee you'll be happy
with us as your Web host. Try today with no risk!
Mosaic
Mosaic is the common name of a World Wide Web multimedia browser program developed
at the National Center for Supercomputing Applications (NCSA) in Urbana-Champaign,
Ill. It was the first Web browser that used the same interface for Macintosh,
Windows and UNIX, and started the popularity of the Web. The official, copyrighted
name of the program is NCSA Mosaic. The source code for Mosaic has been licensed
by several companies, most notably, Netscape.
MX Record - Mail Exchange Record
Mail Server records designate the mailservers that will handle mail for your
domain. If you have more than one mailserver, MX records also specify the
order in which the mailservers will be used as primary, backup, etc.
|