JavaScript  Land

Welcome to Java Script Land : This is the place where you will find a lot of Java Scripts, links and resources. Each script has its own uniqueness, style and function. I have given examples for every script so that you can view it before downloading it. All scripts are in the form of .js files. Most of these scripts are the ones that I use on this site. So lets explore the land of Java Script.


Before we start : Something about Java Script

Most people confuse Java with Java Script. The first thing we need to understand is that they are NOT the same. Java is a programming language like C++. It has been developed by Sun Microsystems. Java can be incorporated in your web pages by writing short programs called Applets. Java Script is a scripting language. It has to be written in your page just like HTML. A typical example is given below:

<HTML>
<BODY>
<SCRIPT LANGUAGE=JavaScript>
var x = prompt ('Hello! What is your name?','');alert('Hi' +x+ '! Welcome to JavaScript land');
</SCRIPT>
</BODY>
</HTML>

Which produced the effect when you first entered this page!


This was just a simple example. There is more to JavaScript as we shall see now. Below is a list of my favourite Scripts. Click on "View" to see the script in action. Click on "Download" to download the zipped file containing the script and detailed instructions on how to use them.

Some of these are taken from a number of other web sites. But care has been taken to give credit to the people who originally made these scripts. You will find many sites offering Scripts but this a collection of the very best. So Enjoy!


 

No.

JavaScript

Description

View

Download

1.

Password Script

This is password script written by me. You can password protect a your pages using it.

View it 

 

2.

Link Hi Lighter Script

This script highlights your links when the mouse passes over it. Very useful to grab a surfers attention.

View it

 

3.

Mouse Trailer Script #1

When you use this script a text will always trail the mouse. Gives a cool look to your page

View it

 

4.

Mouse Trailer Script #2

This is another script which gives the same effect as above but is a lot better and more cooler

View it

 

5.

Interactive Sounds Script

Using this script you can put a lot of sounds on your page. Sounds can be played when a link is clicked or a button is pressed etc.

View it 

 

6.

Rainbow Text Script

Displays your text with rainbow colours.

View it

 

7.

Random Midi Player #1

Plays random midi in the background. Up to three midis can be selected.

View it

 

8.

Random Midi Player #2

Plays random midis in the background but also shows the controls on your page! Up to 3 midis can be selected.

View it

 

9.

Scrolling Text Box

Scrolling text is displayed in the box.

View it

 

10.

Scrolling Status Bar

Text scrolls in the status bar. You can see it below on this page

View it 

 

11.

No Right Click

Disable the right click feature on your pages. Useful for web masters who want to protect their site from surfers who do a lot of downloading by right clicking.

View it

 


An offer for you :

Well now here is an offer for you. If you have any nice JavaScript which you like a lot and you feel that many others should know about it, then you can send it to me. If I like it then I will put it on this page and give you the credit. It does not matter whether the Script is yours or taken from somewhere else. If you have taken it from somewhere else please let me know from where.


1