Designing solutions through programming - January 25 2017 Lesson Notes: Difference between revisions

From Computer Science Wiki
Line 13: Line 13:
## click here to learn how to simply prevent brute force attacks against your login form: https://youtu.be/IQThd6WJ-Tk
## click here to learn how to simply prevent brute force attacks against your login form: https://youtu.be/IQThd6WJ-Tk
## and here we actually implement the lock: https://youtu.be/-ukU3wzCp18
## and here we actually implement the lock: https://youtu.be/-ukU3wzCp18
 
## click here to clean up the login_check script: https://youtu.be/rxaV5zUUilM
 


# PLEASE read the next section about assessment!!!!!!!
# PLEASE read the next section about assessment!!!!!!!

Revision as of 12:19, 25 January 2017

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
  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. You must create a working login system using bootstrap template you worked on in your last class.
  2. The file below is ABOUT what your final file should look like. If you do not follow instructions you will be confused :-)


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]