Log in

View Full Version : JavaScript



Canadian Eh?
04-29-2007, 07:39 AM
Does anyone know of a good site for JavaScript tuts, codes etc. ? I got interested in it a few days ago and I was wondering if anyone knew a good site. I already Googled it and I didn't find anything. Can someone help?

.Maleficus.
04-29-2007, 07:43 AM
Getting into web-based stuff?

I don't know what's considered a good site, but here's where I went when I wanted to learn it. (http://www.w3schools.com/js/default.asp) Now I'm looking more into C# and C++, along with regular Java.

Canadian Eh?
04-29-2007, 08:21 AM
Thnx, Mal. This site looks wicked!

.Maleficus.
04-29-2007, 08:32 AM
While you're learning JavaScript, you may want to take a look at full out Java. JavaScript is more for web applets and stuff, where Java is a full programming language comparable to C and Basic. The Sun website has some great Java tutorials and links to the NetBeans compiler. It's really interesting stuff.

gaz_the_chav
04-29-2007, 09:43 AM
JavaScriptKit (http://www.javascriptkit.com)

-gaz

CanaBalistic
04-29-2007, 04:30 PM
This is where i get my scripts from:
http://webdeveloper.earthweb.com/webjs/

Dont forget DHTML...
http://www.dynamicdrive.com/

DaveW
04-29-2007, 08:01 PM
JavaScript and Applets are different. Applets are written in full blown Java. JavaScript doesn't require the Java virtual machine. JavaScript is also notoriously insecure. A mixture of CSS and PHP will get you the same results usually, unless what you're trying to do is inherently insecure: in which case you probably won't be able to.

What do you want it for?

-Dave