Tag Archives: textarea

Textarea Background Transparency Primer Tutorial

Yesterday’s Document Root Relative Folder Listing Assembly Complexity Tutorial‘s … position:absolute; top:0px; left:0px; z-index:9; opacity:0.6; // for any video or audio media selected, along with some image img background imagery … and which if text is involved as well … … Continue reading

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

SVG Emoji Favicon Aesthetics CSS Tutorial

The recent SVG Emoji Favicon HTML Entities Tutorial had us adding user interaction, but we think especially as far as the input type submit buttons were concerned, lacking style. Especially on mobile platforms, on occasions without attention, and you add … Continue reading

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

Diagonal Element Rubber Banding Mobile Tutorial

Yesterday’s Diagonal Element Rubber Banding Tutorial saw “Rubber Banding” introduced, better for non-mobile, but today … we shore up mobile “Rubber Banding” via ontouchmove introduced … document.body.ontouchmove=function(e){ var rectis=document.body.getBoundingClientRect(); if (e.touches[0].clientX) { ourDrawLine(eval(rectis.left + e.touches[0].clientX), eval(rectis.top + e.touches[0].clientY)); } else … Continue reading

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

Diagonal Element Rubber Banding Tutorial

Some days before yesterday’s Diagonal Element Square Nesting Tutorial we compared this current “nesting” diagonal element logic to … Yes, this might be thought of as “overkill” compared to … hr element rotations … and/or … SVG … and, today, … 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