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

From Computer Science Wiki
No edit summary
Line 10: Line 10:
## Make sure you have this form  http://85.90.244.131/bm/bootstrap_form.html
## Make sure you have this form  http://85.90.244.131/bm/bootstrap_form.html
## Make sure you have an output page for your output, like this one: http://85.90.244.131/bm/exercise.php
## Make sure you have an output page for your output, like this one: http://85.90.244.131/bm/exercise.php
## watch this video to see a overview of our objective: https://youtu.be/uBF64QtdkG0


What is different with this page than what you normally do is we are MIXING php and HTML.  
What is different with this page than what you normally do is we are MIXING php and HTML.  

Revision as of 16:00, 23 January 2017

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

  1. I am out sick today. Again. Blech.
  2. Follow these instructions
    1. Watch this video and ensure your PHPStorm connection settings are correct. Pay attention to detail. https://youtu.be/mm1pnvjgxgU
    2. Make sure you have this form http://85.90.244.131/bm/bootstrap_form.html
    3. Make sure you have an output page for your output, like this one: http://85.90.244.131/bm/exercise.php
    4. watch this video to see a overview of our objective: https://youtu.be/uBF64QtdkG0

What is different with this page than what you normally do is we are MIXING php and HTML.

  1. please copy both files. Note the bootstrap template is very simple.
  2. please create an additional conditional that tests if the user entered "video games" as exercise. If so, your program should be "nicely sarcastic" that video games is not exercise!
  3. You must answer the question about what the grid row means:
<div class="col-md-8 offset-2">
  1. PLEASE read the next section about assessment!!!!!!!

Homework.png What is our homework?[edit]

None.


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.

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]