Friday, May 3, 2019

For Loops


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Why are for loops used when writing code?

Karel Course in CodeHS
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
What is the difference between adding and calling a function?

Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Where do you add Bootstrap on your webpages?

Please make sure that you complete the STARRED Activities FOR EACH ASSIGNMENT. I WILL CHECK THEM, IF THEY ARE GREEN TO SEE IF THEY ARE CORRECT.
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

        <!-- Bootstrap JavaScript -->
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
    </head>
    <body>
        <!-- Your HTML code here -->
    </body>
</html>

Thursday, May 2, 2019

Comments


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Why are comments used when writing Code?

Karel Course in CodeHS
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
When do you want to create a function when writing code?

Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
How do you get Bootstrap on your Web pages?

Please make sure that you complete the STARRED Activities FOR EACH ASSIGNMENT. I WILL CHECK THEM, IF THEY ARE GREEN TO SEE IF THEY ARE CORRECT.
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

        <!-- Bootstrap JavaScript -->
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
    </head>
    <body>
        <!-- Your HTML code here -->
    </body>
</html>

Wednesday, May 1, 2019

Functions


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
How does Super Karel make writing code easier?

Karel Course in CodeHS
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
What are 2 reasons for using functions when writing code?

Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Compare responsive and unresponsive websites. Which type do you think is better? Give at least 2 facts to support your answer.

Please make sure that you complete the STARRED Activities FOR EACH ASSIGNMENT. I WILL CHECK THEM, IF THEY ARE GREEN TO SEE IF THEY ARE CORRECT.
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

        <!-- Bootstrap JavaScript -->
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
    </head>
    <body>
        <!-- Your HTML code here -->
    </body>
</html>