Loading...

Sorry, no results found. Please enter different search options and try again, or browse these related materials:

in HTML Tutorials
Style Sheets Introduction in HTML

<span>Editor's Pick in HTML and CSS Tutorials, September 2005</span><br/>There are numerous Web sites that make use of CSS technology. Here you'll find a step-by-step guide to CSS, and how you can use it to your advantage.

read more
in HTML Tutorials
CSS Primer

A more in-depth explanation of cascading style sheets, than the two part introduction above. The primer goes into more depth, covering how to add the different forms of adding CSS to your web pages.

read more
in HTML Tutorials
CSS Syntax

Syntax rules for Cascading Style Sheets. Explaining the basic syntax rules, Class selectors, ID selectors, Contextual selectors, Grouping, Inheritance, Comments, Pseudo-classes and Pseudo-elements, Anchor pseudo-classes, the rules origins and calculating specificity.

read more
in Web Design Principles
Glossary of the Internet Terms

ADN - (Advanced Digital Network) Usually refers to a 56Kbps leased-line. See also: Leased Line
ADSL - (Asymmetric Digital Subscriber Line)
A DSL line where the upload speed is different from the download speed. usually the download speed is much greater. See also: DSL, SDSL...

read more
in JavaScript
Learning JavaScript Basics - Variables

What is a variable? A variable is an amount of data which can change over time (throughout your program). What is a constant? A constant is an amount of data which will never change. When using variables in JavaScript, here are a few rules to keep in mind...

read more
in JavaScript
Learning JavaScript Basics - Converting Data

Here is a quick question. What do you think will be the typeof the following variable: num1= "45";
If you said, "number" you are wrong! Yes - it is a number, and eventhough the variable name is "num1" that does not matter. It could be named anything...

read more
in JavaScript
Learning JavaScript Basics - Arrays

If you are unfamiliar to what an array is, an array is just a collection of data that is refered to by a common name. Arrays in JavaScript start with element "0." Arrays can offer you a convient way to group related variables...

read more
in JavaScript
Learning JavaScript Basics - Operators, If/Else

Now is a good time to discuss operators in JavaScript. I am also doing to discuss If and If/Else statements becuase this is when you are going to use many of these operators. There are several types of operators, and they are listed and described below...

read more

Copyright © All Rights Reserved