This is my final project.
all the pages validate, and i have included the little icon the validation page provides you.
I have used ajax and php on the first page to display course information when you select a course from the drop down menu.
on the courses page, i have included a javascript validation to make sure you fill out all the fields if you want to submit a rating and comments. The php automatically displays the comment once posted.
any questions, just ask! Thanks for everything
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.
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 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
This is webprog 6-f entitled "Map me." It uses google maps and can be used to map a route to Olive Garden in North Haven. It's pretty simple, but what's cool about most map services online is that they let you use their code.
This is module 6-e. It was a little tricky to do, but what I found interesting was how there were a few ways to do it. You could connect to a database or you could do it through making individual files. This module is for Northeast sports. Enjoy!
In this assignment, I used jquery to hide elements on the page. When you click on the header "Mama Z's Sugar Cookies" everything slides up and all you are left with is the See Comments button which you can click on to see well, the comments.
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.
A self-generating sports drop down menu, with a tad bit of personality thrown in.
Special thanks to Erica for cluing me into this site: http://www.twilightuniverse.com/.
Again, I was trying to do things the hard way.