211k views
0 votes
1. You are expected to keep your code clean and simple, similar to the

code from Murach.
2. Part 1 of A2 is a standalone web application called "a2part1".
3. In the Apache htdocs, you will have the following folders:
a2/last5first1_789/a2part1
4. Any reference to files in the PHP or html pages should
be relative to the web application root.
Any reference to a file, which is specified by absolute path
will lower your mark.
Example: a reference of the form
C:\3020\A3\myCss.css
is absolute and is not acceptable.
5. Do not use graphics (graphical images).
The total size of the A2 files sent to the TA cannot be larger
than 500 Kilo Bytes.
6. Files in a2part1 folder:
1) index.html : see 2. below
2) TransformNumber.php : see 3. below
3) a2.css : css file

User Mhn
by
7.2k points

1 Answer

1 vote

Final answer:

The question pertains to creating a web application for a college assignment, requiring attention to clean coding practices, file size restrictions, directory structure, and the timing of the project's content within the course schedule.

Step-by-step explanation:

A student is tasked with creating a standalone web application for an assignment known as A2 Part 1, with specific instructions on the structure and submission guidelines. The application should be kept clean and simple, relying on relative file paths rather than absolute ones, not exceeding 500KB in size, and excluding the use of graphics. All files related to the assignment, including index.html, TransformNumber.php, and a2.css, are to be stored within a particular directory structure in the Apache htdocs directory.

File submissions will be uploaded to the Assignment 14 folder, which includes Table 1 and a written assessment that addresses the specifications stated in the instructions. Furthermore, the project is to be submitted during Module 5, which includes content necessary for completing the project, suggesting the importance of timing and alignment with the coursework.

User Evan Nagle
by
7.8k points