Skip to main content

Posts

Showing posts from August, 2018

Internet Safety

" Visit   only   safe   websites.   Stay   away   from   sites   with  flashing   pictures,  bright   colors,   and  messy   ads.  Does   the   site   make   you  uncomfortable?   If   so,   leave  the   site   right   away . [1]" "Do you want to meet an online friend in person? Never do this without a parent’s permission. If you do meet someone, take an adult. Meet in a busy place like a library. [1]" "You can use Incognito Mode in the Chrome browser on your computer, tablet, or phone to browse the web privately. In Incognito Mode, the pages you visit and files you download aren’t recorded in Chrome’s browsing or download history. [2]" But what you share and who you share it with can end up saying a lot about you.   "To help create the best version of your story online, it’s good to know our first tip: think before you share. [3]"   "What’s this mean? That anything you post online, any message, picture, status update or blog post has the po

How to use google tasks

Open gmail or google docs Click tasks Click "Get started" Use google tasks! Notes: This was tasted with a Asus Chromebook, so if it not works, contact me useing the form You need to use the new gmail You can use the app (For iOS) [contact-form subject="Your issue?"][contact-field label="Name" type="name" required="1" /][contact-field label="Email (Google email)" type="email" required="1" /][contact-field label="Website" type="url" /][contact-field label="Comment" type="textarea" required="1" /][contact-field label="Email" type="email" required="1" /][contact-field label="What are you on ?" type="select" options="Google Docs,Gmail,App" required="1" /][/contact-form]

Useing Loops

Useing loop in coding It's faster then useing functions In Swift Playgrounds it is repeat   { code }  while condition Say you wanted a robot to walk 15 times, You can add a loop doing it 15 times      

Coding 3

In coding, there is a way to make code into code, Like this: yourCode(); Make it To make it, here's what you do: Enter this: function yourName "Your code gos here" To run "yourName" Enter yourName as code  

Coding 2

Computer use binary, Binary use 0s And 1s Like this:010010101010100101010 It can be use to make pics, text, music, numbers, math, Like Tommy is 010101001010101010101010101010010101011001010101010 1 in binary is 0000001 1 + 2 = 3 in binary is 1000001 A song in binary is 01010101010101101010      

Coding 1

In coding, there is a way to save text, It saves text as code, Like this: text(); how to code it Add this to your code: var yourName; = "Your text is here"