English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i wish to make miniature javascript game that i can put on a floppy. ive seen it done but have no idea how to do it myself please help!!!

2007-03-27 13:49:48 · 5 answers · asked by zoolions 2 in Computers & Internet Programming & Design

5 answers

The answer to your questions is yes. It is possible to use java-script without actually being on the Internet. Nevertheless the actual execution of the java-script application must take place in a browser. The web browsers is what actually interprets and ultimately displays the script. And you don't even need to be online to simply launch your browser and run your script

Needless to say if a user attempts to run your script using a browsers that dos not support Java-script or where Java-script is disabled in the browser; say good bye to all your fancy little features.

2007-03-27 14:22:55 · answer #1 · answered by david collado 2 · 1 0

Most of the games on the internet are not created in Javascript, but yet Java. Java is extremely portable and does not differ in code syntax from Javascript.

But, to answer your question, you can use Javascript without the internet. All you need to do is load the .js file into any .html document source code, and view it from your computer's browser. If Javascript is enabled (by default, it usually is), then it should run fine.

If you are going to be playing with Java, you need to download Sun's Java interpreter: Java.sun.com

Good luck!

2007-03-27 13:57:34 · answer #2 · answered by r00tz0r 2 · 1 0

Well, you may mean that you want to program using java. There are many resources for jave in the internet which you can study if you want. Java script is another. You don't really need an internet, just the knowledge to program. Ask someone you know or the person you saw.

2007-03-27 13:55:00 · answer #3 · answered by JD 3 · 0 0

Yes.

Your browser reads HTML (and Javascript) from a web page, that page doesn't have to come from the internet, it can be a file on your computer.

Create the file using word, notepad, whatever

then (assuming your browser is Internet Explorer) from your browser

file->open

2007-03-27 13:54:37 · answer #4 · answered by clueless_nerd 5 · 1 0

just save it as a file like you would on the hard drive. but be smart and stop using floppies. they are terribly unreliable.

gt a usb 2.0 drive at staples.com. i got one there for $15. these last forever

2007-03-27 14:02:21 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers