A no-frills javascript validator that checks for blank spaces and makes sure the correct type of character is used. Still thinking about totally foolproof email validation. Not too good for security, though, since javascript can be turned off by the user.
Another great beginners' tool. What I like about this site are the links within the tutorial that allow you to locate almost anything (Javascript wise) you could possibly be looking for (IE: checkbox selection, popups/alerts). It is also organized in a pristine manner which is of utmost importance.
Large Collection of JavaScript source code. This site features excellent reference material for JavaScript, including a script archive that is easily accessed from the homepage.
EchoEcho's Javascript tutorial provides a good start on how to learn javascript. I like how they have specific sections the most common uses of javascript(Browser detection, form validation, animated buttons, cookies, drop down menu, multiple link, frameset script, and popup windows).
Test your JavaScripting skills using the w3schools.com Tryit Editor. See what happens in side by side windows. Learn the basic formatting of JavaScript statements, blocks and comments. This site seems like a good place to practice, if you know very little about coding JavaScript from scratch.
This is my rendering of the fibonacci sequence. I must admit that i had done this previously using javascript (when I was an undergrad, 4+yrs ago) and I would not let myself 'cheat' by researching other web sites. After sketching out the functionality and few tries I was able to get it, but I did have some difficulty with the formatting, for whatever reason, I could not get the '\n' to work, instead, i decided to echo a tag.
A tutorial on how to create forms and make them interact with php. Here, I take you step by step through nearly everything you need to know to get those databases primed and ready to go.
Second try at the vaildation form. Matt thanked me, but I have to thank him for bringing the lack of name validation to my attention. After trying a seperate code for this page, the address validator has been tweaked abd works much better now.
This is a form that will not submit unless both name and email are filled out. Email must be filled out properly. If you click on the input boxes and try to submit the information you get messages if your info is incorrect. I honestly do not know what I would do without the Headfirst books. I was able to do this assignment thanks to Headfirst: javascript.
Here is information about javascript and its capabilities from Mozilla. It also tells you what javascript implementations are available with mozilla.org.
Dude! And after we talked about that common error, too! But as with the others, I'll count it as "close enough for gov. work."
Note to everyone: the Fibonacci series *starts* 0 1 1 2 3 5 ...
Less than half of yours do :/.
Throughout this course, I seem to always visit this page for different topics. I find it to be written in everyday language, even when explaining Javascript. I've looked over the site, and it "works" for me to help understand the language.