ryanSmith's art 365 class @ Towson

_design_for_the_www_

W1| W2 | W3 | W4 | W5 | W6 | W7 | W8 | W9 | W10 | W11 | W12 | W13 | W14

ryansmithart.com/courses/2014/365

Week #13:

*There's a QUIZ this week.

Look at proggress of " Project D "

***Start up front***

Project D Examples : Neck Basket | Game Boy | Lizards | ??? | Dream Catcher
- branding, identity, & logo design

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

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


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

start talking about forms:


foxyform
More with PHP forms
* why use a contact form?
or why use ryanSmithstudent[at]aol[dot]com

When outputting PHP code:
\n in PHP is like a line break <br> in HTML

NOTE:
this is actually linked to my email : ryanSmithstudent[at]aol[dot]com
Please don't hit submit, because I'll wind up with dozens of unnecessary emails
http://userpages.umbc.edu/~rsmith33/contact/contact.html

Here's the code [ feel free to steal it & edit it ] :

contact.html    |    contactengine.php    |    contactthanks.php

Comment Form is loading comments...

HOME WORK

- Project D


There's 168 hours in 1 week:
Spend 1 of those hours outside.
Turn off the computer and the TV. Don't touch your phone.
And, see if you can spend 1 continuous hour without an electronic device.
The fresh air, and lack of electronics, will recharge YOUR batteries,
and leave you feeling refreshed.
It doesn't matter if you sit, walk, stare at the trees, or just close your eyes…
Take some time for yourself this week.