Project Cool

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

DevX - Software Development Resource

Using Web Color

raphics are a common way of bringing color into a Web site. Your create your images using your favorite editor, test your color palette on different browsers/platforms, and drop the

DevX - Software Development Resource

XML QuickStart

f you’ve been reading any of the headlines you’d think that XML is the greatest invention since auto-start coffee makers. It’s being touted as the wave of the future and

DevX - Software Development Resource

Copyrighting

Disclaimer: Please remember, that, although this information is up-to-date and accurate, we are not attorneys, and this is not legal advice. If you have a question that requires legal advice,

DevX - Software Development Resource

Optimizing Design: Transparency

eb graphics files are rectangular due to their pixel structure and file formats … yet we often see non-rectangular graphics on Web pages. There are two ways to make a

DevX - Software Development Resource

XML Documents

here are several steps to working with an XML document. This section focuses on the process of creating and tagging a document. You’ll need to follow the syntax rules of

DevX - Software Development Resource

Optimizing Design: Interlacing

nterlacing is a technique for loading graphic files in a non-contiguous manner.GIF files can be saved in two ways, consecutive and interlaced. Consecutive GIFs are displayed on the screen line-by-line

DevX - Software Development Resource

JavaScript QuickStart: Next Steps

etting Your Hands DirtySo, now you have a basic understanding of JavaScript and what it can do. If you’re reading this, you’ve probably decided that you want to learn more