Monthly Archives: December 2021

AutoCompletion ComboBox Mobile Tutorial

Improving on yesterday’s AutoCompletion ComboBox Drill Down Tutorial‘s wikiautocompletion.htm‘s changed HTML parent wikiautocompletion.htm‘s live run today it is mainly mobile platform considerations that got us … adding a meta viewport element as per … <meta id=”myviewport” name=”viewport” content=”width=device-width, initial-scale=1.3, minimum-scale=0.1, … Continue reading

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

AutoCompletion ComboBox Drill Down Tutorial

After yesterday’s AutoCompletion ComboBox Navigate Tutorial, today we want to turn our attention to “data matters”. So far our data has consisted of … initial layer of hardcopy data … and yesterday we offered … user enterable Wikipedia “List Of” … Continue reading

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

AutoCompletion ComboBox Navigate Tutorial

Today’s task on top of the proof of concept work of yesterday’s AutoCompletion ComboBox Primer Tutorial is to get some meaningful functionality when clicking that “Test” button (which up until today you would describe as “Validation only” functionality). And so, … Continue reading

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

AutoCompletion ComboBox Primer Tutorial

We have a desire to combine … “ComboBox” ideas of ComboBox Sort Tutorial … with … AutoCompletion ideas for text entry, in today’s case, within an HTML div contenteditable=true … and we’re just at a “proof of concept” stage of … Continue reading

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

C Recursion Find Revisit Tutorial

Yesterday’s C Recursion Revisit Tutorial had us finding a macOS Xcode produced executable via the command line “find” command. We find this excellent “find” command trades off the time it takes for the convenience to the user. And this came … Continue reading

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

C Recursion Revisit Tutorial

Back in October, 2013 we presented C Recursion Primer Tutorial as a C++ ( but really just straight C code) Xcode (IDE) project on Mac OS X. That’s a long time ago, looking at it from late in 2021. So … Continue reading

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

Windows AutoHotKey Communication Opener Tutorial

We wanted to work on the AutoHotKey scripting of yesterday’s Windows AutoHotKey Mail Opener Tutorial in a few functionality improvements … set up to be #SingleInstance to make it that one Hot Key call equals one AutoHotKey program execution … … Continue reading

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

Windows AutoHotKey Mail Opener Tutorial

Just as you can revisit web applications, you might often revisit whole concepts, because as the years and software versions change, so might these whole concepts. Today’s case in point is a great Windows tool for programmers called AutoHotKey we’ve … Continue reading

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