Tag Archives: mathematics

HTML/Javascript Area Derivation Tutorial

In this wooorrrrllllddd where so much information is available online, that old adage espoused by mathematics teachers ahead of examinations that went … You’ll get part marks if you can show your working … is more apt than ever. To … Continue reading

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

Javascript Incrementing and Decrementing Suffix Tutorial

The recent Javascript Incrementing and Decrementing Primer Tutorial broached … prefix syntactical Javascript Incrementing and Decrementing of variables … and, today, we extend that to … suffix syntactical Javascript Incrementing and Decrementing of variables … and to … both … … Continue reading

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

Javascript Incrementing and Decrementing Primer Tutorial

Sometimes writing Javascript code we’ve let code like … <script type=’text/javascript’> var counter=null; function initializeCounter() { counter=0; } function incrementCounter() { if (counter == null) { counter=0; } ++counter; } if (eval(Math.floor(Math.random() * 1746765765) % 2) == 1) { initializeCounter(); … Continue reading

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

Prime Numbers Fractional Favicon Canvas Tutorial

Further to yesterday’s Prime Numbers Fractional Favicon Tutorial … What’s the HTML5 canvas element got to do with web browser tab icon “favicon” graphic content? Well, as per the excellent advice ideas on this webpage, thanks, we can use the … Continue reading

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

Prime Numbers Fractional Favicon Tutorial

So what’s the “favicon” in today’s blog posting title? If none the wiser, what about the (pretty much standalone Javascript) code below? var rldone=”; function arsthen() { if (document.getElementById(‘myicon’)) { document.getElementById(‘myicon’).href=’/favicon’ + rldone + ‘.ico’; if (rldone == ”) { … Continue reading

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

Variety of Prime Numbers Fractional Forms Tutorial

Previous work of Prime Numbers Fractional Forms Tutorial and preceeding dealt with … your garden variety prime number … but then we read this Various Types of Numbers which set us straight at categorizing also … even numbers (only 2 … Continue reading

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

Prime Numbers Primer Tutorial

We’ve been itching to do a “Prime Numbers Primer Tutorial” but haven’t found an interesting enough “in”. But I had occasion to want to count down an hour long period of time the other day, and wondered at the number … Continue reading

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