Monthly Archives: March 2021

CSS Display Inline-Block Contenteditable Tutorial

Yesterday’s CSS Display Inline-Block Primer Tutorial got us curious about other CSS “*” selector thoughts, and there is no way we’ll think of all the possibilities, so why not open it up to the user to control? We’ve discussed before … Continue reading

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

CSS Display Inline-Block Primer Tutorial

The CSS property “display” is enormously useful for us here at RJM programming. The way we most commonly use it is in the form (for element ID=eleid) … <style> #eleid { display: none; } </style> … to make element “eleid” … Continue reading

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

Hard Copy Flyer Automated Applescript Printing macOS Deployment Tutorial

The recent Hard Copy Flyer Automated Applescript Printing Tutorial had a macOS deployment strategy, but not a strong one in our opinion. Yes, we could “dock” it, and we like that with macOS GUI desktop thinking. We are always looking … Continue reading

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

Figma Web Design and Wireframing Primer Tutorial

In a similar line of thinking as the previous Adobe XD Web Design Tool Primer Tutorial today we roadtest an online web design and wireframing tool called Figma … Figma: the collaborative interface design tool. … a totally online (ie. … Continue reading

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

Hard Copy Flyer Automated Applescript Printing Tutorial

Did you read Hard Copy Flyer Letter Box Post Tutorial? It talks about something that is like a standing order, like a repeated procedure. Can it benefit from some sort of automation? We think yes. So, with our Apple MacBook … Continue reading

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

Javascript Popup Window HTML Alternative Save Tutorial

In yesterday’s Javascript Popup Window Alternative Save Tutorial you may recall … … a combined functionality usage that we cannot recall ever using before. But we do remember mentioning sessionStorage’s role methodology before to help HTML/Javascript achieve a little of … Continue reading

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

Javascript Popup Window Alternative Save Tutorial

A web application like yesterday’s one in Javascript Popup Window Alternative Tutorial misses “accountability” by not having a way to recall a scenario. Come to think of it, it is hard to consider a web application involving user input as … Continue reading

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

Javascript Popup Window Alternative Tutorial

Javascript popup windows are a bit of a web application wooooooorrrrllllddd throwback to the early days of operating system GUI desktop applications, even before dialog boxes in those operating system desktop applications. They stop the workflow of the web application, … Continue reading

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