PRG 280 Entire Course

0 items
PRG 280 Entire Course
PRG 280 Entire Course
$49.99
  • Description

PRG/280

PROGRAMMING IN HTML5 WITH JAVASCRIPT

The Latest Version A+ Study Guide

 

**********************************************

PRG 280 Entire Course Link

https://hwsell.com/category/prg-280/

**********************************************

 

PRG 280 Week 1 Individual: HTML Basics

Resource:

  • HTML Basics

For this assignment, you will answer six questions about HTML and how it interacts with CSS and JavaScript®. Answering the questions will help you understand the roles that HTML, CSS, and JavaScript® play in web development, which is critical for those interested in entering the field. It will also help you successfully complete this week’s coding assignment.

Answer the questions in the linked HTML Basics document. Once you have answered all of the questions, save the document using this file naming convention: PRG280_Week1_Worksheet_yourname.docx.

Submit your assignment using the Assignment Files tab.

 

 

PRG 280 Week 1 Individual: Code and Test a Simple Web Page

Resource:

  • Week One Coding Assignment

For this assignment, you will code and test a simple web page. Completing this assignment will ensure that you can test a web page “end to end,” from typing HTML code into a text editor to saving it in the correct file format, debugging it, and running it in a web browser.

Note: The coding assignments for Weeks Two through Five will build on the foundation you will create in this week.

Download the instructions and code in the Week One Coding Assignment document. Follow the instructions to complete the assignment.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 2 Individual: HTML and CSS Essentials

Resource:

  • HTML and CSS Essentials

For this assignment, you will examine HTML code to answer questions about CSS inclusion, navigational links, and semantic tags.

Answer the questions in the linked HTML and CSS Essentials document. Once you have answered all of the questions, save the document using this file naming convention: PRG280_Week2_Worksheet_yourname.docx.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 2 Individual: Add Navigation and Format Text Using CSS

Resource:

  • Week Two Coding Assignment

For this assignment, you will build on the work you did in the Week One Individual Assignment, Code and Test a Simple Web Page, by creating a second web page and linking the two together using navigational links. You will also add some cascading style sheet code and semantic, as well as non-semantic, tags to format page content.

Download the instructions and code in the Week Two Coding Assignment document. Follow the instructions to complete the assignment.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 3 Individual: Input Types and Form Destination

Resource:

  • Input Types and Form Designation

Because browser support is based in part on HTML support, it is important to know what input types are supported in what version of HTML. It’s also important to understand where form data “goes” after a user submits a form and how to customize that designation.

For this assignment, you will identify input types and categorize them based on whether they are supported in HTML5 or HTML. You will also explain the HTML syntax required to send form data to yourself via email.

Answer the questions in the linked Input Types and Form Designation document. Once you have answered all of the questions, save the document using this file naming convention: PRG280_Week3_Worksheet_yourname.docx.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 3 Individual: Adding an HTML Form

Resource:

  • Week Three Coding Assignment

This assignment builds on the work you did in the Week Two Individual Assignment, Add Navigation and Format Text Using CSS.

In this assignment, you will add an HTML form to your web page. You will also lay the foundation for form data validation by adding JavaScript® code to your page that will run when the user attempts to submit the form.

Download the instructions and code in the Week Three Coding Assignment document. Follow the instructions to complete the assignment.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 4 Individual: Validation Example

For this assignment, you will code and customize a basic JavaScript® validation function.

Using Notepad++, copy the code presented in Listing 26.2, “A Form That Displays Data in a Pop-Up Window,” in the subsection “Displaying Data From a Form” in the section “Accessing Form Elements With JavaScript” in Ch. 26, “Working with Web-Based Forms of Sams Teach Yourself HTML, CSS and JavaScript All In One. Save the file using the name Week4ValidationExample.html. Test your code and debug as necessary.

Change the name of the display() function to myDisplay() where my is your first name. For example, if your first name were Sam, your display function would be SamDisplay(). Test your code and debug as necessary.

Change the width and height of the pop-up window in which you have set the feedback to appear as 250 and 400, respectively. Test your code and debug as necessary.

Submit your completed HTML file to the Assignment Files tab.

 

PRG 280 Week 4 Individual: Validate Form Input

Resource:

  • Week Four Coding Assignment

This assignment builds on the work you did in the Week Three Individual Assignment, Adding an HTML Form.

In this assignment, you will add both HTML and JavaScript® code to validate form input, and compare the difference in capability and complexity of each approach.

Download the instructions and code in the Week Four Coding Assignment document. Follow the instructions to complete the assignment.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 5 Individual: Spot the Bug

Resource:

  • Spot That Bug

Good debugging skills are part of every successful web programmer’s skillset.

Read the code in the linked “Spot That Bug” document.

Identify the line number of at least three (3) bugs. Include a brief description of each bug.

Write your answers in a separate Microsoft® Word document.

Save the document using this file naming convention: PRG280_Week5_Worksheet_yourname.docx.

Submit your assignment using the Assignment Files tab.

 

PRG 280 Week 5 Individual: Website Enhancements

Resources:

  • Week Five Coding Assignment
  • Week Five Coding Assignment ZIP file

This assignment builds on the work you did in the Week Four Individual Assignment, Validate Form Input.

In this assignment, you will add both HTML and JavaScript® code to add color, images, and multimedia (audio and video) to your site. You will also capture user mouse movement and take action (i.e., add additional interactivity) using JavaScript®.

Download the instructions and code in the Week Five Coding Assignment document, along with the JPG, MP4 file, MP3, and WAV files zipped in the Week Five Coding Assignment ZIP file. Follow the instructions to complete the assignment.

Submit your assignment using the Assignment Files tab.