Describe, exemplify and implement low-fidelity prototype from wireframe design
1302. AH CS - H Recap - User Interface Design
Read and understand designs of server-side processes at this level, using the following techniques: structure diagrams, pseudocode
Exemplify and implement the design of server-side processes using pseudocode
Implementation - CSS
Describe, exemplify, and implement responsive pages using the following media queries: media type: print, screen; media feature: max-width
AH Web Development - CSS Media Query
Implementation - HTML
Describe, exemplify, and implement form elements including: FORM element: action - method (get and post); INPUT, SELECT and TEXTAREA elements: name, value; TABLE element: th, tr, td
AH Web Development - HTML
Implementation - PHP
Describe, exemplify, and implement coding of server-side processing to: assign form data to server-side variables: $_get(), $_post()
C81677 408. WDD - PHP variables
Describe, exemplify, and implement coding of server-side processing to: open and close connection to database server: die(), mysqli_connect(), mysqli_close()
AH Web Development - Connecting to a DB using PHP
Describe, exemplify, and implement coding of server-side processing to: execute SQL query: mysqli_query(); format query results: echo, mysqli_fetch_array(), mysqli_num_row()
AH Web Development - Accessing results of a DB query
Describe, exemplify, and implement coding of server-side processing to: assignment, repetition and selection using server-side local and global variables; sessions: session_start(), session_destroy()
Testing
Describe, exemplify, and implement the following: integrative testing; usability testing based on prototypes; final testing; end-user testing
Evaluation
Evaluate solution in terms of: fitness for purpose; maintainability: perfective, corrective, adaptive; robustness; usability