Tuesday, 24 September 2013

methods of multiplying (and dividing, addition, and subtraction)...



I wanted to put together all the methods of doing (long) mathematics, so that I have one place to go for reference. I was going to try to write something up, but there are some fantastic resources online.

Firstly times tables tricks
http://www.mathsisfun.com/multiplication-tips-tricks.html

Multiplication
Traditional (add a zero to each subsequent line of multiplication)













Box method (boxes showing separated units, tens and hundreds, multiplied together then the parts added. This relies on knowing what to do with all the zeros when when multiplying hundreds by hundreds, etc)

Napier method (commonly used, boxes with diagonal lines)

Russian Peasant (I think this is magic, really! Relies on dividing the left side in half and doubling the right side... )

Egyption Method


Super clear explanation here:
http://www.cimt.plymouth.ac.uk/projects/mepres/book7/bk7i6/bk7_6i2.htm

Division
Traditional

Chunking (also called Partial Quotent Method)

http://en.wikipedia.org/wiki/Chunking_(division)

Monday, 23 September 2013

Programming projects

I've been trying to collect some projects I can guide my students towards when they have a little code behind them. There's a few great resources:

A Java game (put it inside a web page)
http://www.htmlgoodies.com/beyond/webmaster/projects/making-your-website-fun-with-games.html#fbid=nJO8WwbNK-5

HTML-remix
This is one of the best resources I've seen, with remix-able projects. Really friendly
https://webmaker.org/

and here
http://thimble.mozillafactory.org/ja/projects


CSS - more advanced
zen garden is a well known playground for learning CSS. You copy the shell and then hack it to your own preferences...
http://www.csszengarden.com/


HTML and CSS tutorials
http://www.quackit.com/   thanks to Luke and his dad for this one!


Tuesday, 17 September 2013

esafety

Fantastic resource to give anyone a bit of confidence tackling this issue in schools:
http://www.swgfl.org.uk/Staying-Safe/e-Safety-Movies

http://www.learn-ict.org.uk/intsafety/primary.asp

I was reminded to day of a really intriguing esafety video that I used with classes before, and then thought of the others I've used. I was recommended another which I'm determined to find... so here goes the collection



Funny and a bit shocking...


Friday, 30 August 2013

Shean Koyczan

I discovered this spoken word poet through TED. Here's his TED talk - be warned, it has some swearing in it.
http://www.ted.com/talks/shane_koyczan_to_this_day_for_the_bullied_and_beautiful.html


Here's the poem the talk is based around. It's about the effects of bullying. Its powerful and strong and makes you think.


This is the same video on Vimeo: http://vimeo.com/tothisday/tothisday


And I think we should all watch this on a bad day. It just makes you stop and think:







Sunday, 14 July 2013

Dipping your toe into CSS with HTML.

This is a fairly easy explanation of starting to use CSS as long as you are comfortable using and editing HTML files. If not then you might want to refer to my first post: http://siobhanallen.blogspot.co.uk/2013/02/html.html - though there are a million pages that can start you off too.

I wrote this for a lad that I teach who is very bright (yes, you!) but doesn't like to read the explanations very much!

I got this info from http://www.w3schools.com/css/css_howto.asp and this is a very good tutorial series http://www.w3schools.com/css/

Also, Codeacademy can't be beaten: http://www.codecademy.com/tracks/htmlcss

But this will get you started:

QUICK INTRO TO CSS – READ THIS EVEN THOUGH YOU DON’T WANT TO!!!!

CSS is a fairly new way to pull out the ‘formatting’ for a web page and keep it separate from the ‘content’ of the web page. The other good thing about using CSS is that you explain the format once, and then you just refer to that each time you want a style, rather than writing it out in full each time. Look at a cheat sheet for examples of the sorts of things you can define
There are three ways to put in CSS:
1.       Inline. This is no better than old fashioned HTML, you just write in the format for every part of the page as you need it. You have to repeat everything and it’s muddled. The only good thing is it’s more up-to-date instructions.
2.       Internal style sheet. Here, you put the formatting instructions at the top of your HTML page (inside a <style> ….   </style> instruction, and just refer up to it in the body section each time you need it.) These styles will only work in that html page.
<head>
<style>
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style>
</head>
3.       External Style Sheet. This is the best, and once defined you can refer to it from all the HTML pages in a series. You have to make a separate file, and save it like an HTML file (save as type: all files, extension xxxx.css (rather than xxx.html)). There are no HTML tags in the .css file, just the definitions.

hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}

The formatting looks tricky, but it’s very regular – once you get it, it’s very standard. Just watch those colons and semi-colons – they matter a lot!

4.       Then in the head section of the .html file, you tell it where to look for the styles (ie, the .css file)

<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>



MENU BUILDER – READ THIS TOO - IT EXPLAINS A LOT!

That’s the theory – you can get a really good example with this menu builder. Search for: html cssmenubuilder com

Choose the menu you want and work through the three options (select image, select colours, add links) until you get to export.
Here you get two choices: download or CSS/HTML on the page. If you know what you’re doing you can copy and paste those two bits, but…(and this is a great help)…
If you download, it downloads three things (zipped as one – you have to unpack them once they’re downloaded – I tried it without and it didn’t work!!!)

1.       An index.html file
2.       An Images folder – there you’ll find the menu image
3.       A CSS folder – there you’ll find the external CSS file. There’s a bit of ‘chat’ at the top, then you’ll see the li (list item) instructions etc.

The BRILLIANT thing about this is that you get to see an html file with the CSS file all working – you can build on from that using the syntax they use. It’s a really good learning tool. 

Wednesday, 10 July 2013

Run Your Classroom Like Clockwork!

Soundscapes for a calm classroom

I heard about this website last week, which has beautiful, calming soundscapes of about 7 different environments. I found it really helped quieten the class, especially listening to the garden

Looked for similar ones, and here's a few good ones:
http://www.rainymood.com/ - does exactly what it says on the tin, though I think we have enough rain...

And this one really is super! Make your own sound-mix, and very relaxing options.


Online Whiteboards


Here are two online whiteboards that you can use for free, no sign-up needed. And then you can share.
This first one, really, is BRILLIANT!! Just share the web address and you both see the same page in real time
http://awwapp.com/

This second one is slightly more flexible in what you can draw, but you have to save the screen, and the other users can only see what you have saved, not collaborate on the same screen. It says you can have up to 10 users at the same time, so perhaps I'm mistaken:
http://flockdraw.com/

Finally, a blackboard. It's cute, but not as useful, I think
http://www.myonlineblackboard.com/

Timers and stopwatches

great choice here - (you have to look past the adverts)
http://www.online-stopwatch.com/

http://www.teachit.co.uk/custom_content/timer/clock3.html

Cool and Beautiful(possibly useless) Clocks

I remember when I first found this one.
http://www.humanclock.com/

and I could watch this for hours:
http://yugop.com/ver3/stuff/03/fla.html

I've been searching for more quirky clocks, and here are a few:
http://www.cybersalt.org/images/stories/swf/clocks/ringclock.swf

http://web.developpez.com/defi/creation-innovation/horloge/fichiers/geoffray-jclockclock/
(try the chaos option!)

http://www.leogeo.com/28_timebeat.htm
cm'on, isn't that beautiful?

http://toki-woki.net/p/scroll-clock/

And I wouldn't normally just copy a link to links, but this seems to be too good to miss:
http://www.panaga.com/clocks/clocks.htm