Discuss the process of producing the web site

Assignment Help Computer Engineering
Reference no: EM13310479

Assignment Task 1

Task Description

Designing a Web Site on a Topic of the Student's Own Choice
A written assignment designed to ensure that you meet the learning outcomes.
You are to provide a written solution to all four parts of the assignment.

1. Students are required to

• Select a topic to form the basis of a web site, the topic to be agreed with the tutor. Task 2 will be to build this web site.
• Specify the target audience and overall objectives for the web site.
• Produce a detailed design of the web site (as specified below).
• Define how the web site will be both tested and evaluated.
• Discuss the process of producing the web site.

2. When built, the web site will achieve the following:

• The use of HTML code to format and display text and pictures within the site.
• The use of both graphics and hypertext links to allow effective navigation between different pages within the site; effective navigation between different sections of a page (if appropriate); and links to external web sites.
• The use of appropriate Java applets and scripts within the page.
• Provision of the means of appropriate interactive response(s) with the user. This may include one or more of the following: access/interaction with a database; use of forms; provision of e-mail or any other appropriate mechanism(s).

3. The student's discussion of the process of producing the web site should include the following:

1) A definition of the sort of users that would be expected to access the site. This should incorporate a description of any special provision needing to be made to make the site usable for disabled users (if that is appropriate).
2) A list of the objectives that the site is designed to achieve.
3) A discussion of how the target audience would be attracted to the site.
4) A critique of one or more other comparable sites, with discussion of the similarities and differences between the other site(s) and the student's design.
5) A diagram (or site map) showing how the different pages within the web site will be linked, together with a diagram showing how files within the site are organised.
6) A description of both server and client-side computer facilities needed.
7) A discussion of security and site maintenance issues as they apply to the site.

4. Documentation should include:

1) A site map, together with a description or listing of how files are organised.
2) Story boards/descriptions of each page that is intended to be part of the site.
3) A test plan showing how the site will be tested, and what data will be used in the testing process.
4) A discussion of how the site will be evaluated.
5) A short report (up to 600 words) describing how the site will be maintained and discussing how its security will be enforced.


Task 2
Assignment Description

Building a Web Site on a Topic of the Student's Own Choice

1. Students are required to
• Build the web site designed and specified in task 1.
• Outline any changes made to the design produced in task 1, explaining why those changes were made.
• Report on the testing and evaluation carried out on the web site.
• Demonstrate the site produced to the subject tutor.
• Describe any envisaged future enhancements.
• Describe what steps they would take to enable their site to be found by search engines.

2. The web site should have achieved the following:

1) The use of HTML code to format and display text and pictures within the site. Web page design software (such as Dreamweaver) may be used in the production of some code, but at least three pages must be produced using a simple text editor (such as Notepad).
2) The use of both graphics and hypertext links to allow effective navigation between different pages within the site; effective navigation between different sections of a page (if appropriate); and links to external web sites.
3) The use of appropriate Java applets and scripts within the page.
4) Provision of the means of appropriate interactive response(s) with the user. This may include one or more of the following: access/interaction with a database; use of forms; provision of e-mail or any other appropriate mechanism(s).

Documentation should include:

1) An updated site map and description or listing of how files are organised, together with an explanation of any changes to the initial design that have been made. Third party material, such as Java applets and scripting code may be used (with the permission of the original creators).
2) A listing of the code for all pages within the site.
3) References and acknowledgements given for all third party material used.
4) A list of the test results.
5) An evaluation of the success of the site.
6) A discussion of any future enhancements/modification to the web site that are envisaged.


Attachment:- 323584_3_The-Design-and-Planning-Stage-1.doc

Reference no: EM13310479

Questions Cloud

Compute the final molarity of acetate anion : Calculate the final molarity of acetate anion in the solution. You can assume the volume of the solution doesn't change when the ammonium acetate is dissolved in it.
Calculate the bending moment under each load at midpoint : write a computer program and use it to calculate the bending moment under each load and at the midpoint c of the beam for values of x from 0 to 24 ft at interval delta x = 1.5ft
Find which lens should he use as the objective : A professor shipwrecked on Hooligan's Island decides to build a telescope from his eyeglasses and some coconut shells. Which lens should he use as the objective
Explain what is the role of dichloromethane in an oxidation : What is the role of dichloromethane in an oxidation reaction where a cyclohexanol is oxidized by bleach into a cyclohexanone
Discuss the process of producing the web site : A definition of the sort of users that would be expected to access the site. This should incorporate a description of any special provision needing to be made to make the site usable for disabled users (if that is appropriate).
Determine principal stresses and the absolute shear stress : the stress at a point is shown on the element. Determine the principal stresses and the absolute maximum shear stress.
Explain the appropriate noble-gas core abbreviations : Write the condensed electron configurations for the following atoms, using the appropriate noble-gas core abbreviations. In order of increasing orbital energy. a) U b) Pb
State standard free energy of activation of another reaction : The standard free energy of activation of another reaction B is 78.70 kJ mol-1 (18.81 kcal mol-1). Assume a temperature of 298 K and 1 M concentration. By what factor is one reaction faster than the other. Which reaction is faster
How many acres in size would an aerated lagoon need : A small town produces 0.15 MGD of wastewater. How many acres in size would an aerated lagoon need to be to treat this wastewater assuming a depth of 8 ft. and a detention time of 6 days

Reviews

Write a Review

Computer Engineering Questions & Answers

  Describe python modules and packages

Describe Python modules and packages

  Provide a technical overview of dhcp on server 2008

Explain the concept of a domain and detail how this is accomplished within a Microsoft environment. Please be sure to provide sufficient detail including the various components like DNS, DHCP, etc.

  Write program that creates an array of q integers

write down program that creates an array of Q integers

  New core of modern business

Evaluate the concept that IT is becoming the new core of modern business. How might you justify or negate this assertion? Offer your informed opinion on how a company's use of IT might be used as an indicator of its overall success.

  Converting the skip list l into binary search tree t(l)

Any skip list L can be converted into binary search tree T(L)as follows: The root of T(L) is considered as the leftmost node on the highest non-empty level of L the left and right sub-trees.

  Converting the sum of elements of array into octal format

Provided an array of ints named x and an int variable named total that has already been declared, write down some code which places the sum of all the elements of the array x into total.

  Calculate the mortgage payments

A program written in Java (without a graphical user interface) that will compute and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75? interest.

  Discussing code segments

Consider the following declarations (that are used in order to process singly-linked lists as explained in this section).Explain what will be displayed by each of following code segments or discuss why an error occurs.

  Variables reduce unnecessary comparision in a bubble sort

when merging 2 files, what condition terminates the main loop of the program.What type of variables can be used to reduce unnecessary comparision in a bubble sort.

  Define the facts they have learned simultaneously hold

An efficient algorithm is proposed to do this: either it produces proposed dates of birth and death for each of the n people so that all facts hold true, or it reports (correctly) that no such dates can exist. That is the facts collected by the sci..

  Why you believe your solution would solve two mens problem

Consider this scenario: Mr. Brown and Mr. Green have argued several times about which one of them has the slowest horse. They have swapped stories, each telling of the races his horse has lost, but each man also has failed to convince the other th..

  Write down functions to calculate the mean, variance

If x denotes the mean of a sequence of numbers x1, x2,.....xn, the variance is an average of the squares of the deviations of the numbers from the mean, and the standard deviation is the square root of the variance.

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