The Hamilton Conference Center in Hamilton, Ohio is a general-use facility for the community that hosts several organizations and clubs as well as special events and shows by local vendors. The center recently upgraded its intranet capabilities and would like to create a website where employees and guests can easily track which conference rooms are available and which are being used. They would like this information displayed in a web table that lays out the room use for seven rooms and halls from 8:00 a.m. to 5:00 p.m. in half-hour increments. Eventually this process will be automated by the conference’s web server, but for now they have come for help in setting up a sample web page layout and design.
In the following link you will find the startup files containing the image file that can be use for the station's logo and much of the text for the web page. The image above is a basic example of what it could look like, but you may include your own touches.
href
attribute in your hypertext links in the horizontal nav
bar because you will be linking to pages that do not actually exist.
th
) and data cells (td
)Millennium Computers, a discount mail-order company specializing in computers and computer components, wants to create an order form web page so that customers can purchase products online. The order form is for computer purchases only.
In the following link you will find the startup files containing the image file that can be use for the company's logo and also "Go" and "Stop" buttons. The image above is a basic example of what what it could look like, but you may include your own touches.
There are several options for customers to consider when purchasing computers from Millennium. Customers can choose from the following:
- Processor Speed: 2.4 GHz, 3.2 GHz, 4.0 GHz, 5.2 GHz
- Memory: 1 GB, 2 GB, 4 GB, 8 GB
- Monitor Size: 15", 17", 19", 21"
- Hard Drive: 240 GB, 500 GB, 750 GB, 1 TB
- DVD Burner: yes/no
- Tuner Card: yes/no
- Media Card Reader: yes/no
href
attribute in your hypertext links in
the horizontal nav
bar because you will be linking to pages
that do not actually exist.
form
, the method
is post
and
the action
is "http://www.mill_computers.com/orders/process.cgi"
which will implement the "formsubmit.js" file from the startup files.
required
pattern
to ensure that each
user enters his or her zip code and phone number in the correct format
value
attributes should match the option
text (for example,
if the text for an option
is "2.4 GHz" the value
should be "2.4GHz" as well)
submit
button with the text
"Send Order", a reset
button with the text "Cancel
Order" and a command button
(it will have no actual
functionality) with the text "Contact Me"
Test your layout and design on a variety of devices, browsers and screen resolutions to ensure that your sample page is readable under different conditions.
Create a .ZIP archive of the entire folder than makes up your "Exam 2" web pages and submit it to the instructor in the "Exam 2" dropbox in Blackboard before 11:59 p.m. on the due date listed in the course outline.