Tag Archives: rule

WordPress CSS iPhone Portrait Few Pixels Less Width Tutorial

We’ve had months and months of annoyance with this WordPress Blog (TwentyTen themed) content display on our iPhone 7 only in Portrait mode. The reason for our slothfulness on a fix was that the content width “deficit” wasn’t even a … Continue reading

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

CSS Iframe Troubleshoot Primer Tutorial

The modern browsers all have good “web inspectors” Google Chrome’s access to one being via “View -> Developer -> Developer Tools”. So when we decided to finally try and nut out the annoyance up the top left of RJM Programming’s … Continue reading

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

Device Width Specific CSS Webpage Styling Primer Tutorial

Take a look at the CSS styling snippet below … <style> .glow { -webkit-animation: glow 1s ease-in-out infinite alternate; -moz-animation: glow 1s ease-in-out infinite alternate; animation: glow 1s ease-in-out infinite alternate; } /* Thanks to https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_glowing_text */ @-webkit-keyframes glow { … Continue reading

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

Mail Rule AppleScript Attachment Download Primer Tutorial

A while back we learned how useful Mac OS X AppleScript ideas could be when combined with TextWrangler text editor constructing WordPress Blog Posting content when we presented WordPress Blog Posting AppleScript TextWrangler Helper Primer Tutorial, and today we extend … Continue reading

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

CSS Style Javascript DOM Override Onload Primer Tutorial

We’ve long been fascinated by CSS stylesheets “living” with HTML elements in their “loose” (but you must admit) very flexible arrangement. Today we’re travelling more down that road of discovery of Javascript DOM to see what can be done not … Continue reading

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

Gmail Email Filtering Tutorial

Tutorial … Transcript: Steps to get rid of problematic email (in Gmail, by Google) … 1) Identify problem email in whichever part of Gmail that they are arriving. 2) As necessary, create a new label to handle these troublesome emails. … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , | Comments Off on Gmail Email Filtering Tutorial