WEB 407 ENTIRE COURSE | University Of Phoenix
- University of Phoenix / WEB 407
- 20 Feb 2019
- Price: $45
- Other / Other
WEB 407 ENTIRE COURSE | University Of Phoenix
WEB 407 ENTIRE COURSE
web 407 university of phoenix
WEB 407 Week 1 Individual Assignment Encrypted Login Page
Create a well-designed and aesthetically-pleasing login page.
You may use a login page that you have created in a prior course. Alternatively, you may add your own basic CSS to the Login Page template provided on the student website.
Apply a basic client side JavaScript® encryption function to the login fields. For examples, 1. use string manipulation, such as a to z, b to y, and so on. 2. you may employ the JavaScript methods “charCodeAt()” and “String.fromCharCode()” and perform mathematical functions on the ASCII numeric values. 3. You may declare an alphabet array and use the index of the array to change the character. You decide on the encryption type, application, and method.
Print the encrypted values back to the screen either in an input box or just in any kind of html element you wish. (p, div, span, etc.) Just so it appears on the screen.
Submit the complete application along with 1. your algorithm logic and its potential vulnerabilities. Include documentation with instructions on how to run the application.
Optionally, implement encryption or authentication using a creative method. For example, consider using Graphical User Interface (GUI) manipulation, or hashing. The advanced options will not provide additional credit, but will allow you to expand your skill set. Do not use an encryption routine from a code library. The object here is to write some JavaScript
WEB 407 Week 1 DQS
DQ 1
Refer back to the SkillSoft® tutorial: JavaScript: Advanced Browser Scripting and DHTML. What did you learn? What did you think was most valuable?
DQ 2
What is the importance of cookies on security, page lifecycle management, and usability?
WEB 407 Week 2 Individual Assignment Database
Select an organization of your choice. Some ideas might be a small business, local government, or a nonprofit organization. Alternatively, you may use a Virtual Organization found on the Virtual Organization website.
Imagine the organization must have a way to keep track of their customers logging onto their website. They require a database driven application that will store basic customer profile and login information.
Create 1. a database, and 2. a database schema that provides details of the tables, relationships, and keys incorporating the profile details. Use either MS Access or Apache Open Office Base for your RDBMS.
Include at least 5 records of example data in the database.
Submit your completed database along with documentation of the schema and details as outlined above.
WEB 407 Week 2 DQS
DQ 1
What is the importance of data mining to an organization? How can data limitations affect the mining process?
DQ 2
Refer back to the SkillSoft® tutorial: Database Systems and Relational Databases. What did you learn? What did you think was most valuable?
WEB 407 Week 3 Individual Assignment Database Justification Memo
Create a 1-page memo for the project stakeholder explaining why they should migrate towards a database driven application system rather than a static website.
Discuss at least 3 benefits and 3 drawbacks of the proposed changes.
WEB 407 Week 3 DQS
DQ 1
Refer back to the SkillSoft® tutorial: Configuring and Deploying Web Applications. What did you learn? What did you think was most valuable?
DQ 2
A common practice in web design is to separate the server-side programming and the web pages into separate files. Can you locate any websites that use this practice? What might be some advantages and disadvantages? Explain.
WEB 407 Week 4 Individual Assignment Web Services Memo
Create a 1-page memo to the project stakeholder on the importance of web services including security considerations, scalability, and compatibility.
WEB 407 Week 4 DQS
DQ 1
What other types of web services are available apart from .NET? What are the differences and similarities between .NET and the other respective web services?
DQ 2
Refer back to the SkillSoft® tutorial: Web Services and XML. What did you learn? What did you think was most valuable?
WEB 407 Week 5 Learning Team Assignment Web Application
Submit your completed web application and any needed supplemental files.
WEB 407 Week 5 DQS
DQ 1
What issues can arise with the use of JavaScript® language along with server-side programming, such as .NET? What issues does the programmer need to be aware of when developing in both languages?
DQ 2
Refer back to the SkillSoft® tutorial: Web Application Optimization and Customization. What did you learn? What did you think was most valuable?