|
|
#1 |
|
In Runtime
|
Right, I'm quite new to Java, I've installed the latest version of it.
Where do I type all of the JavaScript? ![]() Whats the JavaScript Console for? Thanx
__________________
HAHAHA My rep's in the red XD |
|
|
|
|
|
#2 |
|
In Runtime
Join Date: Feb 2010
Posts: 141
|
woah woah woah. Java and Javascript are two different things. Javascript goes into the web forum, and Java goes into this one. Javascript helps make this forum run, and Java helps you play internet games. Choose either Java or Javascript.
__________________
You are such a good friend that if you and me were the last two people trapped on a sinking boat with only 1 life vest left, i would remember and pray for you every day. Funny how Communism is so bad in Politics but so good with software! My reputation is in the Red, so why doesnt it say "ohm55 needs rehab" when I put my mouse over it? |
|
|
|
|
|
#3 |
|
In Runtime
|
That's what I thought...
HAHA lol thanx
__________________
HAHAHA My rep's in the red XD |
|
|
|
|
|
#4 |
|
In Runtime
Join Date: Feb 2010
Posts: 141
|
No probs
__________________
You are such a good friend that if you and me were the last two people trapped on a sinking boat with only 1 life vest left, i would remember and pray for you every day. Funny how Communism is so bad in Politics but so good with software! My reputation is in the Red, so why doesnt it say "ohm55 needs rehab" when I put my mouse over it? |
|
|
|
|
|
#5 |
|
In Runtime
|
Right, so how do I download JavaScript?
Many Thanx
__________________
HAHAHA My rep's in the red XD |
|
|
|
|
|
#6 |
|
In Runtime
Join Date: Feb 2010
Posts: 141
|
O_O your kidding, right?
You dont download it. Its like html, you type the code in notepad, slap a .html signature at the filename instead of .txt, save it and upload it to a website. I think you mean download an API to help you with programming it.
__________________
You are such a good friend that if you and me were the last two people trapped on a sinking boat with only 1 life vest left, i would remember and pray for you every day. Funny how Communism is so bad in Politics but so good with software! My reputation is in the Red, so why doesnt it say "ohm55 needs rehab" when I put my mouse over it? |
|
|
|
|
|
#7 |
|
In Runtime
|
Sorry I'm Stupid, forgive me
Somin like that... How do I upload it to a website??
__________________
HAHAHA My rep's in the red XD |
|
|
|
|
|
#8 | |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
Quote:
If you want Java, I'd recommend getting a good book such as "Objects first with Java", and follow that through. It'll teach you about Java and the basics of OO from the ground up which is what you need if you're starting out. Javascript on the other hand isn't really a good place to start... it's not the nicest language on the block at all and the way the web is going we're really leaning to not writing any Javascript by hand but writing everything in a higher level language (such as Java) and then using automated tools such as GWT to compile it down to obfuscated Javascript. If you want to pick a widely used, popular language that will definitely serve you well in future - go for Java. |
|
|
|
|
|
|
#9 |
|
In Runtime
|
okay thanx
![]() so could you explain the difference between Java and javascript?
__________________
HAHAHA My rep's in the red XD |
|
|
|
|
|
#10 |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
Javascript is used in web pages for lots of things - but it's executed on the fly, so can do things like alter the content of pages dynamically (without reloading) and check the validation of forms. It's also used as a key part of AJAX which is used in lots of modern sites (think facebook chat and so forth.)
Java is something entirely different, it's an object oriented programming language that can be used to build huge applications. Google uses it a lot, most of their products are powered by Java as are all the android phones / tablets. It's a huge technology that can be applied to many areas, Java applets are often used for games (which is probably what was being referred to above) Java servlets are used as a server side language (much like PHP is used) Java ME used to be used for mobile devices - there's loads out there. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|