IT474: Web Design and Development

IT474 – WEBSITE DEVELOPMENT PROJECT REQUIREMENTSReview the PowerPoint linked in Week 9 for how to create your website presentation. 

  • Demonstrate your website by recording your 10-15 minutes video to the class
  • You should prepare a powerpoint presentation for grading
  • This presentation will be your website Presentation grade (10% of total course grade)
  • Your website itself will be 20% of the course grade
  • Show the different pages you created and content you added
  • Demonstrate your knowledge of fonts, contrast, and other various layout qualities

WHAT WERE SOME OF THE CHALLENGES YOU FACED WHILE DEVELOPING THE WEBSITE?•Create a Powerpoint presentation (like this one). I expect your to present to me by recording yourself. Create a short 10-15 min video about the site.  

WHAT DID YOU LEARN WHILE DEVELOPING YOUR WEBSITE?•Create a Powerpoint presentation (like this one) and discuss these questions with the class after you demonstrate your website. 

WHAT INFORMATION FROM THE TEXTBOOK WAS HELPFUL WHILE DEVELOPING YOUR WEBSITE?•Create a Powerpoint presentation (like this one) and the questions stated above.  

now I am posting the questions you did for this class so you have an idea about the whole class. 

week 1 1. How did the W3C get started? Who can join the W3C and what is the cost?

Type your discussion in word document and upload to this folder. Check for results and act accordingly. You can upload as many times as you wish within the time frame for the active learning week.

week 2

  1. Write the HTML to display your name with the largest heading element.
  2. Think of a favorite quotation by someone you admire. Write the HTML code to display the person’s name in a heading and the quotation in a blockquote element.

week 3 Define the following 5 terms and provide an example of each:

  1. Cascading Style Sheets (CSS)
  2. Font-style property 
  3. Line-height property
  4. RGB color
  5. Web Safe Colors

week 4 Write the HTML to place an image called primelogo.gif on a web page. The image is 100 pixels high by 650 pixels wide.

 

week 5. For this discussion, you’ll review and evaluate the design of a website. Choose ONE of the following URLs:

Visit the website you are evaluating. Write a paper that includes the following information:

  1. URL of the website
  2. Name of the website
  3. Target audience
  4. Screen shot of the home page
  5. Indicate the type(s) of navigation evident.
  6. Describe how the design principles of contrast, repetition, alignment, and contrast are applied. Be specific.
  7. Complete the Web Design Best Practices Checklist (see Table 5.1 (Links to an external site.)Links to an external site.). Note: Table 5.1 in located in Chapter 5 of the textbook.
  8. Recommend three improvements for the website.

week 6. 1. Write the CSS to configure an image file named myimage.gif as the list marker in an unordered list.

2. Write the CSS for an id with the following characteristics: fixed position, light gray background color, bold font weight, and 10 pixels of padding.

week 7. Define the following terms AND provide an example:

1. flex property

2. flex-direction property

3. flex-wrap property

4. justify-content property

For your comments: talk about your examples you give. Discuss how it may relate to your website project. 

Practical Connection- Applications Security

it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.

Assignment:

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.

Requirements:

· Provide a 500 word (or 2 pages double spaced) minimum reflection. 

· Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited. 

· Share a personal connection that identifies specific knowledge and theories from this course. 

· Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment. 

· You should not provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.

week-7 assignment

 Watch the Movie War Games from 1983. According to the New York Times, this movie had a tremendous effect on President Ronald Reagan.  Discuss  your opinion on whether it should be required viewing in social studies classes in high school. Do not repeat the story. Discuss it’s use in school.  

Final Project

 In this Project Final you are to update, refine and combine the past seven weeks of Labs to create the Information Security Plan into final document. Remember that you are the Information Security Officer of Mahtmarg Manufacturing a small manufacturing company worth approximately $5 Million who provides fiber cable to local businesses, individual customers and to government organizations. You are creating the final Information Security Plan (Issue-Specific Security Policy in Table 4-3 of the textbook). 

What is a network? Describe how

  

What is a network? Describe how the home network would be used by your family members. Name at least five components that would be connected to the network. What types of hardware, software, connectivity components, etc., would be required to fully implement the home network? Security issues will need to be considered. What are the risks to your network? What will you need to fully protect your home network?

Computer Science Controls and Events Programming Assignment

  

Controls and Events Programming Assignment Instructions 

Overview

Matthew 28:19-20
Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.” 

For your first visual basic assignment you are going to create a basic assignment to present a picture of your choice, a Bible Verse on the importance of mission work, and information on a Missionary of your Choice.  It is so important to understand our call to serve.  This is your chance to show an example of serving. 

Instructions 

When the application runs the user will see the picture of your choice and a Bible Verse on mission work. The form will have the option to close the application and a mission button. When the mission button is pressed, the user will be presented with an image of a missionary of your choice and a label with information on the missionary.

The following steps must be completed. 

1. Form Setup

a. Your form should have 2 buttons, 2 images, 1 label, and 1 textbox. 

b. Name the initial form frmAssignment1 and put Assignment 1 in its title bar.

c. Set the backcolor of the form to a color of your choice in the properties menu.

d. Lock all controls on the form 

e. Create access keys for the buttons for both buttons.

f. The tab order of the buttons should go from Missions to Quit. The form should open with the Missions button as the highlighted option. 

2. PictureBox

a. Add two PictureBox controls to your form and name the PictureBox picStudentImage and picMissionary

b. Import an image for both picture boxes to the resources of the project (Make sure you save the image in the project folder before you inport it to the resources folder)

c.  Use the stretch image property for the image

d. Make the picMissionary not available for vieiwing at the run of the application.

3. TextBox

a. Name the textbox txtVerse and enter a Bible verse on why missionary work is important. 

b. The font of the textbox should be something other than the default Microsoft Sans Serif. 

c. The text should be center aligned. 

d. The text box should be multi-line. 

e. The backcolor and forecolor should be different from the default.

f. The user should not be able to tab to the text box.

4. Label

a. A label should be created called lblMissions. 

b. The label should be created on the form but not show on the load. 

c. The label should include the missionary name, your name and your teacher name and the date you finished your project.. **This is a main requirement and the assignment will not be accepted without this detail.

5. Mission Button

a. When the Missionary button is pressed the lblMissions label is displayed using the visible property. 

b. The Missionary image is also made visible

6. Quit Button

a. The application will quit

7. Code

a. Create a comment section at the beginning of the code with the name of the assignment, purpose of the assignment, and your name. Comments must be throughout each sub of the application. 

b. Remove any subs that are not utilized by the program

A screenshot of a social media post  Description automatically generated

Week 3 discussion

 

Discussion Points:

●    Find 2 – 3 examples of UX Design that do NOT comply with or not fully follow law(s) of UX. Explain your choices. 
●    Discuss 2 – 3 examples of UX Design successfully following the law(s) of UX. Explain your choices.
●    Find at least two examples of utilization of psychology principles and theories in product design that you are familiar with. Please explain your choices.  

Example:
Hick’s Law describes that the time it takes for a person to make a decision depends on the choices available to him or her.
A very nice example of Hick’s Law that applies to user experience design are lists: 

Emerging Hospital at Home Case Study

This is an assignment I am working on to delve into how hospital care is changing through transitioning into the home setting to provide equity care to chronically-ill patients determined eligible for acute home care. I would like to seek second opinion to compare my paper to what other experts in the field will have done different.

This paper will focus of hospital at home by Reviewing the following report by McKinsey –  https://www.mckinsey.com/industries/healthcare-systems-and-services/our-insights/from-facility-to-home-how-healthcare-could-shift-by-2025Links to an external site.

The Hospital at Home movement is drastically reshaping healthcare, lowering the walls of the hospital and placing patients at home with significant monitoring in place virtually.  In 4-6 pages typed and double spaced (using 3-5 additional citations APA format outside of the McKinsey report) Write good historical background of emerging hospital at home, Abstract, Introduction, body and a conclusion. You must address the following questions:

1. What are the advantages of the Hospital at Home movement? (see exhibit 2 and expand)

2. What are the challenges presented by the Hospital at Home approach? (see exhibit 2 and expand)

3.  How does the Hospital at Home movement fit within accountable and value based care concepts? 

4.  What concerns do you have around shifting several of the services outlined in Exhibit 4 into the home setting? 

Note: You can include exhibit of the images as well.

Below are other additional sources that can be used to supplement Mckinsey report:

  

The hospital is dead, long live the hospital!

https://www.mckinsey.com/industries/healthcare-systems-and-services/our-insights/the-hospital-is-dead-long-live-the-hospital

5 Obstacles to Home-Based Health Care, and How to Overcome Them

https://hbr.org/2019/10/5-obstacles-to-home-based-health-care-and-how-to-overcome-them

Home health care is evolving from convenience to a crucial edge for the future of medicine.

https://www.pennmedicine.org/news/publications-and-special-projects/penn-medicine-magazine/fall-winter-2022/no-place-like-home

The Hospital at Home Model: Bringing Hospital-Level Care to the Patient

https://www.commonwealthfund.org/sites/default/files/2018-09/1895_Klein_hospital_at_home_case_study_v2b.pdf

ATTN:

Rubrics that must be followed to complete the case study correctly:

Rubrics must be followed accordingly:

  1. Students will identify the      theories, models, and tools from social, business, human factors,      behavioral, and information sciences and technologies for designing,      implementing, and evaluating health informatics solutions. (SLO 2)
  2. Students will identify the      theories, models, and tools from social, business, human factors,      behavioral, and information sciences and technologies for designing,      implementing, and evaluating health informatics solutions. (SLO 2)
  3. Students will identify the      theories, models, and tools from social, business, human factors,      behavioral, and information sciences and technologies for designing,      implementing, and evaluating health informatics solutions. (SLO 2)
  4. Students will identify the      theories, models, and tools from social, business, human factors,      behavioral, and information sciences and technologies for designing,      implementing, and evaluating health informatics solutions. (SLO 2)

Thank you .

Assignment on Linux 4

 Do the following assignment based on the attach document. use jeannese as first name then Evina as last name to execute the commands. Post a screenshot of all the work on a word document. All commands use to execute the process most be seen and should enable another person get the same results.