Active Articles: 2038
Total Categories: 16
Sub Categories:616
Dreamweaver Behaviors | ||||||||
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Add interactivity to your site with Dreamweaver behaviors. ... learn more
| ||||||||
| ||||||||
Popup Chromeless Window | ||||||||
An easy to use Javascript Popup Chromeless Window. You can configure it anyway you like. ... learn more
| ||||||||
| ||||||||
Java Script Variables | ||||||||
Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are case sensitive.They must begin with a letter or the underscore character.Having ... learn more
| ||||||||
| ||||||||
Restricting access of JavaScript libraries to your domains | ||||||||
The nature of JavaScript libraries means they can be accessed and utilized by any site online, not just yours. Learn how to restrict access of your libraries to only your own sites, warding off bandwidth theft in the process. ... learn more
| ||||||||
| ||||||||
Getting window size and scroll bars position in JavaScript/DHTML | ||||||||
The article describes the reliable method of getting window size and scroll bars position in JavaScript ... learn more
| ||||||||
| ||||||||
Generating a random number in JavaScript | ||||||||
A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link generator. Learn how to generate a random number in JavaScript. ... learn more
| ||||||||
| ||||||||
Capture Events in Javascript | ||||||||
This code snippet helps you in capturing events in both the most popular browsers ie., Firefox and IE to ensure that it works on most of the browsers available in the market. Hope this helps someone. ... learn more
| ||||||||
| ||||||||
Events in JavaScript: An Inside Look | ||||||||
Events are the glue which hold together the word inter-active. In learning to control and handle events you bridge the gap between a two-dimensional web page and a three-dimensional one. In this article we look closely at events, what they are, how to handle them with JavaScript, and how they differ -- in some cases ... learn more
| ||||||||
| ||||||||
Adding Sound/Music to web sites | ||||||||
Learn how to use Dreamweaver Behaviors to Play Sound in 2 quick steps ... learn more
| ||||||||
| ||||||||
Passing values to JavaScript Function | ||||||||
In this JavaScript Tutorial you will learn about how to pass values to a JavaScript function. ... learn more
| ||||||||
| ||||||||
JavaScript Window Object explanation | ||||||||
Comprehensive explanation of the Window object and its events, properties, methods etc. ... learn more
| ||||||||
| ||||||||
Document Object Model Manipulation | ||||||||
This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE & Mozilla/Firefox. ... learn more
| ||||||||
| ||||||||
JavaScript Tips & Articles | ||||||||
Contains JavaScript Tips for beginners and full articles about more advanced topics ... learn more
| ||||||||
| ||||||||
Creating websites with frames and search engine optimizing | ||||||||
This tutorial shows you how to make frames and open subframes within the mainframe. You will learn how to preserve the function of back button and prevent opening your frameset page within another (foreign) frame. The searchengine indexing problem will be overpassed by giving some content within the Nonframes-Tag. This tutorial intend to give you a quick ... learn more
| ||||||||
| ||||||||
Generating weighed random numbers in JavaScript | ||||||||
Learn how to generate weighed random numbers in JavaScript, so some show up more often than others. ... learn more
| ||||||||
| ||||||||
Confirming Forms with JavaScript | ||||||||
This tutorial shows you how to perform form-field validation and user interaction with a few lines of JavaScript. ... learn more
| ||||||||
| ||||||||
Drop down menu tutorial | ||||||||
In this tutorial you will learn how to create simple but efficient drop down menu. It is easy to configure and to change. It is simple but with some modifications you can make it to look really good. ... learn more
| ||||||||
| ||||||||
JavaScript: Password Protected Content with Redirect Page | ||||||||
If the password does not match case or is invalid the material on the page is secured. This is poor man's simple security. You want to use something robust for sensitive information. This will keep most out, but probably not the ones you really wanted to stay away. You want to add another script to protect the source ... learn more
| ||||||||
| ||||||||
Javascript hide table row | ||||||||
This article demonstrates how you can hide table row with javascript and how you can show it again by pressing a button. ... learn more
| ||||||||
| ||||||||
Text Box Characters Counter | ||||||||
In forms when using text boxes or text areas with limited character length (usually needed for forms that submit data to a database) it is always a good idea to tell the user how many characters they have remaining. The following example shows how you can do this. This is a very simple and cute ... learn more
| ||||||||
| ||||||||
