Tuesday, July 28, 2009

Is there a good website to learn simple java script that is really simplified and easy to understand?

I think there's a difference between Java and Java Script and I'm pretty sure just Java is the one I need to learn, my monotoned teacher makes it so hard.

Is there a good website to learn simple java script that is really simplified and easy to understand?
java is very, very much different than javascript


java is a programming language, for java go to


http://www.javacoffeebreak.com/java101/j...


for javascript go to


http://www.w3schools.com/js/default.asp
Reply:Javascript is a scripting language that you can use in html files to add dynamic content to your webpages. Basically there're 2 types of content, dynamic and static. Dynamic would be things like a box that shows the current time or messages that greet you "Good Morning!" or "Good Afternoon" depending on the time you load that particular page. Whereas static content are those that do not change according to who logs in, when and how someone loads the page, etc...





Java on the other hand, is a programming language that you can use to write either standalone programs or web-based programs. It can be a library system to assist librarians in their daily operations or it can be an airlines website that allows people to book their flights, etc.





For java, you can refer to Sun's tutorials at:


http://java.sun.com/docs/books/tutorial/...





When you first start looking at what are variables, loops, etc, it might be quite a bit to absorb but as you try out the simple examples, you should have an easier time understanding what those are all about. So try to read up about the basics and practise the examples. Good luck!
Reply:http://www.webteacher.com/javascript/


Heres a simple website. ' JavaScript for the Total Non-Programmer'.


No comments:

Post a Comment