| Database
|
A collection of data organized to allow rapid access; a computerized record
keeping system. A system involving data, the hardware that physically stores
that data, the software that utilizes the hardware's file system in order to
1) store the data and 2) provide a standardized method for retrieving or changing
the data. Traditional databases are organized by fields, records, and files.
A field is a single piece of data of a specific type;
a record is one complete set of fields; and a file is a collection of records.
|
|---|
| Design
|
The look, feel, and structure of a web site. It is the the synergy
and synthesis of three aspects: sensory, conceptual, and reactive.
Many people equate web design with graphics, but this is only a part of
the complete design problem. There are further issues such as information
architecture, navigation, database, etc.
|
|---|
| DHTML
|
Dynamic HTML allows a Web page to change after it's loaded into the
browser --there doesn't have to be any communication with the Web
server for an update. You can think of it as 'animated' HTML.
|
|---|
| Digital Watermark
|
Copyright information that is embedded in an image or sound
file, hiding in variations that occur naturally
in the file.
|
|---|
| Doctype
|
Specification of a DTD used as prolog to an HTML document.
|
|---|
| DOM
|
The Document Object Model is a platform- and language-neutral interface that will allow
programs and scripts to dynamically access and update the content, structure and style of
documents. The document can be further processed and the results of that processing can be
incorporated back into the presented page.
|
|---|
| Domain Name
|
The name of an Internet site, for example Stars.com.
|
|---|
| Download
|
The process of copying a file from an online service, ftp
site, website or remote computer to your own computer.
|
|---|
| DTD
|
Document Type Definition used by SGML applications, e.g.
HTML.
Rules that apply SGML to the markup of documents of a
particular type, including a set of element and entity
declarations.
|
|---|
| Dynamic HTML
|
Allows a Web page to change after it's loaded into the
browser --there doesn't have to be any communication with
the Web server for an update. You can think of it as 'animated'
HTML.
|
|---|