User:Michael Murtaugh
Revision as of 14:56, 1 April 2013 by Michael Murtaugh (talk | contribs)
Hello.
File:Jimmy Wales answers the question about internet censorship in China.ogv
File:Apple Macintosh Plus mouse.jpg
<video src="http://automatist.org/video/ipad.melt.webm"></video>
We talked about how to add numbers today.
<canvas width=500 height=300 showsrc=true> function draw() {
c = document.getElementById("canvas"); p = c.getContext('2d'); x = 10; while(x<300) { p.strokeRect(x, x, 20, 20); x += 20; }
} </canvas>