Module 1 Foundations
Content for Module 1 Foundations goes here.
OVERVIEW
You will contract with a webhost to make your Christian website live on the Internet. You will
create a homepage and your first webpages.
INSTRUCTIONS
Part 1. Hosting.
You should start this assignment on the first day of class. The first step requires a registration
process that can take up to 72 hours. This is necessary for subsequent steps that are due the first
week of class
Purchase a domain name and web hosting plan that will expire no earlier than 2 weeks after the
final course deadline
The selected domain name should be professional and parallel the Liberty Code of Conduct. Host
each of your websites to be make it available on the Internet. The hosting plan must support the
version of PHP and MySQL that the required textbook uses.
Part 2. Homepage.
Develop an XHTML PHP website that meets the following requirements
- Each page should be W3C compliant, CSS compliant, and use strict XHTML. Each page should have the appropriately linked validation images/icons at the bottom of the page to
compliance of XHTML and CSS. See the links in the Web Development: Foundations Resources section located on the assignment page for more detail.
- Start with the proper XHTML header lines.
- Develop an appropriate title, description, and meta tags so that search engines can find the page.
- Define at least 3 custom CSS classes.
- Create a main menu with placeholders for future links of your upcoming web assignments:
- Module 1: Week 1 Foundations
- Module 1: Week 1 Variables
- Module 2: Week 2 Forms
- Module 3: Week 3 Arrays
- Module 4: Week 4 Sessions
- Module 5: Week 5 CMS Sessions
- Module 6: Week 6 Database
- Module 8: Week 8 CMS Database
Part 2. Assignment Pages.
- You will be creating the Module 1 Foundations Assignment. Create a page for Module 1
Foundations and link to it from the main menu. (Each week, link your assignment to the
main menu.)
- Establish a link to a second page called About Us. On the About Us page, “Echo” a 2-
paragraph report explaining the Christian company that you are creating for the course
- Establish a link to a third page that displays the hosting PHP configuration using PHP
info.
- Establish a link to the fourth page that “Prints” Contact Us information for your company
using PHP.
- Create a proper menu that allows navigation between all web pages.
- Proper PHP functions should be used to automatically show the last time each page was
modified. Research to find an appropriate function for this task.