String Manipulation
References
Finished
Finished
We are at the end of the Basic JavaScript Tutorial. Now you know enough of javascript to say to your friends/co-workers/relative/etc "Hey, I know JavaScript." But this tutorial is just the beginning. For unleashing the real power of JavaScript move on to the Advanced JavaScript Tutorial. The basic tutorial is just the tip of the iceberg, the beginning of the journey, just the first page of the book. For the real and powerful stuff you have to learn the Advanced Tutorial.
I really hope that you will find this tutorial useful. If you plan to stick around for the advanced tutorial, good for you. If not, this is good-bye. Check out the reference section for some great sites about JavaScript and good books on JavaScript and Web programming. I am sorry that this tutorial did not interest you enough to look at the advanced stuff.
If you are leaving, let me tell you one more thing - Program. Put your newly acquired knowledge to good use. Create great scripts. Steal other's code and make it better. As I like to say, creativity is great, but plagiarism is faster. Don't stop programming until smoke appear from your computer. After that, get a new computer and continue progamming.
But if you are sticking around for the advanced tutorial, this is what is in store for you...
In the Advanced JavaScript Tutorial, learn how to...- Control Form Elements
- Read the contents of Text area, text box, etc.
- Change their contents
- Find the user selection in a group of Radio Box or Check box.
- Validate Forms
- Control Images
- Move Images around the page
- Create Rollover effect
- Resize Images
- Change images
- Control Frames
- Control external frames
- Change elements inside different frames
- Control DIV/LAYER tags
- Dynamically put text in the page
- Dynamically put HTML in the page
- Move Text around in the page
- Control Style
- Dynamically change appearance of different elements
- Move stuff around
- Create new windows
- And More...