Designing solutions through programming - January 25 2017 Lesson Notes

From Computer Science Wiki

Class plan.png What are we going to learn today?[edit]

  1. You must finish your login system from our previous class
  2. We are going to ADD some functionality to your application, so don't go on to the next step until you have the system working as described.
  3. Watch this video and ensure your PHPStorm connection settings are correct. Pay attention to detail. https://youtu.be/mm1pnvjgxgU
  4. the instructions to setup a login system are here: click here please.
    1. click here to learn about headers: https://youtu.be/OzqVC_YN6KM
    2. click here to learn how to show the name of the logged in user: https://youtu.be/V-1Lh6-QqLU
    3. click here to learn how to simply prevent brute force attacks against your login form: https://youtu.be/IQThd6WJ-Tk
    4. and here we actually implement the lock: https://youtu.be/-ukU3wzCp18
    5. click here to clean up the login_check script: https://youtu.be/rxaV5zUUilM
    6. We can now customize content based on the status of a user: https://youtu.be/bWkFa3p6M-c
    7. let's make something actually useful: https://youtu.be/JzK5xNs7xZw
  1. PLEASE read the next section about assessment!!!!!!!

Homework.png What is our homework?[edit]

  1. It is time for you to dedicate at least 30-45 minutes every evening to working on your app.


Target.png How am I being assessed today?[edit]

  1. If you do not email me a link to your file you will not a get a grade on this, which would be a sad day for you.


Ourstandards.png Standards we are covering today[edit]

Computer1.png As a computer scientist, you have:[edit]

  • Confidence in dealing with complexity
  • Persistence in working with difficult problems
  • Tolerance for ambiguity
  • The ability to deal with open-ended problems
  • The ability to communicate and work with others to achieve a common goal or solution

Credit.png Credits[edit]