This site has lots of useful information re: javascript, event handlers, functions, etc. I found it particularly useful in doing the hw for Mod 5. It had so many script options I didn't even know where to start. Worth spending some time here!
This Webdesignerwall.com page shows 10 examples of what can be accomplished by using jQuery. I like these examples because these are features that I thought could only be achieved by using Flash.
This page just has the samples. If you want to use these effects for your own site, view the tutorials at--
http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/
In case my quiz went over *that* badly, here is a zodiac sign-teller for back-up points. Thank goodness for online resources and programming books. Well, enjoy!
webteacher.com has an excellent tutorial for learning JavaScript. It starts off saying that it is JavaScript for the non-Programmer and goes through step by step defining terms such as JavaScript, Object Oriented Programming (OOP), objects, methods, properties, events, functions, alerts, forms, buttons etc. It also has a great chapter on Loops (chapter 5). This site shows examples of code and slowly goes through step by step the structure and components of JavaScript.
In my search for how to use jQuery and AJAX to build a select drop down menu, I found this four part demo - HTML, PHP, jQuery and JSON (JavaScript Object Notation). It also includes an example of how to create multiple select boxes with data populated from a MySQL database.
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.
Hey all! Here is my photo gallery of sorts. I included some flower pictures that I've taken and I thought they would work nicely in this challenge. Hope you all enjoy!
A 5- question quiz about Connecticut. User can enter name, answer questions, see list of their answers as well as a list of the correct answers. Still trying to figure out how to total the score. Both pages validate.
I tried to code in an error message if you failed to fill out one of the answers, but I couldn't get the code to validate, so I removed it with disappointment.
*I had to update/change things in the code. Please grade this one!* \n\nHere is my site for the Sign challenge! A huge shoutout to Nancy for helping me debug the messy code I originally had written! In addition, I used this site for some ideas: http://www.2wap.org/forums/index.php?showtopic=4866&pid=32711&mode=threaded&start=. However, this site led me wrong in multiple ways! Citing it anyways to be safe!