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.
I revisited my comment/recipe page and toggled visibility for said comment form. To make it available on non-Javascript enabled broswers, I found a form that sends a user to different links depending on whether or not Javascript is enabled. Thus this is the 'filter' page, if you will. If you're interested in the links to these simple codes, I hid the links in the course code. Ta da.
Credit because it works. But...
This is a great reason to use jQuery. It's unobtrusive, so to anyone visiting the site normally, the form will show up. Only for those with javascript would it be (at first) hidden.
This website has a ton of tutorials and codes. It also has explainations and is a great way to search for ideas and get a sense of what kind of code you will be producing. I would recommend this site to anyone in this class, I wish I would have found it earlier in the semester.
This website I found helpful for this module. I like the beginner sites that explain the simple stuff from the start. I would recommend this site to not only beginners but to web developers as well, it is always a good idea to review the basics.
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.
In my searches I had stumbled across and bookmarked this page - even though the module is over, I thought people still might benefit from it. There are tutorials for all the languages we've covered as well.