- art365 [design_for_www] -

instructor : ryanSmith

Week #13


give back tests

Final project due : Monday, May 20, 12:30 p.m. - 2:30 p.m.
Anyone have classes Tuesdays at 2 or 3pm?

** Let's see what you have for
Project D

student work 1 | 2 | 3 | 4 | 5 | 6

which is better : bengay.com or biofreeze.com ?

Another jQuery Slideshow

Advice:
It does not matter how old you are, think about the damage you are doing to the 1 body that you have.
Some damage is irreparable, and it's never too early to take precautions ( eyes, knees, back ).

start talking about PHP

What is PHP ?

Intro to PHP:


step 1 - connect to a server

step 2 - save webpage with .php extension

step 3 - test php version with this code:

<?php
phpinfo();
?>

step 4 - insert php into html format

<?php
print "this text was made with PHP";
?>

step 5 - make another .php page (& save it)

step 6 - try inserting that page into your previous .php page

<div id="footy">
<?php
include ('footer.php');
?>
<!--end footy--></div>

EXAMPLE ( view page source ) | here's the html with php | php pages' code | CSS code


a little more PHP

see registration form:
http://userpages.umbc.edu/~rsmith33/388/register.php

here's the php code

why use a contact form?

find contact forms online for free:
http://www.foxyform.com/

start talking about forms:


foxyform
HTML Comment Box is loading comments...

Homework:

- Project D : finish it.
Due date: Thursday, May 2

April 26th ( tomorrow ) I'm having an art show at my home.
You will not get extra credit if you show up.