Active Articles: 2038
Total Categories: 16
Sub Categories:616
Pull-down Menu | ||||||||
The pull down menu is an excellent to condense many links into a small area. In the older days the only way to process a pull-down menu was to use a CGI script, but now you can do it with JavaScript. This tutorial presents several different types of pull-down menus: standard menu, menu with no ... learn more
| ||||||||
| ||||||||
HTML and CSS Table Border Style Wizard | ||||||||
Use this wizard to experiment with table border styles and generate style source code. This wizard uses dynamic HTML to change the style of the table in-situ, without loading another page. It is cross-browser compatible with Firefox, Netscape, Internet Explorer, and other modern browsers. ... learn more
| ||||||||
| ||||||||
JavaScript String Object explanation | ||||||||
Explanation of the String object and its properties/ methods to manipulate text and string on the page. ... learn more
| ||||||||
| ||||||||
CSS Font and Text Style Wizard | ||||||||
Use this wizard to experiment with font and text styles and generate sample CSS style source code. This wizard uses dynamic HTML to change the style of the table in-situ, without loading another page. It is cross-browser compatible with Firefox, Netscape, Internet Explorer, and other modern browsers. ... learn more
| ||||||||
| ||||||||
Conditional Statements in Java Script – Part II | ||||||||
In continuation of the previous section let use see the remaining conditional statements in Java Script in this section.If there are many branching r conditions to be decided based on which actions must be executed then the programmer can go for if...else if....else statement. ... learn more
| ||||||||
| ||||||||
Resetting forms using an Image Button (IE4+ / NS4+) | ||||||||
In forms when using text boxes or text areas and check boxes you might need a reset button that is not the usual gray HTML button. For this you can use a small JavaScript function as given below. Note: This button will reset only text boxes,text areas and check boxes as list boxes and option ... learn more
| ||||||||
| ||||||||
Submit1ce | ||||||||
Got a submissions form that you keep getting multiple submissions from? I've found that in most cases its because people are impatient and click the submit button repeatedly until they get a response. The unfortunate result is that you receive multiple copies of the same form. This little bit of JavaScript disables the ... learn more
| ||||||||
| ||||||||
Bookmark Us Script | ||||||||
This is a tutorial that shows you how you can easily create a Bookmark Us link on your website. This will bring back old customers to you by helping them to remember your site. ... learn more
| ||||||||
| ||||||||
Formatting numbers for decimals and significant digits | ||||||||
This useful tutorial shows you how to format numbers for a specific number of decimal places or significant digits in JavaScript. ... learn more
| ||||||||
| ||||||||
Sticky Table Headers | ||||||||
Sticky Table Headers are a characteristic of tables that allow the HeaderRow of a table to remain stationary while the data rows are allowed to scroll. This offers a nice effect that allows tables a more "elegant" appearance. Users often ask me about this and it is nice to give this effect with minimal effort. ... learn more
| ||||||||
| ||||||||
Last Modified Display 2 (Date Only) | ||||||||
A code snippet to determine and display the date the document was last modified, date only. ... learn more
| ||||||||
| ||||||||
Javascript Create and Resize Popup Windows | ||||||||
This tutorial shows how how to create custom sized and positioned popup windows with javascript. Popup windows can be used to display help message windows, images in a bigger format, and others. ... learn more
| ||||||||
| ||||||||
Java Script Objects | ||||||||
Important aspect of Java Script a programmer must be aware of is it is an Object oriented Programming language. This in other words means that it is possible to use built in objects available in Java Script and also it is possible for a Java Script programmer to define their own objects and their own ... learn more
| ||||||||
| ||||||||
JavaScript Forms and Frames | ||||||||
This articles discusses two aspects of JavaScript: working with HTML forms and manipulating frames. It also present a simple but effective personalized greeting script and a script used for submitting and HTML form. Main topics covered: Personalized greetings, Submitting an HTML form using JavaScript, Input Validation, and Frames and JavaScript. ... learn more
| ||||||||
| ||||||||
Accessing and validating forms using Javascript | ||||||||
If you're new to using JavaScript to access forms, this is the tutorial to read. You'll not only learn how to access forms, but validate them as well. ... learn more
| ||||||||
| ||||||||
eLouai's Javascript Image Transitions 1 | ||||||||
Easily implement wheel transitions, blinds (side wipes) and iris (circle) transitions. Demonstrated on a Div (which contains text and images) or on a single image. Transition from invisible to visible or transition from one image to another. Source included. Requires IE 5.5+ ... learn more
| ||||||||
| ||||||||
Browser detection using JavaScript's navigator object | ||||||||
Learn how to use the navigator object of Javascript to detect the browser type and version of your visitors. ... learn more
| ||||||||
| ||||||||
Overview of scripting in NS6 | ||||||||
This tutorial discusses some essential techniques for scripting and getting your scripts to work in the new NS6. ... learn more
| ||||||||
| ||||||||
Enabling/ disabling form elements using JavaScript | ||||||||
This tutorial shows you how to use JavaScript to dynamically enable and disable form elements, making the process of filling out forms more intuitive. ... learn more
| ||||||||
| ||||||||
eLouai's Javascript Image Transitions | ||||||||
Dynamically demonstrate on a div and an image the Checkerboard, RandomDissolve and Fade transition effects. Requires IE 5.5+ ... learn more
| ||||||||
| ||||||||
