19.11.2014 Views

Assignment 5

Assignment 5

Assignment 5

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ACT102 Introduction to Web Page Development<br />

Homework 5<br />

statements to see which movie to display. Use loops, variables, if/else factoring, etc. to avoid redundancy.<br />

Another grading focus is PHP commenting. Place a comment block in the top of your file. Put a descriptive header<br />

(name, course) at the top of your code and comment each non-trivial section of PHP code explaining the purpose<br />

of that code.<br />

Format your HTML and PHP code similarly to the examples given. Properly use whitespace and indentation. Do<br />

not place more than one block element on a line or begin a block element past the 100th character. CSS is not a<br />

major part of this assignment, but your CSS file should validate and you should not introduce new bad/invalid CSS<br />

code.<br />

Part of your grade will also come from successfully uploading your files to the MWSU web server in a subdirectory<br />

named act102\ch5\asgn\ so that it is possible to navigate to your page by entering the following URL into the<br />

browser:<br />

http://webservices.missouriwestern.edu/users/your-MWSUID/act102/ch5/asgn/movie.php<br />

Please do not place a solution to this assignment online on a publicly accessible web site.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!