Tag Archives: operator

Gradient Fraction Game Equations Tutorial

There are three styles of CSS gradient … conic linear radial … and “different folks may learn via diff’rent CSS strokes”, so we incorporate a way for the user, when using the Fractions Game component of our latest web application, … Continue reading

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

Conic Gradient Fraction Game Equations Tutorial

We’re extending the functionality started with yesterday’s Dual Purpose Conic Gradient Primer Tutorial‘s second “dual purpose” … Fractions Game piece of functionality … Adding to its possibility the optional user job of solving operator …  +  –  x  / … … Continue reading

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

Inhouse Slideshow Backup Tidy Up Report Tutorial

Yesterday’s Inhouse Slideshow Backup Tidy Up Tutorial presented a … non-automated user instigated snapshot … Inhouse Slideshow “tidying up” PHP web application. This web application is like a … procedure … that a … system operator … might be interested … Continue reading

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

Linux Type Ahead Buffer Primer Tutorial

Lots of operating system command lines offer a “type ahead buffer”. We can think of operating system command lines for … Linux or unix macOS or Mac OS X Open VMS or VAX/VMS Windows via DOS … that have good … Continue reading

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

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