client-side
Occurring on the client side of a client-server system. For example, on the World Wide Web, JavaScript scripts are client-side because they are executed by your browser (the client). In contrast, CGI scripts are server-side because they run on the Web server. Java applets can be either server-side or client-side depending on which computer (the server or the client) executes them.
Read Also:
- cdrdao
Open source software (released under the GPL) for recording compact discs. cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode, based on a textual description of the CD contents. cdrdao program is run from the command line and has no GUI.
- cdev
Short for control panel device, and pronounced see-dev, a cdev is a special type of Macintosh utility that enables you to adjust basic system parameters. On newer Macs (System 7 and later) cdevs are called control panels.
- clip
(1) In computer graphics, to cut off a portion of a graphic at a defined boundary. Most bit-mapped graphics utilities provide a clip feature than enables you to draw a window around an object and clip everything outside of the window. (2) In video terminology, a clip is a segment of video or media files […]
- clip art
Electronic illustrations that can be inserted into a document. Many clip-art packages are available, some general and others specialized for a particular field. Most clip-art packages provide the illustrations in several file formats so that you can insert them into various word-processing systems.
- Clipboard
A special file or memory area (buffer) where data is stored temporarily before being copied to another location. Many word processors, for example, use a clipboard for cutting and pasting. When you cut a block of text, the word processor copies the block to the clipboard; when you paste the block, the word processor copies […]