Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Budget: $40/hr
  2.  
  3. Deliverables
  4. 1. A coherent web application comprising a suite (if appropriate) of validated (HTML 5) web pages, and
  5.  
  6. You are required to design, create, test, and evaluate a web application. Your web application can be on one of the following themes:
  7.  
  8. 1- eCommerce – an application of your choice.
  9.  
  10. Your website should be interactive and demonstrate the minimal following functionality:
  11.  
  12. • Client side form validation
  13. • Login authentication
  14. • sessionStorage or similar
  15. • CRUD functionality.
  16.  
  17.  
  18. You will be assessed here on how well you have used and integrated the following web technologies into your practical assignment.
  19.  
  20. HTML/CSS.
  21. • we will be looking at the following: (i) the tags you use, how you use them, how appropriate they are to the context of their use, how you handle cross-browser problems, etc.; (ii) do your pages conform to current web standards, do they validate against the HTML5 DTD; (iii) your overall design and layout strategies.
  22. • style sheets – we will be looking at the following: (i) your use of external, document, and in-line CSS; (ii) how well you use and apply style rules, particularly on tables, divs, lists, links, forms, and paragraphs, (iii) your use of color and fonts.
  23.  
  24. JavaScript/jQuery.
  25. • we will be looking at how you use jQuery for tasks like input validation on forms, image swapping, rollovers, and manipulating elements on the DOM tree where applicable.
  26.  
  27. PHP & MySQL.
  28. • we will be looking at how you use php for CRUD operations and session management. You should not use the mysql_* api.
  29.  
  30.  
  31.  
  32.  
  33.  
  34. Marking Scheme
  35. Marks will be allocated as follows
  36.  
  37. Web Application – HTML & CSS : 45%
  38. Web Application – Client & Server Side programming: 35%
  39. RESTful Services: 10%
  40. Report: 10%
  41.  
  42. In order to access and mark your practical assignment the following conditions must be strictly observed.
  43.  
  44. 1. A zipped file of your submission should be uploaded to Moodle on or before the hand-in date – details will be given nearer the due date. The zip file should be called by your matric number (no spaces), e.g, 12345678.zip.
  45. 2. Your zip file should contain all your MySQL tables and data as exported from phpmyadmin.
  46. __________________________________________________________________________________________________
  47.  
  48. I have done the HTML part but i need some funtnctionaliteis to be applied on my website such as :
  49.  
  50. Session storage:
  51. Authentication (Login/Out):
  52. New Account (Register):
  53. My purchaces and Checkout:
  54. SQL tables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement