January 1, 2000

DevX - Software Development Resource

Making Sound

etting sounds from a tape, record, CD player, or microphone onto your computer requires not only sound itself, but a number of applications and equipment, including: Computer Equipment,including connectors and

DevX - Software Development Resource

My First Web Page

Planning A Trip to HawaiiHawaii, the Aloha State, welcomes and tempts visitors with its tantalizing weather and magnificent beaches. Mark Twain described Hawaii as ‘the loveliest fleet of islands that

DevX - Software Development Resource

HTML Basics: Choosing A Color

There are four ways to specify color: By Color Name By hexadecimal value. By RGB percents (only with CSS/XSL) By RGB decimal values (only with CSS/XSL) Here’s a chart of

DevX - Software Development Resource

Web Design QuickStart

ne of the keys to a good Web site is simplicity. You’ve heard of the “KISS” principle? Keep It Simple Silly. This applies doubly for Web sites. It’s easy to

DevX - Software Development Resource

CSS: Fonts and Text

Text Values Absolute: pt/pc/cm/mm/inRelative: px/em/ex/% ou can measure most font and text properties in either absolute or relative units. The tables below show the values and their options. Absolute Unitsunitabbreviationexamplepointsptfont-size:

DevX - Software Development Resource

CSS: Position and Visibility

osition: {position: normal/relative/absolute} The position property lets you set a box’s position in the layout of a page. The default value is normal; the box’s position is calculated according to

DevX - Software Development Resource

CSS: Units of Measurement

ou can measure CSS property values in one of two ways: As an absolute value As a relative value. Absolute values have a fixed, specific value. They let you, the

DevX - Software Development Resource

CSS: Color and Backgrounds

olor Values: name, #hex, rgb(R%, G%, B%), rgb(R, G, B)You have four options for specifying color: As a standard color name As a hexadecimal value As an RGB percentage As