updating this page on my photo site from module 2, I have changed the layout a bit. I have also added buttons to show and hide the description of the pictures. I really like this show/hide feature. I feel it will come into good use when i have alot of text, that i dont want overwhelming a user unless they want to read it all.
the jquery home page and tutorials are very very helpful with great, at least i think so, examples/demos/references to using javascript and jquery
I also suggest checking out this site for some help with javascript and validation! unlike some other sites, the color properties of the different code help to make things visually clearer, and thus, easier to understand when trying to work out how the code is set up.
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 a form page that requires a valid email and name for submission. There are three input fields: name, age and email. However, the name and email fields are required while the age field is optional.
Here is my variation on the Baseball Cards challenge. There are 3 different images to choose from, and the info displayed after submission (as well as the drop down itself) is generated from a database table. If you'd like to learn more about my friends & family, take a peek!
This is my drop down list that populates based upon the choice in one of the first lists. I originally wanted to do three lists region to city to sport... but I got too frustrated and might tackle that in module 7.... so this is not quite exactly the webprog of choosing between two sports... but the point is still the same. see my comments as to where I got and modeled the code from
I've begun to create the professor ratings page that I plan to complete for the final module. Here, I use javascript to display the form or hide the form depending on user input. If someone has javascript deactivated, those buttons do not appear (so as not to confuse them when they wouldn't work anyway). Hope you like it! I plan to build on this for the next module.
Here are instructions on how to enable javascript in your browser. Not all browsers are javascript enabled and many times you have t do it yourself. No matter what browser you are using, this page tells you how to make sure javascript is enabled.
Here is a form where you can pick your favorite pop singer out of three choices. After you pick you favorite pop singer then you can pick their best song. Enjoy!
Some code taken from http://www.webmonkey.com/tutorial/Build_an_Ajax_Dropdown_Menu
All I did here was add a couple small forms at the bottom for the user to leave their name and a comment and I also connected it to a database to catch record the information. Took me a while...
Here is my final ICM505 assignment. I chose to do the course rating challenge, using all of the courses in the Communications graduate program that are to be offered next semester. Many thanks to everyone who submitted reviews - much appreciated! And a HUGE shoutout to Dr. Halavais for helping me troubleshoot those last few errors. You saved me much grief! I hope you all like it!!!
I created a Connecticut news source page with a form. First pick the medium, then choose the news organization. Like many of my classmates, code came from
http://www.webmonkey.com/tutorial/Build_an_Ajax_Dropdown_Menu. Seeing if I can adjust to add jquery.