Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Homework Help/Study Tips Expert

Develop an electronic Web portfolio, using a plain text editor.

1. Task Description

Develop an electronic work portfolio for yourself, which demonstrates your skills in as many relevant areas (of your degree) as possible.

The portfolio should contain:

- Homepage that introduces you to possible employers.
- Resume - listing personal details, education, experience (work), qualifications, hobbies, other relevant information (these could be shown on separate pages if desired)
- Examples of your work/skills in four (4) different areas. Some examples:
o Design examples
o Graphics production and preparation
o Written and spoken communication skills
o The ability to work as part of a team and independently
o Project management
o Skills required by employers in your field of study.

Each skill area should include examples of your work which may be in the form of text, graphics, links to working projects or screen shots of projects.

Design Issues:
- Your design should fit a screen resolution 1024 x 768 (allow for toolbars and scrollbars). You will need to research the actual working space available for your content.
- Think about your design carefully. The site will need to be consistent throughout.
- Navigation is one of the most important issues. Carefully plan your navigation on paper first. Think about using a template for your main navigation to keep it consistent and understandable.
- Decide on an overall theme.
- Include in your design the colours for text, backgrounds, etc.
- Keep fonts consistent.
- Will there be different colour schemes used on unrelated pages?
- Include all of this information in your design document.
- If there are a number of images on a page, decide on the dimensions during the design phase. It is best to make them a consistent size.
- Take care with your button size designs and banners / headings so that they do not "take over" the page.
Development Issues:
- Try to avoid scroll bars where possible. Definitely do not require scroll bars to view all of your navigation menu (check at 1024 width in a browser).
- Do not let the menu width take over the page and reduce the available space for the information. You should view lots of websites on the Internet to get ideas.
- The website must be written in HTML5 using only a text editor (NotePad++ recommended).
- The assignment must validate HTML5.
- Check the DOCTYPE statements to ensure correct validation.
- The website must have Meta tags and a relevant page title on each page (search-engine ready).
- Ensure that every graphic file has been reduced to the correct size in a photo editing program, not just reduced in size in the code.
- Excessive file sizes will lose marks (see unit notes for file size limits) unless your users are given a choice to open the file (i.e. by using a link on a thumbnail).

Topic 9 Continuous Assessment
During this session your major assignment (see Assignment 3 specifications) will be to build a personal portfolio website to demonstrate your life/business/IT skills. Each of topics of the study guide will bring you closer to being able to produce this website. This topics continuous assessment forms part of your major assignment (assignment 3) due in week 12.

In the last two topics (topic 8 & 9) you have examined HTML forms and JavaScript. Now is the time to combine these skills. You will design and build a a HTML5 form for a hypothetical King's Music Store website (you are displaying it as part of your web design skills in the major assignment). The form is for users to sign up for an email newsletter from the site.

The form will:
- Open in a new window (or tab) from your web_skill.html page
- Use the "post" method
- Target http://infotech.scu.edu.au/cgi-bin/echo_form in the form action
- Be styled using "Pure" CSS (p. 421 Felke-Morris)
- Welcome the user "onload" with an alert ("Welcome to the Kings Music Store - Newsletter Signup")
- Contain user instructions (what required fields etc.)
- Contain the following fields:
o Text field maximum size 60 - First Name (required - DO NOT use the HTML5 required field - this will be checked by JavaScript onsubmit)
o Text field maximum size 60 - Last Name (required - DO NOT use the HTML5 required field - this will be checked by JavaScript onsubmit)
o Text field maximum size 60 - Email Address (required - use the new HTML5 email address element - it checks for a single @ in the address)
o Age as a radio button group divided into age ranges as follows: 15-25, 26-35, 36-45, 46-55 and 55+
o 10 checkboxes for the user's musical taste (what music does the person like).
Heavy Metal, Country and Western, Classical, Rock & Roll, Pop, Folk, Blues, Jazz, Disco and Opera
o Text area (for the user to inform the shop of any further type of music they are searching for) with a minimum size of 60 cols and 3 rows.
o A submit button and a reset button.
"onsubmit" the form will verify that both name fields are NOT empty strings - if a field is empty the user should be informed (via an "alert") and the form should be prevented from submitting to the infotech server.
Additional video resources are available to assist you. See the How-to Video folder in the MySCU site for this unit. Of

particular use to you for this topic are:
- Some Basic JavaScript
- JavaScript Validation Part 1
- JavaScript Validation Part 2

On the textbooks companion website located at:
http://www.pearsonglobaleditions.com/Felke-Morris
Is a VideoNote that may be of assistance to you it is:
- JavaScript Message Box

Topic 10 Continuous Assessment
During this session your major assignment (see Assignment 3 specifications) will be to build a personal portfolio website to demonstrate your life/business/IT skills. Each of topics of the study guide will bring you closer to being able to produce this website. This topics continuous assessment forms part of your major assignment (assignment 3) due in week 12.

Examine the pages that you have built so far for these continuous assessments and your major assignment. Have the issues examined in this chapter changed your mind about the structure/content of your pages?

List the changes you have made to your major assignment and the issue that caused you to change it. Include a page on your website portfolio (as part of assignment 3) titled website_issues.html on this page list at least 3 changes made to your site addressing the issues discussed in this chapter. Provide a reference and a brief explanation to support each item. Following is an example of what is expected.

1) According to Yick & Gupta "wearing a white ribbon in one's hair is considered bad luck" for Chinese people. Therefore I changed photo of girl with white ribbon to one with a red ribbon.

Yick, A.G. and Gupta, R., 2002. "Chinese Cultural Dimensions of Death, Dying, and Bereavement: Focus Group Findings", Journal of Cultural Diversity, Vol. 9, No. 1, pp.32-42.

Note: that the website_issues.html page should only be accessible from your web skills page.

Topic 11 Continuous Assessment

During this session your major assignment (see Assignment 3 specifications) will be to build a personal portfolio website to demonstrate your life/business/IT skills. Each of topics of the study guide will bring you closer to being able to produce this website. This topics continuous assessment forms part of your major assignment (assignment 3) due in week 12.

Examine the requirements for hosting your portfolio. Write a short report that:
- provides the names of three Web host providers
- the monthly cost for hosting by each provide;
- the software offered, e.g. PHP, ASP
- the storage space available
- the stated reliability of the host, e.g. mean hours uptime

- provide a summary and recommendation

Which hosting site would you chose? Why? You should use a table to present the above material. Note that the text contains a similar type table (Felke-Morris, table 10.1 p468).

Include this report on the website_issues.html page of your major assignment. Remember that this page should only be accessible from your web development skills page.

Topic 12 Continuous Assessment

During this session your major assignment (see Assignment 3 specifications) will be to build a personal portfolio website to demonstrate your life/business/IT skills. Each of topics of the study guide will bring you closer to being able to produce this website. This topics continuous assessment forms part of your major assignment (assignment 3) due in week 12.

Add at least description meta tags to your assignment 3 site. This will better prepare your site for search engines.

Attachment:- Assignment_2016.rar

Homework Help/Study Tips, Others

  • Category:- Homework Help/Study Tips
  • Reference No.:- M92048233
  • Price:- $150

Guranteed 48 Hours Delivery, In Price:- $150

Have any Question?


Related Questions in Homework Help/Study Tips

As the authors of your course text emphasize motivating

As the authors of your course text emphasize, motivating employees should be a goal of all center directors because motivated employees are more likely to maintain a standard of excellence in the workplace. How can direc ...

Question assume you were in charge of the risk management

Question: Assume you were in charge of the Risk Management functions at Notre Dame at the time of the accident that claimed Declan Sullivan's life. a) What five (5) things would you have required to take place in order t ...

Iq and adaptive behavior assessmentscompare and contrast

IQ and Adaptive Behavior Assessments Compare and contrast the features and uses of IQ tests (WISC-IV, SB5) and Adaptive Behavior Scales such as the Vineland. a) In which areas do the tests overlap?How are they different? ...

Question imagine that some of your colleagues mention using

Question: Imagine that some of your colleagues mention using cognitive behavior therapy, dialectical behavioral therapy, acceptance and commitment therapy, and reality therapy. Your colleagues continue to say that based ...

Instructionsthis competency includes a short-answer

Instructions This Competency includes a Short-Answer Assessment. Write your response to each prompt below in the space provided. Beneath the prompts is the Rubric which will be used by the Competency Assessor to evaluate ...

Questions 1 bioethics case study this assignment asks you

Questions: 1. Bioethics Case Study: This assignment asks you to examine a current ethical controversy case study. The paper is informal, but should be in APA style, and does not need an abstract or cover page. With a min ...

Risk assessmentan intruder attack can be labeled mild or

Risk Assessment An intruder attack can be labeled mild or serious. An intruder attack is labeled serious when an individual accesses confidential data, performs unauthorized modifications to data, or disrupts the system. ...

Assignment finalize literatureinformation sources reviewin

Assignment : Finalize Literature/Information Sources Review In this assignment, you will be finalizing your Literature/Information Sources Review for your dissertation or applied research study. After this module, you on ...

Question record keepingfor your initial post to this

Question: Record Keeping For your initial post to this discussion, briefly describe the record-keeping practices that are used at your current fieldwork site. How does the site collect and store information about clients ...

Question refer back to the week 2 company hoosier media inc

Question: Refer back to the Week 2 company, Hoosier Media, Inc. Your consulting firm is now ready to present suggestions regarding the strategic plan of Hoosier Media, Inc. In a 10- to 20-slide presentation with speaker ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As