
|
Did you learn something? Do you like the site? Please link to us! |
|
|
|
Strings
1 - 8 of 8 |
Reverse Order |
Hide Descriptions
- 1. Hiding Pages in A Print Template
- Do you know how to cope with changes in the printer template's layout? Learn how to hide excess pages off the screen.
Related categories: Strings | Syntax and Notation | Time and Date
Similar Tips -
October 1, 2001
- 2. Accessing a Collection Member
- Do you know that there is more than one way to access a collection member? Learn how to access a form by its sequence number or by its ID.
Related categories: Strings | Syntax and Notation | Time and Date
Similar Tips -
September 30, 2001
- 3. Deploying Coordinated Universal Time
- Do you know the TLA of UTC? Learn the origin and motivation behind UTC, how to use it in JavaScript, and how it's different from the date object.
Related categories: Strings | Syntax and Notation | Time and Date
Similar Tips -
September 29, 2001
- 4. Counting Pages in A Print Job
- Do you know how to compute the total number of pages in a print job? Learn how to use the onlayoutcomplete event handler to find the page count.
Related categories: Strings | Style Sheets | Syntax and Notation
Similar Tips -
September 28, 2001
- 5. Extracting the Remainder of a String
- Did you know that substring(0,3) is equal to substring(3,0)? Learn how to use the substring() method to extract the remainder of a string.
Related categories: Strings | Style Sheets | Syntax and Notation
Similar Tips -
September 27, 2001
- 6. ISO Latin-1 Conversion
- Do you know how to convert a string to ISO Latin-1? Learn how to use the escape and unescape methods.
Related categories: Operators | Strings
Similar Tips -
March 16, 2000
- 7. Accessing String's Characters
- Most programming languages use array notation to access individual characters of a string. Learn how JavaScript does it.
Related categories: Arrays | Strings
Similar Tips -
February 27, 2000
- 8. Type Conversion
- Do you know what type conversion is? Learn how to convert numbers to strings.
Related categories: Numbers | Strings
Similar Tips -
October 3, 1999
1 - 8 of 8 |
Reverse Order |
Hide Descriptions
|