funny java scripts
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5366
Free JavaScripts 1
We decided to expand Gscripts.Net so we created the Java Scripts section. Under this sub-domain well collect Java Scripts that we found useful and free for use. Most of the Java Scripts listed on this site have demos. more>> We decided to expand Gscripts.Net so we created the Java Scripts section. Under this sub-domain well collect Java Scripts that we found useful and free for use. Most of the Java Scripts listed on this site have demos.<<less
Added: 2007-06-28 License: Freeware Price: $0.00USD
13 downloads
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 more>> 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 variable types. Let us see in this section how to make use of built in objects available in Java Script.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Java Script Features
Having got a brief introduction about Java Script in the previous chapter let us see the features of Java Script in this section.While designing using HTML the persons doing the designing using HTML need to be a good designer and would generally, need more>> Having got a brief introduction about Java Script in the previous chapter let us see the features of Java Script in this section.While designing using HTML the persons doing the designing using HTML need to be a good designer and would generally, need not be a good programmer. So in such situation the Java Script acts as a programming tool and is a powerful scripting language and helps the HTML designers to design the website or webpage effectively and interactively in a very simple and efficient way.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Introduction to Java Script
In this Java Script tutorial you will learn about Introduction to Java Script, Origin of Java Script, Need of Java Script, Differences between Java and Java Script and Uses or Advantages of Java Script.Java Script was developed by Netscape by a person more>> In this Java Script tutorial you will learn about Introduction to Java Script, Origin of Java Script, Need of Java Script, Differences between Java and Java Script and Uses or Advantages of Java Script.Java Script was developed by Netscape by a person named as Brendan Eich. Though it was introduced as a client0side scripting languge and is most geenrally used like that there is no restriction for one using it in server side also. The original name that Java script had when it was intrduced was Livescript.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
ScriptDungeon - Free Java Scripts
The Script Dungeon is a free directory of FREE scripts and utilites for use by web developers, network admins, and home users. Our Script Directory Includes JavaScript, PHP, ASP, and more. Submit your free script to ScriptDungeon without registration. more>> The Script Dungeon is a free directory of FREE scripts and utilites for use by web developers, network admins, and home users. Our Script Directory Includes JavaScript, PHP, ASP, and more. Submit your free script to ScriptDungeon without registration.<<less
Added: 2004-10-14 License: Freeware Price: $0.00USD
12 downloads
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 more>> 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 seen about the simple rules for framing variables names now let us see how to declare a variable name.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Java Open Source Scripts
A categorized directory of open source Java scripts. Opensourcescripts provides the place for compiling, storing and distributing open source resources. more>> A categorized directory of open source Java scripts. Opensourcescripts provides the place for compiling, storing and distributing open source resources.<<less
Added: 2004-11-30 License: Price: 0.00 Price: 0.00
16 downloads
My Little Scripts 1.0
Learning how to program can be a tedious and frustrating process. But once the art is mastered, the rewards are huge. more>> Learning how to program can be a tedious and frustrating process. But once the art is mastered, the rewards are huge.<<less
Added: 2004-06-09 License: Freeware Price: $0.00USD
11 downloads
Other version of My Little Scripts
License:Freeware
Java Script String Object
As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief. more>> As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
12 downloads
nwa.cc PHP Scripts
nwa.cc has listings for PHP, CGI/Perl, Javascript and Java scripting. We have a message board for tips and tricks to to help in the development of your website. We also offer a wide variety of scripts for installation as well as web design and web more>> nwa.cc has listings for PHP, CGI/Perl, Javascript and Java scripting. We have a message board for tips and tricks to to help in the development of your website. We also offer a wide variety of scripts for installation as well as web design and web hosting capabilities. Theres now a section for free code directly from our message board. Lots of little tidbits to make your site more functional!<<less
Added: 2005-01-07 License: Freeware Price: $0.00USD
10 downloads
Java Script Boxes (Part I)
There are actually three types of popup boxes that can be created using Java Script. As per the needs of the user the programmers creates any of these types of popup box using Java Script.The three kinds of popup boxes that can be created using Java more>> There are actually three types of popup boxes that can be created using Java Script. As per the needs of the user the programmers creates any of these types of popup box using Java Script.The three kinds of popup boxes that can be created using Java Script are namely.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
13 downloads
Other version of Java Script Boxes
Price: $0.00USD
License:Freeware
License:Freeware
Java Script Date Object
We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object. more>> We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Java Script Math Object
We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object. more>> We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
16 downloads
URL Redirection using JavaScript.
Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script. more>> Simple URL redirection made using JavaScript and the window.location() function. Also provided an example how to make URL redirection with time delay, using the setTimeout() function in Java Script.<<less
Added: 2006-09-11 License: Freeware Price: $0.00USD
22 downloads
iNetScripts
Get free web scripts like a free image host, IPB scripts and many more, showcase your scripts and receive comments on them. more>> Get free web scripts like a free image host, IPB scripts and many more, showcase your scripts and receive comments on them.<<less
Added: 2006-03-28 License: Freeware Price: Free
1307 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above funny java scripts search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed