Difference between revisions of "Week Three Exercises (MGDP2060)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
This article contains exercises for [[Week Three (MGDP2060)|week three]] of [[Web Design and Development III (MGDP2060)]]. | This article contains exercises for [[Week Three (MGDP2060)|week three]] of [[Web Design and Development III (MGDP2060)]]. | ||
− | + | == Upload all your work to the web server == | |
+ | |||
+ | * [http://mgdp2060.htcwebcreative.com http://mgdp2060.htcwebcreative.com] | ||
+ | |||
+ | Be sure to use a subfolder! | ||
+ | |||
+ | Take turns using FTP | ||
+ | |||
+ | == MAMP == | ||
+ | |||
+ | Run MAMP, confirm it works with your files. | ||
+ | |||
+ | == Crash the Server (group exercise) | ||
+ | |||
+ | == Form exercise (for next week) == | ||
+ | |||
+ | Create a new folder named <code>form-cross-domain</code>. | ||
+ | |||
+ | In it, create a new document named <code>index.html</code>. | ||
+ | |||
+ | Demonstrate a form which submits to a different domain on the Internet. | ||
+ | |||
+ | * Set title, make link to Home page, etc. | ||
+ | * On Home Page, make link to this exercise. | ||
+ | |||
+ | Upload to server. | ||
== See also == | == See also == | ||
* [[Web Design and Development III (MGDP2060)]] | * [[Web Design and Development III (MGDP2060)]] |
Revision as of 15:36, 10 September 2015
This article contains exercises for week three of Web Design and Development III (MGDP2060).
Upload all your work to the web server
Be sure to use a subfolder!
Take turns using FTP
MAMP
Run MAMP, confirm it works with your files.
== Crash the Server (group exercise)
Form exercise (for next week)
Create a new folder named form-cross-domain
.
In it, create a new document named index.html
.
Demonstrate a form which submits to a different domain on the Internet.
- Set title, make link to Home page, etc.
- On Home Page, make link to this exercise.
Upload to server.