Sunday, March 15, 2009

WebDev Class 5 Homework Question

I'm confused about what design to follow for the layout of the page. The size of the Ad Banner
is stated as 468px x 60px. However when I pull in the png image as the background image, the Ad Banner is much larger. Which design should be used? Thank you.

Friday, March 13, 2009

WebDev - Class4 Homework

Class 4 homework is at http://onepotcooking.com/joanboyd/class4/register.html.

I found the FireBug facility of FireFox very helpful in laying out the form.

The JavaScripts on the blog gave enough clues that writing the function for the homework became pretty straightforward.

Tuesday, March 3, 2009

re -blog for help yesterday

Thanks anyway. I found the problem. I was simply missing an end tag for the beginning
SELECT tag.
Joan Boyd

Monday, March 2, 2009

Problem- please help

I need help, please. In class 3 assignment 2, I can't get one of the div clears to work. The one after the line with Search, Submit etc. is the problem. Have tried giving the div of the "div clear" a size and border so I can see them. The one after the above referenced section is NO WHERE. Right now I have the assignment in 2 html files with one css file. Section3.html contains the "recently opened" line to the end. Class3as1.html has the top part of the document.

Thank you.

Joan Boyd

Friday, February 27, 2009

Class 2 Homework

Class 2 homework has been posted to "onepotcooking" server.

Wireframe: http://onepotcooking.com/joanboyd/class2hw/actorwire.html

Developed frame: http://onepotcooking.com/joanboyd/class2hw/actor.html

Wednesday, February 18, 2009

Flower Shop web site

In thinking about how to program our class exercise I realized that HTML, XHTML and CSS don't get me very far. There is a need for a database of "flower arrangement" images and various data associated with them. Information has to be selected via SQL and the resulting fields "mapped" back to the screen. The selection for all the flower images needs to be dynamic. Hmmm, Saturday should be interesting.