Where to Go From Here
Well this is the end. If you've made it to this point congratulations. Here
are a few links to guide you as you continue learning javascript.
- http://www.webteacher.com/javascript/
- This is where we got 99% of our information. It's a great tutorial that can
allow you to either reinforce ideas or go over things you didn't understand
here. There are also a few things that we didn't go over here - like date
methods.
- http://www.pageresource.com/jscript/jarray.htm
- This page only goes over arrays - which is something the first tutorial did
not go over.
- http://www.w3schools.com/js/default.asp
and http://www.echoecho.com/javascript0.htm
- These are pretty much general references - and they might be the most
helpful. While we did not use these - the advantage of them is that you can
look on the left (or right depending on which one you go to) side and see a
list of javascript terms. This is ideal, because continuing any language past
the basics is extremely difficult - and really it will probably come down to,
hey, I found something I don't know how to do [(i.e. cookies)] - I have to
google it!
.
- http://www.quirksmode.org/js/strings.xhtml
- Good reference for strings
- http://www.tizag.com/javascriptT/javascriptexternal.php
- Shows how to do an external javascript - which is probably what you will
most frequently use.
Congratulations, you have finished the Tutorial!
Back to home page