Tag Archives: mathematics

HTML/Javascript Choice of Several Tutorial

After introducing some SVG into our “Choice of Two” series of blog posts we last left off yesterday with HTML/Javascript Choice of Two SVG Tutorial as shown below, today’s progress is to allow for more than two selections with all … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , , , , , , , , | 11 Comments

Google Chart NonLinear Trendline Selection Event Tutorial

Yesterday’s Google Chart Linear Trendline Selection Event Tutorial outlined some new Google Chart “select” event (like onclick event) for the Google Chart Trendlines Chart (we’ll drop the “Linear” word now). So if the data is not linear by nature, what … Continue reading

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

Google Chart Linear Trendline Selection Event Tutorial

Mathematicians, scientists and engineers (like Land Surveyors), at the very least, know about error tolerance, and modelling data to a linear equation should they think the thing being measured should be linear by nature. Errors in measurement are rarely avoided, … Continue reading

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

ESL Vocabulary Getting Warmer Image Tutorial

Our last visit to our series of HTML map element tutorials, today, building on yesterday’s ESL Vocabulary Getting Warmer Game Tutorial as shown below, concentrates back on the HTML img element that the HTML map element relies on. The reason … Continue reading

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

ESL Vocabulary Getting Warmer Game Tutorial

As we saw yesterday, the HTML map element can be used in a variety of ways, two of which we hone in on with today’s ESL Vocabulary Getting Warmer Game Tutorial, a variation on yesterday’s ESL Under The Stairs Game … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , , , , , , , , , | 10 Comments

ImageMagick and Three Ps Affine Transformation Tutorial

It’s a common requirement with Information Technology programming to want to transform an image file. With CSS there are mechanisms to display images in a (affine) transformed way regarding … rotation scale … for display purposes, without altering the image … Continue reading

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

HTML/Javascript Canvas Geometry Tracing Game 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 mainly use the drawImage and lineTo functions … Continue reading

Posted in eLearning, Event-Driven Programming, Land Surveying, Tutorials | Tagged , , , , , , , , , , , , , , , | 9 Comments

HTML/Javascript Canvas Slope of a Line Primer 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 mainly use the lineTo function to create … Continue reading

Posted in eLearning, Event-Driven Programming, Land Surveying, Tutorials | Tagged , , , , , , , , , , , , , | 13 Comments