Skip to content

Instantly share code, notes, and snippets.

View JohnReeves's full-sized avatar

John Reeves JohnReeves

View GitHub Profile
@JohnReeves
JohnReeves / littlebits.md
Last active January 1, 2018 16:06 — forked from daniellevass/littlebits.md
littlebits hack day @ bristol

1 starting

Firstly, using terminal install YQL and request if you don't have it already:

npm install request
npm install yql

Create a new .js file - make sure you can navigate to it with the terminal prompt to run.

@JohnReeves
JohnReeves / 0_reuse_code.js
Created January 16, 2016 05:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@JohnReeves
JohnReeves / webprogramming_space_1_5.md
Last active June 1, 2020 14:40 — forked from daniellevass/webprogramming_space_1_5.md
Web Programming Space Worksheet 1.5

Space Worksheet 1.5

alt text

You need to find the repl.it link for the solar system that you made last week - if for whatever reason you can't or you have lost it I have made you a starting jsfiddle - you will need to copy it into your repl.it before you start!

Task 1 - Hex Colours

There are many ways to represent colours with computers - we've been telling our svg shapes to be "red" or "yellow" or "green" - this isn't great if you want a specific colour green!

Space Worksheet 2

alt text

Task 1 - Setup

  • Either find your repl.it from last week (you need at least 1 planet to start this worksheet)
  • Or use my JSFiddle (please open in a new tab in Google Chrome)

Enable jQuery

Space Worksheet

alt text

Task 1 - Create your Sun

  • open repl.it in a new tab (preferably using Google Chrome)
  • create a new html/javascript/css project
  • add these lines in the body of the HTML file (index.html)