Designing Solutions Through Programming
Tuesday 1 September 2020 - Block 2
← previous note | most current note | next note →Daily Note
Learning to code & accepting input
IF (today == testing_day_for_me) {
remember to go get tested!;
}
IF (this_block == first_block_day) {
read_daily_bulletin;
}
IF (today == Friday) {
current_event_activity();
}
The plan for our class:
- Please read and follow these reminders:
- Always start every class by reviewing our daily notes
- This short video will help you remember how to use moodle
- Please check now: am I connected to the American School of Warsaw wireless network?
- Please check now: is visual studio code working from my programming folder?
- You will provide feedback for our daily notes system using this google document.
- We will review:
- IDE (integrated development environment)
- IDE's have line numbers to help you organize your code and discuss code with friends
- Syntax highlighting is a way of coloring different reserved words so they are easier to read
- Syntax highlighting also helps you identify errors
- Autocomplete will help you by filling in functions, variables, and other identified names, so you don't have to type the whole thing (and avoid misspelling)
- HTML
- HTML element
- opening tag
- closing tag
- content
- attributes
- block vs in-line tags
- anchor tags
- HTML element
- IDE (integrated development environment)
- We will learn:
- we will learn about the image tag
- We will learn about common attributes
- height: sets the height
- width: sets the width
- title: helps people with visual issues understand the image
-
https://raw.githubusercontent.com/mdn/beginner-html-site/gh-pages/images/firefox-icon.png
-
- We will learn about common attributes
- we will build a webpage for a club
- You will need the following links for this page:
- https://www.mvtimes.com/mvt/uploads/2016/08/skillet-toss_1.jpg
- https://www.mvtimes.com/2016/08/24/cookware-dust-fly-ag-fair-skillet-toss/
- https://www.mvtimes.com/mvt/uploads/2016/08/skillet-toss_7.jpg
- You will need the following links for this page:
- we will discuss some questions with HTML:
- how do we best style HTML?
- how do we best layout HTML?
- how do we ask a user for input?
- we will introduce input types
- we will learn about the image tag
- We will review our learning
Statement of Inquiry
The big idea for today is Web science.
The essential questions for this topic are:
What is the web, really? How is the web made? How do we design and build web-based applications?
It takes time to explore and really understand a big idea. If you want to
learn more about
web science (which is connected to today's daily note),
please click here
.
We are learning this because as a designers must understand scientific and technical innovation. Designers use systems, models, methods, and processes to solve problems.
Our learning
This is a beta feature. Please let me know if you have any feedback.
Please click here to reflect on our learning for today's class.