Book HomeThe Web Design CD BookshelfSearch this CD

Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Index: 0

/* */ comment markers: 14.3. Comments (ActionScript: The Definitive Guide)
- (hyphen), using attributes with: 8.2.3. Attributes (Web Design in a Nutshell)
+= add-and-reassign operator: 4.6.1. Joining Strings Together (ActionScript: The Definitive Guide)
[ ] array-element/object-property operator: 5.11.5. Array-Element/Object-Property Operator (ActionScript: The Definitive Guide)
11.3.2. Array Literals (ActionScript: The Definitive Guide)
creating references dynamically: 13.5.6.1. Using the array-element access operator (ActionScript: The Definitive Guide)
referring to object properties: 12.3.1. Referring to Properties (ActionScript: The Definitive Guide)
* asterisk: 10.2.1.1. Universal selector (Cascading Style Sheets: The Definitive Guide)
* (asterisk) for relative frameset sizes: 14.3.2.1. Specifying sizes (Web Design in a Nutshell)
16-bit character encoding: 7.1.2. 16-Bit Encoded Character Sets (Web Design in a Nutshell)
24-bit color: 20.1. 24-Bit Color (Web Design in a Nutshell)
16-bit displays: 22.1. Designing with Web-Safe Colors (Web Design in a Nutshell)
8-bit indexed color: 19.2. 8-Bit Indexed Color (Web Design in a Nutshell)
8-bit palette images: 21.4.1. 8-Bit Palette Images (Web Design in a Nutshell)
8-bit transparency: 21.6.3.2. 8-bit transparency (Web Design in a Nutshell)
~ bitwise NOT operator: 15.2.4. Bitwise NOT (ActionScript: The Definitive Guide)
|= bitwise OR assignment operator: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
| bitwise OR operator: 15.2.2. Bitwise OR (ActionScript: The Definitive Guide)
^= bitwise XOR assignment operator: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
^ bitwise XOR operator: 15.2.3. Bitwise XOR (ActionScript: The Definitive Guide)
: (colon): 8.2.3. Attributes (Web Design in a Nutshell)
pseudo-selectors (style sheets): 17.3.4. Pseudo-Selectors (Web Design in a Nutshell)
style sheet declarations: 17.2.1. Rule Syntax (Web Design in a Nutshell)
, comma
in clip property: 9.1.4.2. Overflow clipping (Cascading Style Sheets: The Definitive Guide)
separating selectors: 2.2.1. Grouping Selectors (Cascading Style Sheets: The Definitive Guide)
(comma) operator: 5.9. The Comma Operator (ActionScript: The Definitive Guide)
// comment markers: 14.3. Comments (ActionScript: The Definitive Guide)
?: conditional operator: 5.11.7. The conditional Operator (ActionScript: The Definitive Guide)
7.2.1. The Conditional Operator (ActionScript: The Definitive Guide)
{} curly braces (object initializers/statement block delimiters): 1.2.4. Modular Code (Functions) (ActionScript: The Definitive Guide)
6.2.1. Statement Blocks (ActionScript: The Definitive Guide)
3-D shading of horizontal rules: 12.1. Summary of Object Placement Tags (Web Design in a Nutshell)
12.4.4. Turning Off 3-D Shading (Web Design in a Nutshell)
decrement operator: 5.3.4. Decrement (ActionScript: The Definitive Guide)
/= division assignment operator: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
/ division operator: 4.4.1. Using Operators (ActionScript: The Definitive Guide)
5.3.6. Division (ActionScript: The Definitive Guide)
. dot operator: 5.11.6. The dot Operator (ActionScript: The Definitive Guide)
accessing movie clip properties: 13.1. The "Objectness" of Movie Clips (ActionScript: The Definitive Guide)
accessing object properties: 12.3.1. Referring to Properties (ActionScript: The Definitive Guide)
traversing clip instance hierarchy: 13.5.3. Referring to Nested Instances (ActionScript: The Definitive Guide)
double quotation marks: 1.4.6. Inline Styles (Cascading Style Sheets: The Definitive Guide)
curly, in generated content: 10.4. Generated Content (Cascading Style Sheets: The Definitive Guide)
in font-family declarations: 5.1.3. Using Quotation Marks (Cascading Style Sheets: The Definitive Guide)
"" double quotes in strings: 4.5.2. String Literals (ActionScript: The Definitive Guide)
= (equal sign), using attributes: 8.2.3. Attributes (Web Design in a Nutshell)
== equality operator (Flash 5): operators (ActionScript: The Definitive Guide) 4.6.2.1. Using the equality (==) and inequality (!=)
5.4. The Equality and Inequality Operators (ActionScript: The Definitive Guide)
= (equals sign) assignment operator: 5.2. The Assignment Operator (ActionScript: The Definitive Guide)
/ forward slash: 2.1.3. Declarations (Cascading Style Sheets: The Definitive Guide)
font property and: 5.5.1. Adding the Line Height (Cascading Style Sheets: The Definitive Guide)
# (hash mark)
for ID selectors: 17.3.3.2. id selector (Web Design in a Nutshell)
in pathnames: 11.3.2. Linking to a fragment (Web Design in a Nutshell)
++ increment operator: 5.3.2. Increment (ActionScript: The Definitive Guide)
in do-while loops: 8.3. The do-while Loop (ActionScript: The Definitive Guide)
!= inequality operator (Flash 5): operators (ActionScript: The Definitive Guide) 4.6.2.1. Using the equality (==) and inequality (!=)
5.4.4. The Inequality Operator (ActionScript: The Definitive Guide)
! logical NOT operator (Flash 5): 5.7.3. Logical NOT (ActionScript: The Definitive Guide)
|| logical OR operator (Flash 5): 5.7.1. Logical OR (ActionScript: The Definitive Guide)
(minus) subtraction operator: 1.1.6. ActionScript's Glue (Operators) (ActionScript: The Definitive Guide)
4.4.1. Using Operators (ActionScript: The Definitive Guide)
5.3.3. Subtraction (ActionScript: The Definitive Guide)
%= modulo assignment operator: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
% modulo operator: 5.3.7. Modulo Division (ActionScript: The Definitive Guide)
*= multiplication assignment operator: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
* multiplication operator: 4.4.1. Using Operators (ActionScript: The Definitive Guide)
5.3.5. Multiplication (ActionScript: The Definitive Guide)
# octothorpe: 2.3.2. ID Selectors (Cascading Style Sheets: The Definitive Guide)
( ) parentheses
assigning vs. invoking methods: 12.4. Methods (ActionScript: The Definitive Guide)
function call operator: 5.11.8. The Function Call Operator (ActionScript: The Definitive Guide)
9.2. Running Functions (ActionScript: The Definitive Guide)
12.4. Methods (ActionScript: The Definitive Guide)
grouping operator: 5.8. The Grouping Operator (ActionScript: The Definitive Guide)
operator precedence and: 5.1.3. Operator Precedence (ActionScript: The Definitive Guide)
% (percent sign)
color equivalents: 3.3.2.2. The web palette in numbers (Web Design in a Nutshell)
font sizes: 17.5.1. Type-Related Properties (Web Design in a Nutshell)
percentage sizes for framesets: 14.3.2.1. Specifying sizes (Web Design in a Nutshell)
SSI time formats: 18.8. Time Formats for SSI Output (Web Design in a Nutshell)
table dimensions: 13.4.4.1. Table dimensions (Web Design in a Nutshell)
. (period): 2.3.1. Class Selectors (Cascading Style Sheets: The Definitive Guide)
in automatic numbering: 10.4.1. Automatic Numbering (Cascading Style Sheets: The Definitive Guide)
+ (plus) addition operator: 1.1.6. ActionScript's Glue (Operators) (ActionScript: The Definitive Guide)
4.4.1. Using Operators (ActionScript: The Definitive Guide)
5.3.1. Addition (ActionScript: The Definitive Guide)
converting data to strings: 3.4.2.3. Converting to a string with empty string concatenation (ActionScript: The Definitive Guide)
; (semicolon): 2.1.3. Declarations (Cascading Style Sheets: The Definitive Guide)
2.2.2. Grouping Declarations (Cascading Style Sheets: The Definitive Guide)
missing: 19.2.3. Common Sources of Bugs (ActionScript: The Definitive Guide)
terminating statements with: 1.1.4. The Wizard Behind the Curtain (the Interpreter) (ActionScript: The Definitive Guide)
6.2. Statement Syntax (ActionScript: The Definitive Guide)
9.2. Running Functions (ActionScript: The Definitive Guide)
(ActionScript: The Definitive Guide) 14.2. Statement Terminators (Semicolons)
' (single quotation marks): 5.1.3. Using Quotation Marks (Cascading Style Sheets: The Definitive Guide)
in strings: 4.5.2. String Literals (ActionScript: The Definitive Guide)
/ (slash): 8.2.1. Containers (Web Design in a Nutshell)
in ending tags: 2.3.1. Start and End Tags (HTML & XHTML: The Definitive Guide)
in URLs\: 15.3.3. Encoding (Web Design in a Nutshell)
relative pathnames, using: 4.2.2.1. Using relative pathnames in HTML (Web Design in a Nutshell)
in URLs: 4.1.2.2. Index files (Web Design in a Nutshell)
4.2. Unix Directory Structures (Web Design in a Nutshell)
6.2.1.1. Handling reserved and unsafe characters (HTML & XHTML: The Definitive Guide)
6.2.2.3. The http path (HTML & XHTML: The Definitive Guide)
|= symbols: 10.2.2.5. Matching hyphenated values (Cascading Style Sheets: The Definitive Guide)
~ tilde: 10.2.2.3. Matching single attribute values (Cascading Style Sheets: The Definitive Guide)
unary negation operator: 5.3.8. Unary Negation (ActionScript: The Definitive Guide)
_ (underscore): 8.2.3. Attributes (Web Design in a Nutshell)


Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z


Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.