Tag Archives: geometry

HTML Canvas Perfect T Game Primer Tutorial

The HTML Canvas element is great for mathematical games especially where you draw your own graphics based on interaction from the user. Today’s game‘s geometrical theme tests whether the user can mimic the drawing of a diameter line across a … Continue reading

Posted in eLearning, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , , | 14 Comments

Java Swing Line Graph Primer Tutorial

Sort of miss Java Applets, myself, as they were once “the thing” for some people writing code for the web. You got used to paint() and repaint() methods because you could imagine, word for word, codewise, what was happening. So … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

PHP/Javascript SVG Primer Tutorial

The HTML5 specification allows for the display of 2D-graphics via SVG HTML tags which use graphical applications in XML and the XML is then rendered by an SVG viewer. SVG stands for Scalable Vector Graphics. We’ve talked about the HTML … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , | Leave a comment