andrikaa wrote:Where is the best place to find Java and Javascript tut's that are easy enough to follow so that i can start learning java and javascript as well as good websites that i can learn the language. thanks in advance.
Java and JavaScript are 2 totally different beasts.
Unlike VB and VBScript, Java has nothing to do with javaScript they are 2 totally different beasts from different companies. In fact jScript from Microsoft comes closer to java from borland then javaScript. Java is a platform independent programming language which should not be used for client side programming unless security is of no concern. javaScript is a client side scripting language that runs inside your browser.
Try to figure out your requirements first. What am I going to create, which platform etc..
You will likely need multiple technologies to cover all aspects of the "system" you are creating.
Then select the language/s that best fit the requirements.
Learning programming models is more beneficial than learning the details of a programming language and can be as fun as programming.
The language is no more than a technical artifact.
If you want to learn javaScript because you want to create a cool website. I would advise the book
Web Programming Step by Step.
This will teach you the basics of client and server side programming, using languages like PHP and javaScript. Here are javaScript tutorials from the World Wide Web Consortium, the main international standards organization for the World Wide Web. _http://www.w3schools.com/js/DEFAULT.asp
If you want to learn java because you want to create a game, I advise reading some books on Object Oriented programming and the site of Oracle ( the current owner of java )
http://docs.oracle.com/javase/ and a proper editor like eclipse.
You may be overwhelmed if you didn't read the proper books or get hooked.