Javascript SubcategoriesBeginners | Date and Time | Cookies | DHTML | Forms | Objects | Math | Other | Windows | Page Elements | Flash | Effects | Menus | Strings | Functions | XML | DOM | |
Hiermenus Go Forth |
| Javascript | Views: 1 | |
| In this emergency update, we respond to DOM related changes in Netscape's recently released 6.1 browser. Find out how Netscape's latest is now more like IE |
Modal and Modeless Dialog Boxes |
| Javascript | Views: 1 | |
| How do you like your dialog boxes: modal, or modeless? Learn the difference between the two, how to pop up both flavors |
Current date in form II |
| Javascript | Views: 1 | |
| If you have a "Today's Date" field in your form, why not let JavaScript automatically fill it in for your visitors? This script uses drop down menu boxes, allowing users to easily make changes to the default value |
Scripting for 5th Generation Browsers and Beyond |
| Javascript | Views: 0 | |
| Before you can capitalize on the development advantages (i.e., reduced code, cross-browser scripts, etc.) offered by DOM compliant browsers, you must first know how to write DOM compliant scripts |
Morse Code converter |
| Javascript | Views: 0 | |
| This message script changes any word or phrase into morse code, with dashes represented by underscores and dots represented by full stops |
JavaScript Object-Oriented Programming Part 1 |
| Javascript | Views: 2 | |
| In this first of a two-part introduction to OOP in JavaScript, Ryan outlines the basics, from the Primitive data types to Object Categories. It's a comprehensive path through your first steps in JavaScript OOP |
Scripting for 5th Generation Browsers and Beyond: Pt. II |
| Javascript | Views: 0 | |
| Dynamically position your page objects the DOM way! Having covered the nuts and bolts, we now conclude our introduction to DOM based scripting with a practical example |
Display mouse coordinates |
| Javascript | Views: 1 | |
| Display the current mouse coordinates (relative to the viewable window) in the status bar of your visitor's browser. Not too useful, but quite cool |
Random content script |
| Javascript | Views: 2 | |
| Display a random piece of content to your visitors! The script supports an unlimited number of entries. |
The Basics- JavaScript Tutorial |
| Javascript | Views: 7 | |
| To get started with JavaScript, you will want to be able to see the tag that will set a script apart from the HTML. The tags used to begin and end a script are the <SCRIPT and </SCRIPT> tags |
Paint Calculator |
| Javascript | Views: 0 | |
| This calculator can be used by painters to find out how much paint is needed to cover a given area. The calculator also has an advanced feature that will take the total of the width and height of doors and windows and subtract that measurement from the t.. |
POP UP BOXES |
| Javascript | Views: 5 | |
| It is possible to make three different kinds of popup windows.
|
Animated link box |
| Javascript | Views: 9 | |
| Streamline you links into one box for easy selection and navigation with this script. As an added touch, the script briefly "flashes" the selected link before whisking visitors to it |
Print Templates, Part II: TemplatePrinter |
| Javascript | Views: 0 | |
| Having created a print template for previewing your Web pages, you're now probably wondering how to actually print them. Our own Doc JavaScript once again comes to the rescue by introducing you to the TemplatePrinter element |
Hide status bar message scripts |
| Javascript | Views: 0 | |
| Use our two latest scripts to disable the status bar message from appearing as the mouse moves over links on the page |
Add JavaScript to Fireworks |
| Javascript | Views: 1 | |
| Does your design need more pizazz? Add interactivity to your site without learning JavaScript! Matt explains the creation of JavaScript effects in Fireworks, and explores in detail the use of this program's tools |
Character count |
| Javascript | Views: 0 | |
| Calculate and display the number of characters within a TEXTAREA with this new script. Useful, for example, in helping your visitors manually keep their input length in check |
Beginning JavaScript |
| Javascript | Views: 2 | |
| JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic and personalized pages. Our focus in this book is on client-side scripting, but Jav.. |
Round number to x decimals |
| Javascript | Views: 1 | |
| A useful utility that rounds any number to the specified decimal place. This is needed because JavaScript doesn't have any built-in methods for the task |
Print Templates, Part III: Headers and Footers |
| Javascript | Views: 1 | |
| They're the first and last things your users will see, so you better get 'em right. We present two ways to add headers and footers to your printed Web pages using the fourth and final print template element: HeaderFooter |
|