Tag Archives: .media rule

WordPress Blog iPhone Breadcrumbs Issue Tutorial

Today’s WordPress Blog issue is device size specific, in our experience just affecting the (optional functionality) “breadcrumb” links to blog postings before or after the current blog posting the user is reading, not showing them for this iPhone device widths. … Continue reading

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

One or Several Did You Know Quiz Mobile Cursor CSS Tutorial

We wonder if you only work with mobile devices and have not seen any attempts at “showing progress” up until today, on top of the progress to yesterday’s One or Several Did You Know Quiz Multiple Tailored Sharing Tutorial. That … Continue reading

Posted in Ajax, eLearning, Event-Driven Programming, 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