Project Cool

DevX - Software Development Resource

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

DevX - Software Development Resource

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

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

HTML Advanced: Imagemaps

n imagemap is a graphic image with multiple different clickable areas and embedded links. For example, a map with clickable regions is an imagemap. Each region is linked to a

DevX - Software Development Resource

HTML Advanced: Frames

rames let you divide an HTML page into different areas, each displaying different content. If you are using a frames-compatible browser (Netscape Navigator 2.X or IE 3.X or later) you

DevX - Software Development Resource

HTML Basics: Backgrounds and Colors

ou can make your site more visually interesting by putting color, texture, or images in the background of your page. You can also select colors for text, links, and visited

DevX - Software Development Resource

HTML Basics: Lists

se lists to display numbered steps, bulleted items, or items and their definitions. You can also use lists as a sort of short-cut “cheat” to create a quick indent. Adding

DevX - Software Development Resource

HTML Advanced: Meta Tags

eta tags are not magic, not a cure-all for the search engine blues, and not a secret solution for pulling in data. Meta tags are simply place-holders for storing information

DevX - Software Development Resource

HTML Basics: Introduction to HTML

ypertext Markup Language (HTML) is the basic building block of the World Wide Web page. It uses a pre-defined set of tags to format text, create hyperlinks to other places,