Monday, April 13, 2020

10 hours of CODE




LEARN to CODE
10 hours of CODING 
 Choose an online programming site 
 Recommendations
1.
https://www.khanacademy.org
Intro to JS: Drawing & Animation!
I quite like this one. Work until you get past "Text and Strings".
2.
https://www.codecademy.com
Introduction to HTML
Some of this code can be used on your blog!
3.
http://drawingincode.com/
The Basic Cityscape
Flappy Square
looks a lot like Actionscript used by Adobe Animate- I like it.


How will you be marked?
Each hour - for 10 hours- you will make a BLOG post of what you did that hour. This will include screen shots. You will also write about what you learnt that hour. Give examples. e.g. How to do something, a new piece of code, how difficult something was. Then you will indicate what you will be doing the next hour. Add a link to the exercise. CODE for about 45 minutes then finish up by posting for the last 15 minutes. It is best to code and blog at the same time. This way you can capture images, gifs and thoughts as you work.

Use these titles:
What I DID this hour 
What specific things I LEARNT 
What I will do next hour
...each hour is a separate post...

example - html
example post- html

Draw and animation example post


opaque background in the table!  uses RGB colors
the .8 is the opaqueness value between 0 and 1-where 0 is invisible  and 1 is a solid color
<table border="1" bordercolor="yellow" style="background-color: rgba(111, 144, 211, .8);" >
background-image - get link to image off the internet
<div style="background-image: url('https://images.pexels.com/photos/951240/pexels-photo-951240.jpeg');">
</div>



Thursday, April 9, 2020

Tuesday, April 7, 2020

Tuesday - still waiting

Tuesday - still waiting

As it stands 
6 people have joined Microsoft Team for Block B and 
4 for Block D


Please check your email and take a moment to join.  Should you not join then at least look here for instructions and I will look to your blog for results...just like before.

On Monday, we will most likely start coding.  I would like to use TEAMS for any sort of communication you may require regarding the assignments.  
ZOOM is not FOIPPA compliant so you are not allowed to use it.

Monday, April 6, 2020

NOT YET

NOT YET


As it stands we are not authorized to hand out work.

So, for now, try logging onto your Office365 account using your langleyschools.ca email address.

from there choose TEAMS

I will send out an email with the code required to get into the correct 'TEAM'.

Once everyone is there I am thinking of doing something graphical.

I realized no one has Photoshop so it may be with an online drawing tool...there are many.

noSketchUp Lesson 6 - LOGO

noSketchUp Lesson 6 - LOGO - no use of sketchup!- In this exercise you need to: 1. (PNG) Draw a Design -or- Create a LOGO -or- m...