Tag Archives: mathematics

HTML/Javascript Quadratic Equations Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can verify your calculation of the roots of a quadratic equation, by filling in a missing bit of information in a three-part “quadratic equation sentence”, and today … Continue reading

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

HTML/Javascript MathML Primer Tutorial

The HTML5 specification allows for the use of mathematical symbology via MathML HTML tags. The display of mathematical symbology was not so easy to achieve very easily with older versions of HTML, and MathML makes this a lot easier for … Continue reading

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

HTML/Javascript Memory Game Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript using an HTML canvas element to test your memory and test your mathematics (or recall). If you answer exactly (and you might need a calculator (though you are … Continue reading

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

HTML/Javascript Surface Areas Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Surface Area questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable … Continue reading

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

PHP/Javascript Pascal Triangle Tutorial

Here is a tutorial showing some client-side basics in PHP, HTML and Javascript that can display Pascal’s Triangle. The inspiration for this came from a Yahoo Answers question here, so thanks for that. Link to some downloadable PHP programming code … Continue reading

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

HTML/Javascript Volumes Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Volumes questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable HTML … Continue reading

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

HTML/Javascript Areas Tutorial

Here is a tutorial showing some client-side basics in HTML and Javascript that can test some fairly simple mathematical Areas questions for the user. The inspiration for this came from some homework of a student. Link to some downloadable HTML … Continue reading

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

HTML/Javascript Canvas Visual Double Click Tutorial

The Canvas HTML element tag can be used as the container to draw graphics on the fly usually via the use of Javascript functions for rendering and event management. In today’s tutorial we add to the functionality of the previous … Continue reading

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