Monthly Archives: October 2021

Australian Postcode Northern Territory Place Tutorial

We had cause to revisit the PHP web application of Australian Postcode Place Modal Backdrop Popup Move Tutorial recently, and we were lucky (in a masochistic sense) to do a test showing an error we hadn’t detected initially, designing it. … 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

HTML Button Element Whitespace Primer Tutorial

The topic of “whitespace” in webpages is a very big subject for something a lot of us may think of as “the things that aren’t the things”, if you know what I mean? We talked about it a little with … Continue reading

Posted in eLearning, 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

MacOS and iOS Photos Storage Maintainence Tutorial

Since the days of Mac iPhoto Primer Tutorial the Apple photograph storage wooooorrrrllllddd has coalesced into the Photos app on both MacOS and iOS. In this Apple environment photos can be shared in iCloud … The best place for all … Continue reading

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

Offline Covid Vaccination Records in Australia Tutorial

If you live in Australia and interested in life going forward living with the Covid-19 pandemic, then, the recent Covid Vaccination Records in Australia Tutorial‘s advice is a true prerequisite for today’s use of (the prefix) “Offline” in today’s tutorial … Continue reading

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

Mac Safari on iPhone Web Browser Debug Tutorial

The recent New Mac Safari on iOS Web Browser Debug Tutorial set up our recent MacBook Air to … debug an iOS device Safari web browser session … via … MacBook Air Safari web browser session’s Develop menu’s “Show Web … Continue reading

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

Google Translate Landing Page Translate Tutorial

Yesterday’s … Google Translate Webpage Translate Tutorial was the major part of RJM Programming’s Google Translate strategy change (ie. getting it working again … doh!) … but it’s not the whole story … and another part is … today we … Continue reading

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