FREE
Newsletter

logo internet.com

Hot Topics
 JavaScript
 HTML
 CSS
 DHTML
 ASP
 XML

find a web host with:
CGI Access
DB Support
NT Servers
UNIX Servers
Telnet Access
advanced search
 WebDev Network 
    e-commerce   
internet.com

The Webmaster's Lexicon: C

Cascading Style Sheets CSS A mechanism that allows authors and readers to attach the same style (e.g. fonts, colors and spacing) to multiple HTML documents. The CSS language is human readable and writable, and expresses style in common desktop publishing terminology. One of the fundamental features of CSS is that style sheets cascade; authors can attach a preferred style sheet, while the reader may have a personal style sheet to adjust for human or technological handicaps.
CDF Channel Definition Format (CDF) is the proposed open industry standard for data definition of content to be pushed across the Internet. CDF is an application of XML, which is a subset of SGML, that specifies how data can be automatically broadcast from any web server to compatible receiver programs on client computers requesting such broadcasts.
CGI Common Gateway Interface A convention for servers to communicate with local applications. Gateways are programs which handle information requests and return the appropriate document or generate a document on the fly. Servers can display information which is not readable by the client, such as a database, and act as a "mediator" between the two to produce something which browsers can display.
CGI input Data generated by environment variables and standard input (when using the POST method). These environment variables are set when the server executes the gateway program. For example, the environment variable QUERY_STRING represents a string that follows the question mark in the URL. This information could be added either by an isindex document, or by a form using the GET method. In the POST method, form data are read from standard input. Since the server does send an EOF at the end of the data, the environment variable CONTENT_LENGTH is included to determine how much data to read from stdin.
CGI Libraries A collection of libraries used for writing scripts. cgi-lib.pl is simple Perl library which is designed to make writing CGI scripts in Perl easy. The CGI.pm Perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It is similar to cgi-lib.pl in some respects. It provides a simple interface for parsing and interpreting query strings passed to CGI scripts. However, it also offers a rich set of functions for creating fill-out forms. Instead of remembering the syntax for HTML form elements, you just make a series of Perl function calls. An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation.
CGI output The results of executing a CGI script. The results are either sent to standard output, or by outputting the location of the result document (either a full URL or a local virtual path). The script sends its output to stdout: either a document generated by the script, or instructions to the server for retrieving the desired output. The back-end returns its results to the server as a data stream. The server is responsible for "packaging" the data stream according to HTTP, and for using HTTP to transport the data stream to the requesting client. The server normally adds the needed HTTP headers to the back-end's results.
Chat Chat software provides the ability to "talk" using your keyboard in real-time with other people on a network of computers like the Internet or a company Intranet.
Checkbox

A field on a form which, when selected, enters a check in the box. These form input tags are best used to select members of small sets.
Chop A Perl function that chops off the last character of a string and returns the character chopped; primarily to remove the newline from the end of an input record.
Client Headers Data received from the browser by a CGI script. The header lines are placed into the environment with the prefix HTTP_ followed by the header name. Any - characters in the header name are changed to _ characters. The server may exclude any headers which it has already processed, such as Authorization, Content-type, and Content-length. If necessary, the server may choose to exclude any or all of these headers if including them would exceed any system environment limits.
Client-side imagemaps A graphic with sub-areas that are linked to different URLs. The MAP that relates parts of the image to different URLs is stored in the current file. This saves a round trip to the server, and should display pages faster. Destination URLs can be displayed in the browser status line as the mouse selects portions of the imagemap.
Cookies A general mechanism which server side connections (such as CGI scripts) can use to both store and retrieve information on the client side of the connection. The addition of a simple, persistent, client-side state significantly extends the capabilities of Web-based client/server applications.
Color

Colors can be specified in HTML using their names or hexadecimal RGB codes. There are 16 widely known color names:

Aqua #00FFFF Black #000000 Blue #0000FF
Fuchsia #FF00FF Gray #808080 Green #008000
Lime #00FF00 Maroon #800000 Navy #000080
Olive #808000 Purple #800080 Red #FF0000
Silver #C0C0C0 Teal #008080 Yellow #FFFF00
and White, #FFFFFF. These colors were originally picked as being the standard 16 colors supported with the Windows VGA palette. The above gives the RGB values in hex (#RRGGBB).

CSS Cascading Style Sheets A mechanism that allows authors and readers to attach the same style (e.g. fonts, colors and spacing) to multiple HTML documents. The CSS language is human readable and writable, and expresses style in common desktop publishing terminology. One of the fundamental features of CSS is that style sheets cascade; authors can attach a preferred style sheet, while the reader may have a personal style sheet to adjust for human or technological handicaps.



Up to => Home / WebRef / Lexicon





JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
IBM Whitepaper: Service Component Architecture Enabling XML Web Services for Java Programmers
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Intel Article: Using Power & Display Context in the Intel Mobile Platform SDK
Internet.com eBook: Real Life Rails
IBM SCA Center Article: Simplifying Composite Applications with Service Component Architecture
Intel PDF: Quad-Core Impacts More Than the Data Center
Internet.com eBook: The Pros and Cons of Outsourcing
Go Parallel Article: Scalable Parallelism with Intel(R) Threading Building Blocks
Intel PDF: Analysis of Early Testing of Intel vPro in Large IT Departments
Internet.com eBook: Best Practices for Developing a Web Site
Intel PDF: IT Agility through Automated, Policy-based Virtual Infrastructure
IBM CIO Whitepaper: The New Information Agenda. Do You Have One?
Microsoft Article: BitLocker Brings Encryption to Windows Server 2008
IBM Whitepaper: Service Component Architecture & Java EE Integration
Microsoft Article: RODCs Transform Branch Office Security
Go Parallel Article: James Reinders on the Intel Parallel Studio Beta Program
Avaya Article: Advancing the State of the Art in Customer Service
IBM Whitepaper: How are other CIOs driving growth?
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
Avaya Article: Avaya AE Services Provide Rapid Telephony Integration with Facebook
Go Parallel Article: Getting Started with TBB on Windows
HP eBook: Storage Networking , Part 1
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Go Parallel Video: Intel(R) Threading Building Blocks: A New Method for Threading in C++
HP Video: Is Your Data Center Ready for a Real World Disaster?
HP On Demand Webcast: Virtualization in Action
Go Parallel Video: Performance and Threading Tools for Game Developers
Rackspace Hosting Center: Customer Videos
Intel vPro Developer Virtual Bootcamp
HP Disaster-Proof Solutions eSeminar
HP On Demand Webcast: Discover the Benefits of Virtualization
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Download: IBM WebSphere Application Server V7.0 Feature Pack for Service Component Architecture
Actuate Download: Free Visual Report Development Tool
Microsoft Download: Silverlight 2 Software Development Kit Beta 2
30-Day Trial: SPAMfighter Exchange Module
Red Gate Download: SQL Toolbelt
IBM SCA Download: Start Building SCA Applications Today
Iron Speed Designer Application Generator
Microsoft Download: Silverlight 2 Beta 2 Runtime
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
IBM IT Innovation Article: Green Servers Provide a Competitive Advantage
Microsoft Article: Expression Web 2 for PHP Developers--Simplify Your PHP Applications
Featured Algorithm: Intel Threading Building Blocks - parallel_reduce
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES