


|
Did you learn something? Do you like the site? Please link to us! |
|
|
|


Doc JavaScript's Top 10 Tips
based on hits from Saturday, November 21, 2009
- 1. Passing Parameters to A Print Template
- Do you know how to pass a command to a print template? Learn how to use the dialogArguments variable to communicate between two applications.
Related categories: Applications and Games | URLs and Locations | Windows
Similar Tips - September 4, 2001 - Page Views: 42
- 2. Iterating over an Object's Properties
- You get an object and you don't know its constructor. Do you know how to find its property names? Learn how to iterate over an object's properties.
Related categories: Applications and Games | Objects | Syntax and Notation
Similar Tips - March 5, 2001 - Page Views: 35
- 3. Incrementing the Current Zoom Factor
- Do you know how to zoom in and out without prompting the user for the zoom factor? Learn how to increment and decrement the current zoom factor.
Related categories: DOM | Page Layout | Style Sheets
Similar Tips - October 7, 2001 - Page Views: 31
- 4. The setExpression() Method
- Can you name an IE5 feature that makes animation programming easier? Learn how to assign formulas to properties with the setExpression() method.
Related categories: Dynamic HTML | Internet Explorer 5.0 | Page Layout
Similar Tips - July 19, 2000 - Page Views: 29
- 5. Passing Parameters in JavaScript
- What's the difference between passing a parameter by value and passing by reference? Learn why you cannot change a variable by modifying it inside a function.
Related categories: Debugging | Numbers | Syntax and Notation
Similar Tips - February 10, 2001 - Page Views: 28
- 6. Using Response.Write()
- Do you know how to display information from ASP.NET pages? Learn how to use Response.Write() from JScript .NET code.
Related categories: Applications and Games | Dynamic HTML | Objects
Similar Tips - August 27, 2002 - Page Views: 24
- 7. A JavaScript Visitor Counter
- Real programmers write their own visitor counter. Here is a version that uses JavaScript cookies.
Related categories: History and Cookies
Similar Tips - March 30, 2000 - Page Views: 23
- 8. Mailing a Web Page
- Wouldn't be nice to share this tip with someone? Learn how to send the current page to your friend.
Related categories: Dynamic HTML | Links | URLs and Locations
Similar Tips - August 22, 2000 - Page Views: 20
- 9. The null Value
- Do you know how to use the null value? Learn how to take advantage of it.
Related categories: Numbers
Similar Tips - October 2, 1999 - Page Views: 18
- 10. Form Validation
- How do you make sure that applicants are high school graduates? Learn how to check form fields before submitting it.
Related categories: Forms
Similar Tips - January 24, 2000 - Page Views: 16
|
|
|