
|
Data and Telecommunications, terms, concepts and abbreviations.
(19 terms)
|
Computer Hardware parts, abbreviations and concepts.
(6 terms)
|
|
Graphic Design & prepress terms from desktop publishing to offset printing.
(14 terms)
PDL
Abbreviated as PDL, a language for describing the layout and contents of a printed page. The best-known PDLs are Adobe PostScript and Hewlett-Packard PCL (Printer Control Language), both of which are used to control laser printers.
Both PostScript and modern versions of PCL are object-oriented, meaning that they describe a page in terms of geometrical objects such as lines, arcs, and circles. |
Linux/Unix Terms and Commands.
(9 terms)
URL
An address referring to a document on the Internet. This can be used to reference a web page via HTTP or a file to be accessed via FTP, for example. The reason for a URL (rather then just the address) is to define completely what a computer must do, and where it must go, to access a document (sometimes even on it´s local hard drive in the case of ´file:´)
The syntax of a URL consists of four elements: Protocol://address/path/document - here are a few examples: http://www.pawprint.net/in... |
|
Photography terms and concepts, including digital and traditional photographic techniques.
(11 terms)
GIF
A compressed graphic format suited for flat color images (illustrations) and drawings. It compresses images by referencing areas of the same colour thus it is less suitable then JPEG for photographic images (where there are colour gradients)
Originally created by CompuServ it was the subject of proposed law suits and patent discussions which have largely been dropped. |
Web design termonology, concepts, and abbreviations.
(46 terms)
DHTML
The combined use of HTML/XHTML and JavaScript (usually along with the DOM and Cascading Style Sheets) to create a dynamic = interactive Web pages.
Drop down menus and roll-over links are the most common forms of DHTML found on web sites today. Technologies such as AJAX and/or JASON take this to the next level combining DHTML with XML and data transfer to create web pages (typically parts of web applications) that can be updated without refreshing the entire page. |