Designing solutions through programming - January 24 2017 Lesson Notes

From Computer Science Wiki
Revision as of 15:06, 23 January 2017 by Mr. MacKenty (talk | contribs) (Created page with " __NOTOC__ <table cellspacing="10" style="width:100%;"> <tr> <td style="width:50%; margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
  1. http://85.90.244.131/bm/bootstrap_form.html
  2. please look at THIS page for your output: http://85.90.244.131/bm/exercise.php

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 2 files, bootstrap_form.html and example.php
  2. Your input and output must be MINIMALLY what Mr. MacKenty provided
  3. You MUST email Mr. MacKenty with an answer to the question about what the column grid does. (stuck? click here)
  4. Want a little more points? Please create a form that asks more questions about exercise and echoes the user input.

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]