Cooper, CoryW3 ProjectIT-320 After completing this week’s learning activities, use what you have learned to complete this project. In this project, you will establish your own web server using IIS....

1 answer below »
file attached


Cooper, CoryW3 ProjectIT-320 After completing this week’s learning activities, use what you have learned to complete this project. In this project, you will establish your own web server using IIS. Assignment Instructions Part I. Install IIS 1. Research how to install IIS as a web server on your version of windows. (Document the reference you used in APA format for later use in the Reflection paper.) 2. Install IIS in the Windows operating system. 3. Document the steps and any modification you had to make in order to get the install to work. 4. Create an html document stating “Hello World from IIS” 5. Open the html document in a web browser using http://localhost/ and capture a screenshot. Part II. Write a Reflection 1. Write a Reflection in a word document of your research and installation that demonstrates your experience. 2. Include at minimum, 1-2 pages of text describing your experience, the reference(s) you used in Part I Step 1, and the final screen shot from Part I Step 5. Your final paper should be 2-3 pages long. Part III. Add to Website (continued from Week’s 1-2) After completing this week’s learning activities, use what you have learned to complete this case study. In this project, you will add JavaScript to the form. When you have finished the assignment, please submit the following (1) your source code (a zipped folder of your html files, image files, etc) (2) a screenshot of your validation report  (3) the URL of your live website    Assignment Instructions You are continuing to build the website for the Daily Grind, a specialty coffee shop. Step 1. Main Page Add JavaScript to the Contact page. When the user clicks Submit, use JavaScript to validate the first name, last name, and email address. When the user clicks Reset Form, use JavaScript to clear the elements on the form.  Step 2. Site Map Add a new page, Site Map, to your website and activate the Site Map link from the main page. Add links to the Site Map that represent the structure of the website.   Step 3. Rotating Images Use JavaScript to add a slide show of rotating images to your Site Map page. Use the images, coffee1 and coffee2. Your new page will look similar to this. The image should change every 2 seconds.   Step 3. Current Date Use JavaScript to add the current date (in the format of Monday, March 1, 2099) to the bottom of each webpage in the site. Step 4. Registration Form  Use JavaScript to thoroughly validate the user's input on the Registration form. Step 5. Validation Validate your website with an online validation service. Step 6. Host Upload your website to the IIS web server you developed in this week's project.
Answered 3 days AfterSep 12, 2021

Answer To: Cooper, CoryW3 ProjectIT-320 After completing this week’s learning activities, use what you have...

Neha answered on Sep 16 2021
143 Votes
91028 - cory web hosting/index.html
Hello World from IIS
91028 - cory web hosting/part 3/breads.jpg
91028 - cory web hosting/part 3/coffee1.jpg
91028 - cory web hosting/part 3/coffee2.jpg
91028 - cory we
b hosting/part 3/contact.html
Contact The Daily Grind



Salutation


Mr.
Miss.
Mrs.
    

First Name:





Last Name:





Email Address:



    

Phone Number:



    

Subject:





    


Comments:



    
     Please check here if you wish to receive a reply:
    



    
Current Date and Time is .
91028 - cory web hosting/part 3/dailygrindlogo.jpg
91028 - cory web hosting/part 3/homepage.html
605 Washington St
Fayette, IA 52142
888-555-5555
        Home
        Buy Online
        Contact Us
        About Us
        Site Map
The Daily Grind
        Specialty Coffees and Teas
        Homemade Breads and Pastries
        Take Home the Daily Grind House Blend
91028 - cory web hosting/part 3/houseblend.html
The Daily Grind House Blend
One sip and you will understand what makes this house blend so special.
Our blend is made with the finest Latin American beans and grown fresh when you order.
Buy it by the cup or by the pound.
        Traditional
        Decaffeinated
        Holiday blend
Current Date and Time is .
91028 - cory web hosting/part 3/myscript.js
function save() {
var fname =
document.forms["RegForm"]["FirstName"];
                var lname =
document.forms["RegForm"]["LastName"];
var email =
document.forms["RegForm"]["EMail"];

if (fname.value == "") {
window.alert("Please enter your first name.");
fname.focus();
return false;
}
                if...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here