Coding with Chrome is a new Google application that's built to help people learn how to code. It supports Blockly, CoffeeScript, Pencil Code, and JavaScript. It's free to download and works right your the Chrome browser. I've been working on some educational material for the new application. One of the things I really like about it is that it provides a really simple drawing API so you can easily code shapes and drawings instead of starting off with the command line. Since the application gives you an immediate response, you're able to experiment and see how changing your code affects the picture on the screen. Here's what I've learned about the basic drawing API. You can download this file and try experimenting with the code yourself. /* * draw.clear() clears the screen. */ draw.clear(); /* * draw.point(x, y, color, size) draws the specified point on the screen in the * specified color. * * @param {number} The X-coordinate for the p
gadgets, technology, teaching, jobs, cameras, and other geek stuff