The class picture is now on the course website for download. Please download it, by clicking on the pictre to get full sized one and saving, or use a picture you have of yourself, and use the Gwinview (Linux), Paint.net (Windows), Preview (Mac-OS) or other photo editor to crop and scale a picture of yourself so you have a picture of around 130 pixels high, file size less than 30K.
("Sign Up" for cs 207 first if you haven't done so,) and then submit the picture you have produced. (If you are a shy person, how about a picture of your dog or cat?)
Your name and picture must be found at http://cs.ubishops.ca/ljensen/seeclass.php?class=207
If your name is not there, nobody will find
your pages!
You aren't in the picture? Where were you? Take your own.
I assume you have some data in a table. Provide a way to see it using a web page (php with a select query). May take the form of either:
Do not show email, password or other sensitive data columns to
the public.
Same rules as in cs 203, either
If you have not already done so, create a second table that is related to the first, so it makes sense to join the two tables. With these:
Provide a means (expand your form, or additional form) to enter data into the second table. Allow me to do so. This means:
There is a link that's obvious near the top of your index.html, and
If it is private, give me a username and password (see Tell me..)
You have some information about authors, and a table of books. (Agatha Christie wrote a lot of books.)
You have books and borrowers, and you will record who has borrowed or returned a book.
You have a number of affluent people, who generally have several cars (Steve Wozniak says he owns 4 Prius's.)
Your art gallery might sell several paintings to Michael Goldbloom.
Where you are going in your "project" for this course. What are your forms and tables about?
What tables you have, and how they are to be joined (on which columns, in other words, what you have declared with REFERENCES)
The names of your files that contain forms or receive form data.
Your picture is in the class list.
I can either insert into the second table, or see what's in some table.
You have filled out this form, so I know what to look for.
You may fill out this form multiple times, in case you have more to
say. For example, you might want to tell me about 2 or more different
pages, or tell me about something else. I will see all the submissions,
so don't be redundant.
If your work is in a subdirectory named, let's say, "FishPond", the
appropriate "page name" below would be FishPond or FishPond/index.html
Lin Jensen