Translate

Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

The Documentation For s2-pi has been updated and can be found here:


To install the demo code either type:

sudo pip3 install s2-pi


Or

Xi

The Next GenerationScratch 2.0 Hardware Interface For Arduino, Raspberry Pi, and BeagleBone Black


              Click here to see the proof of concept results and video demos.



Some Really Neat JavaScript Graphics


Source code is also available here.


.



3D Game Programming for Kids
by
Chris Strom



When teaching programming to Middle School students (ages 10-14), it is essential to keep the lessons interactive, visually engaging, and intellectually challenging. “3D Game Programming for Kids”, by Chris Strom fulfills all these requirements, and then some!

I was curious to see if the students in my Scratch programming club, would be interested in learning JavaScript 3D programming next year, so using this book, I developed a test lesson to get their reactions. The students are a mix of hardcore "gamers", and those that just love to use computing to express their creativity. The lesson was hands-on and the students got a chance to create 3D objects using the wonderful online editor that the author provides.  At the end of the session,  I polled the students for their reactions to see if they would want to continue in the fall, and the answer was a unanimous, "Please offer this!!". 

So, I am now busy putting together lesson plans, all the while having a great time. The book is well written, and it not only focuses on creating 3D graphics, but quietly teaches solid programming principles. It even includes a section on debugging! For me, what is really compelling about this book, is that the reader is never bogged down in abstract concepts or nomenclature, but is just having a great time without realizing that there is a lot of heavy duty learning going on.

If you know of a kid (of any age) who would like to learn JavaScript, this is the book to buy!

I give this book 5 Stars *****

A Mini Book Review of

A Smarter Way To Learn JavaScript

by Mark Meyers


If you want to get up to speed with JavaScript quickly and easily, this book will get you there. The author's technique is to use short sections of text and then reinforce the material with on-line practice exercises. This technique is very effective.

My only complaint with the book, is that in the later chapters, it assumes that the reader is pretty familiar with HMTL, CSS and DOM. In all fairness to the author, DOM is covered very nicely towards the end of the book.  If you are inexperienced in web page creation, you may wish to get up to speed on HTML and CSS before tackling the later chapters.

You can purchase the book here.

I give this book 5 out 5 stars!