devxlogo

Project Cool

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

HTML Basics: Links

inking together different ideas and content is a basic strength of the Web. The very name “browser” comes from this idea. The browser lets you, from your desktop, browse through

JavaScript QuickStart: Rules of JavaScript

ike any other language, be it English, Japanese, Pascal, or C++, JavaScript has some basic grammar rules. Understanding these helps you “read” the script and write your own scripts. The

JavaScript Objects

his is a table of the most commonly used JavaScript objects, with all of their properties, methods, and event handlers. For additional information on JavaScript: Visit WebReference’s Core Javascript Reference,

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

Getting Graphics

o, you’ve decided to add some graphical pizzazz to your site: A dozen images, an animated GIF or two, a set of graphic dividers and bullets, and a cool background

Using Graphics

Using Images in a Web Page nce you’ve got your image, the next step is to place it in your Web page. The way you insert your images depends on

JavaScript Operators

his section summarizes the the most common operators you might use in JavaScript scripts. They are grouped by general function. Scroll through the file or jump to the functional category

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