PHP网页设计代写 | Assessment 2: Solution, Implementation and Testing

本次新西兰代写主要为PHP网页设计的assessment

The assignment will be marked on the following criteria:

 

  1. The degree to which you have met the basic requirement and the suggestions for extra credit.
  2. Evidence of a sensible design for the different elements of the solution (technology, software, database, overall architecture, testing).
  3. Evidence of effective implementation.
  4. Evidence of understanding of principles of good design.
  5. Evidence of understanding of good software development practises and processes.
  6. Evidence of understanding of underlying theory.

 

 

Stage Topic Basic Requirement

This is what you need to do to earn a passing grade (e.g. C), if done to a high standard across all topics, and described well in your report.

Suggestions to Gain Extra Credit

If you want an A or high B, you will need to do something more than the Basic Requirement.  Additional work that will gain extra credit may include a better explanation and/or stronger justification with reference to literature, or extended functionality such as that listed below.

What to submit

Your submission should consist of:

Report

Poster

Digital Files

Tutorials Resources
Technology Selection 1.2 Web site technologies Select the technologies that you will use for your web site.  Your web map will sit within a web site, which will contain information that is not location-based (e.g. company, contact, information relevant to your site).  Your web site functionality must include at least:

●       Additional pages of relevant information (other than the map) – e.g. if your map shows plant locations, you may have information about plant species

●       A menu to switch between the map and other pages of information.

●       A help page, containing user documentation from Assessment 3.

Use academic literature (e.g. papers from Google Scholar – but make sure cite them properly) to justify your technology selection. In your report, include a written comparison of the different options, covering advantages and disadvantages of each (you can do this in tabular form if you prefer), and explaining which technologies you have selected and why.   You can select any open source web site technologies.  Very basic web sites can be created using HTML.  Common technologies for additional functionality beyond that offered by HTML are php and javascript.
Web Page Implementation 4.1 Create a web page for your site Create a web site to contain your map and to provide additional information to support your map.  Implement the required functionality:

●       Additional pages of relevant information (other than the map) – e.g. if your map shows plant locations, you may have information about plant species

●       A menu to switch between the map and other pages of information.

●       A help page, containing user documentation from Assessment 3.

Add additional functionality to your web site.  For example (but not limited to):

●       Search tool (to search content of non-map part of web site).

●       Tools for adding comments, links to social networking.

A form for submitting new data that can be added to the map (crowd-sourcing).

In your report, include:

● An explanation of the method you used to generate your web site.

● An explanation of how your site meets the requirements of your defined in Assessment 1.

 

Using html, css and php to create a search tool Course materials for 158.258

There is also a vast array of material on the web site about creating a basic web site.

If you are not a confident programmer, the easiest way to implement a web site is to use html and css, with php for more interactive functionality (e.g. search).

Note that web sites that will generate a web application for you (e.g. wix, wordpress) are not permitted for this course.

4.2 Design the graphic aspects and layout of your map Consider the graphic design aspects of your web site, including layout, colour, shading, font size.  Create a site that is easy to read and pleasant to look at, and within which the map is integrated. Undertake background research on good web site design, reviewing academic papers and user interface/web design texts.  Refer to this in your justification. In your report, include:

● Justification of your graphic design.  Why do you think this is the best way to design your site?

● An explanation of how your site is designed in a way that meets the requirements your defined in Assessment 1 and promotes usability.

  Course materials for 158.359
4.3 Explain the architecture or your site Describe your site architecture (overall design of components).   In your report, provide a summary of the software architecture of your source code.  Explain the main components (classes, configuration files, etc.).  Diagrams can be useful.