Author Topic: So, I started learning how to code in Javascript.  (Read 1788 times)

Very basic, but I'm working on some cool stuff with Dreamweaver + Javascript, I made a virtual Santa that gave you a present depending on how you answered questions from him.
And I'm suddenly a god in my computer class.

Anybody else doing stuff like this?


Iv been working with java for a while now :P
So now if any teacher has a problem with a computer they ask me
and its getting rather annoying

Java's somewhat hard. Then again, I'm only 12.

in highschool, my first app was called the "wer" program. just because they were random letters on the keyboard right next to each other. i put it on all the computers in the comp lab.

it was a webapp magic 8-ball that you could type in questions and it would give 1 of like 1000 answers.
it kept record of them all so i could read what people were asking.

you would be surprised how many times people asked if they were gay

in highschool, my first app was called the "wer" program. just because they were random letters on the keyboard right next to each other. i put it on all the computers in the comp lab.

it was a webapp magic 8-ball that you could type in questions and it would give 1 of like 1000 answers.
it kept record of them all so i could read what people were asking.

you would be surprised how many times people asked if they were gay
Did you also somehow log who asked it?

(Even voluntarily entering your name)

Gross!
I know right?

I quickly learned Java since BYOND is basically a clone of it's code.

I wish I had computer class, what else are you working on?

In Javascript?
I'm working on this somewhat stuffty but cool HTML/Java fighting game, that's similar to the arcade machines in Space Station 13.

Java is only a basic Scripting Language
GML and BYOND are like easier versions of it.

I know HTML, basic Javascript, basic Java and basic Torquescript.

The HTML and Javascript really came in handy when my graphic design class had to make websites. I was able to venture out of the norm, while everyone else used tables with basic colors.
Although I did get everyone asking how I did it, some even asked if I could do similar things for them; and the teacher was warning me that if I roostered something up apparently my whole website would break. :|

I'm learning java right now, the most complicated thing i can do is make the console say different stuff depending on what a variable is, I could go faster but half of my computer class is made up of handicapped jocks.

Java is only a basic Scripting Language
Except Java isn't even a scripting language.

I know HTML, basic Javascript, basic Java and basic Torquescript.

The HTML and Javascript really came in handy when my graphic design class had to make websites. I was able to venture out of the norm, while everyone else used tables with basic colors.
Although I did get everyone asking how I did it, some even asked if I could do similar things for them; and the teacher was warning me that if I roostered something up apparently my whole website would break. :|
Schools still teach you table-based layouts?!

System.out.println("forget JAVA");

System.out.println("forget JAVA");

Even better:

String s1 = ("sssssss......BOOM");
String s2 = ("You killed the creeper successfully.");

int x = 12+40;

if x>50
   System.out.println(s2);

else
   System.out.println(s1);


If anyone can tell me the output, they will get a cookie.