Tag Archives: proof of concept

CSS Outline and Background Tutorial

Yesterday’s CSS Outline Primer Tutorial‘s start to our CSS “outline” journey had us thinking the concept of “outline” … definitely can augment the way the CSS “border” concept can style webpages … but it is also the case, in our … Continue reading

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

CSS Outline Primer Tutorial

The CSS “border” emphasis of the previous Emoji Borders and Backgrounds Canvas Annotation Tutorial has concepts, we see online, confusing people, and myself, regarding what the CSS “outline” feature is capable of (or not capable of). Here is W3school‘s pertinent … Continue reading

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

Using Document Writeln Onpaste Tutorial

Regarding yesterday’s Using Document Writeln Primer Tutorial you might wonder … Why involve either/both textarea and div (contenteditable=true) elements as “containers” of content? Well, with yesterday’s starting onblur (just) event gambit, it’s a very pertinent question, but, today, we introduce … Continue reading

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

Using Document Writeln Primer Tutorial

The other day we stumbled on some advice leading us to use … document.writeln([html-content]); … rather than our usual “go to” … document.write([html-content]); And so we wrote a “proof of concept” using_writeln.html first draft Using (Document) Writeln web application for … Continue reading

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

Journal Emoji Tutorial

Today, it’s a mix of … styling … <?php echo ” <style> * { border-radius: 8px; margin: 5 5 5 5; } button { color: blue; } input[type=\”submit\”] { color: blue; } hr { background-color: red; height: 1px; border: 0; … Continue reading

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

Journal Hashtag Tutorial

If you look at the data for the Journals created and maintained by our new inhouse web application talked about at yesterday’s Journal Associations Tutorial you can see … the user entered text data is stored in a web server … Continue reading

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

Journal Associations Tutorial

Yesterday’s Journal Editing Tutorial had us interested in … contenteditable=true … usage, which begs the question … Do you ever need to get interested in … contenteditable=false ? Yes, we’ve had interest a couple of times now. It happens, at … Continue reading

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

Journal Editing Tutorial

You may think, further to testerday’s Journal Content Tutorial‘s “consideration list” … format display styling usability navigation … if we were to add to that “consideration list” … editability … we’d want to reinvoke interest in our textarea “underlay” to … Continue reading

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