Create a personal resume building tool

Assignment Help Web Project
Reference no: EM131775087

Create a personal resume building tool. Form elements will be used to accept user input which will be assigned to variables. These variable values will make up the content of a new Web page that will be generated when a form button named Create Resume is clicked. This is called building a Web page "on-the-fly".

1. Create an HTML document named finalProject. The title bar (tab) should read WEB 115 Final Project.

2. Create an external JavaScript document (with the .js file extension) named projectJS.js. In projectJS.js, enter the code that will write your name with the following formatting: H1 header, red, Tahoma font, centered text. On a new line, your JavaScript must write your course and section number with the following formatting: H2 header, Garamond font, red, italicized, centered text. All remaining JavaScript must be coded in this document.

3. In your HTML document named finalProject, write the Javascript code (after the opening BODY tag) that will link to your external JavaScript document named projectJS.js so that your name, course and section number appear in the finalProject.htm Web document.

4. Create a horizontal rule that is sixty percent of the width of the viewer's screen in finalProject.htm

5. Create a centered title that reads Build Your Resume.

6. Use break and paragraph tags in order to make all of the following elements easy to read and understand.

7. Create a text box with the appropriate prompt (not the prompt method) so that the user knows to enter their full name.

8. Create a text box with the appropriate prompt (not the prompt method) so that the user knows to enter their full address.

9. Create a text box with the appropriate prompt (not the prompt method) so that the user knows to enter their phone number

10. Create a text box with the appropriate prompt (not the prompt method) so that the user knows to enter their e-mail address

11. Write JavaScript code to validate the e-mail address input. Make sure that the user has entered the @ symbol. No resume should be generated until this validation is completed.

12. Use the form textarea tag to create a text entry area with the appropriate prompt (not the prompt method) so that the user knows to enter their personal data.

13. Use the form textarea tag to create a text entry area with the appropriate prompt (not the prompt method) so that the user knows to enter their career objective.

14. Use the form textarea tag to create a text entry area with the appropriate prompt (not the prompt method) so that the user knows to enter their Educational background.

15. Create a text box with the appropriate prompt (not the prompt method) so that the user knows to enter the entry and exit dates of their most recent employment experience. IMPORTANT! For this item you must use the input "date" element. Example: which will generate a calendar when clicked. Use the value property to extract the user's selection. Example: varfirstDate = document.getElementById("myDate1").value

16. Use the form textarea tag to create a text entry area with the appropriate prompt (not the prompt method) so that the user knows to enter the details of their most recent employment experience.

17. Repeat steps 14 and 15 to allow for 3 more prior employment experience data entry areas.

18. Use the form textarea tag to create a text entry area with the appropriate prompt (not the prompt method) so that the user knows to enter the details of their business references.

19. Create a form button named Create Resume. When clicked this button should call a function that generates a new Web page displaying a resume based on the user input. Use the document.write() method to populate the newly generated Web page with all of the HTML elements, formatting and variable values needed to produce the desired output in Web (.htm) format.

HINT: a monospaced font will allow text wrapping in your output. You may also provide for this using CSS.

Example of a pop up window and form submission:

<html>
<head>
<title> Pop-up on the fly </title>
<script>
function myWindow()
{
visitorName = document.getElementById("myInput").value;
myText = ("<html>\n<head>\n<title>Welcome</title>\n</head>\n<body>\n");
myText += ("Hello " + visitorName + ", this page was created on-the-fly!");
myText += ("</body>\n</html>");
flyWindow = window.open('about:blank','myPop','width=400,height=200,left=200,top=200');
flyWindow.document.write(myText);
}
</script>
</head>
<body>
<form id = "myForm">
<input type = "text" id = "myInput" value = "Please enter your name." />
<input type = "button" id = "myButton" value = "Create HTML on-the-fly" onclick="myWindow()" />
</form>
</body>
</html>

Reference no: EM131775087

Questions Cloud

Investing in new heart-monitoring equipment : Brooks Clinic is considering investing in new heart-monitoring equipment. It has two options. Option A would have an initial lower.
Identify one of the benefits of using xml over html : Identify one of the benefits of using XML over HTML. Construct an argument around why it is
Identify and evaluate any additional information : Identify and evaluate any additional information that managers need to consider before accepting or rejecting this contract
Residual income and balanced scorecards : Discuss and calculate various performance measures used by management such as ROI, residual income and balanced scorecards
Create a personal resume building tool : Create a personal resume building tool. Form elements will be used to accept user input which will be assigned to variables
Total quality management principles to resolve the issue : Identify whether you would recommend using Six Sigma, Lean, or Total Quality Management principles to resolve the issue.
How would intercompany sales affect Division B : If purchased from Division B, B's variable costs would be $10 less because it saves on marketing expenses. How would intercompany sales affect Division B
The amount of coronado companys inventory : The amount of Coronado Companys inventory, Coronado Company follows the practice of pricing its inventory at the lower-of-cost-or-market
Interview the manager of a restaurant : Interview the manager of a restaurant. Does the restaurant make or buy soups and deserts?

Reviews

Write a Review

Web Project Questions & Answers

  Evaluating an ecommerce website

Create a check list that contains key point for evaluating an ecommerce website - Write a short, reflective report about website

  Gpc and runtime magic quotes

Create a script that lets you know whether Zeus or Helios has the GPC and Runtime Magic Quotes turned on or off. The output should have appropriate labels that define what output signified and should display 'ON' or 'OFF' depending on the setting.

  Creating functions through conditional operator

Use the conditional operator and the cal_days_in_month function, determine the number of days in the current month and output to browser whether it is normal month or a leap month.

  Web development projects with database

Since the vast majority of web-development projects involve a database, do you think that computational activities should be performed there, or do you think they belong in the XML page or stylesheet?

  Comparing shelf software packages

Required assistance with comparing and contrasting two main off the shelf software packages that could be implemented in an organization.

  Web based scams

Web phishing, pharming and vishing are popular web based scams. Talk about currently used tools and recommended measures to defeat this kind of attacks efficiently?

  Explanation of contextual links

The most powerful hypertext capabilities is the the contextual link. Wikipedia . com is a great example of a site that utilizes contextual links.

  How architectural and protocol changes occur

Discuss how architectural and protocol changes happen, the administrative organization that oversees the technical development of the Internet,

  Traditional approaches for training professionals

Webinars and other web conferencing techniques have proved most beneficial for the provision of affordable quality corporate training.

  Internet for business

Discuss how can a business use the Internet and give at least three examples with web links demonstrating your answer.

  It influences the behavior of organizations

Information technology influences the behavior of organizations. Name one effect of Information technology implementation and long-term usage you suppose having a positive contribution and one having a negative consequence.

  Importance of a guided navigation system

Explain the use and importance of a guided navigation system and shopping cart for a website designed for e-commerce and business purpose.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd