Home ] Up ] Syllabus ] Resources ] Tools ] Announcement ] Code ]

Assignment 6

Count for 5 points

Due Date: By the end of Dec. 6 (No late submission will be accepted)

Run a sample solution here!

You need to create a web site using the following features:

  1. Create Master Page to give a common look and feel to your site.   The Master Page should contain 
    • Menu Control for navigation purpose
    • an XML sitemap
    • SiteMapPath control to support Site navigation
    • a Mason Logo image or other appropriate images to you master page.
  2. Create a Home page called it home.aspx and apply the Master page created in step 1 to it so that the home page has a common look and feel for the home page. 
  3. Use Themes to customize your pages look and feel by following what is presented in the hand-out.  For example, Using a CSS file in a theme to display the Heading 1 title at Contact.aspx and ManagementTeam.aspx in Blue background and Yellow Font color. 

  1. The Site Map Structure should be similar to the following structures:

Home
    Assignments  (pointing to the existing default.aspx pages which contains a list of links to your assignments, covert this existing page such that master page is used by this page))
        Assignment1 (pointing to the actual start-up page for assignment 1 in this class)
        Assignment2 (pointing to the actual start-up page for assignment 2 in this class)
        Assignment3 (pointing to the actual start-up page for assignment 3 in this class)
        Assignment4 (pointing to the actual start-up page for assignment 4 in this class)
        Assignment5 (pointing to the actual start-up page for assignment 5 in this class)
        Assignment6 (pointing to the actual start-up page for assignment 6 in this class, i.e., home.aspx)
    About (Pointing to About.aspx)
        Contact Us (Pointing to Contact.aspx)
        Mangement Team (Pointing to ManagementTeam.aspx)                          

   You definitely need to post all these pages online and test it yourself. .