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>

Tuesday, April 30, 2019

Responsive


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.
Search for Super Karel. What makes Karel Super?

We are starting the forth and final marking period. You will be completing the Karel Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 3 Super Karel & Loops. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute.  It is important that you do your best even when no one is watching you.

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.
Search for JavaScript. Why are you learning JavaScript?

We are starting the forth and final marking period. You will be completing the JavaScript Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 5 Functions and Parameters. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
What is a responsive Website?

We are starting the forth and final marking period. You will be completing the Web Design Course from Unit 7 Bootstrap. 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. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
<!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, April 17, 2019

Super


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 many more moves does Super Karel know? What are they?

We are starting the forth and final marking period. You will be completing the Karel Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 3 Super Karel & Loops. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute.  It is important that you do your best even when no one is watching you.

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 2 things are functions used for?

We are starting the forth and final marking period. You will be completing the JavaScript Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 5 Functions and Parameters. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
What is a responsive website?

We are starting the forth and final marking period. You will be completing the Web Design Course from Unit 7 Bootstrap. 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. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
<!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>

Monday, April 15, 2019

Welcome MP 4


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.
Search for Super Karel. What makes Karel Super?

We are starting the forth and final marking period. You will be completing the Karel Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 3 Super Karel & Loops. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute.  It is important that you do your best even when no one is watching you.

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.
Search for JavaScript. Why are you learning JavaScript?

We are starting the forth and final marking period. You will be completing the JavaScript Course in CodeHS staring where ever you left off last marking period. I will be grading from Unit 5 Functions and Parameters. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
Basic JavaScript and Graphics
MAKE SURE YOU ANSWER THE QUESTION OF THE DAY ESPECIALLY IF I AM NOT IN SCHOOL.
Search for Bootstrap. What actually is Bootstrap and what is it used for?

We are starting the forth and final marking period. You will be completing the Web Design Course from Unit 7 Bootstrap. 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. I am expecting you to work independently and complete your work on time. Your classwork will count double when you have a substitute. It is important that you do your best even when no one is watching you.
<!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>