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 tells you the basic information that users need to understand JavaScript. It spells out in simplest terms that JavaScript uses to work on sites and computers that access the site.
This is a graduation countdown until when I (and anyone else who plans on graduating next spring actually) app for facebook! It was a little confusing at first with the facebook api, but I once I got used to it it was just a matter getting the php to work. Facebook doesn't support javascript fully so I had to find a countdown in php....it doesn't look quite as cool as the javascript one, but it still works. FYI, it's a little plain...but it works!
NO - This is not my final project, but I thought this was a really cool mashup to share. It uses Google street view and Twitter. The view changes with the Tweets, depending on the location of the Tweeter.
got this form to validate fields.
the script i found also highlights the fields you foul up, and also gives a different message depending on if you put in an invalid email address, or just left it empty. cool!
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.
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.
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.
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.