Tag Archives: responsive design

CSS Row Gap Primer Tutorial

Yes, an HTML div element innerHTML content can be organized like an HTML table in a “grid” like way via CSS like … <style> div.grid-container { display: grid; row-gap: 50px; } </style> … thanks to https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_row-gap here, too! And yes, … Continue reading

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

Flex Box CSS Primer Tutorial

To use percentage (%) units in CSS in a web application can be a conduit towards Responsive Web Design goals you have. But have you considered the “Flex Box” as another approach? CSS3 flexible Box, or flexbox is a new … Continue reading

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

Responsive Web Design Primer Tutorial

Today we wanted to tip our toes into the vast subject of “responsive web design” … Responsive web design (RWD) is an approach to web design that makes web pages render well on a variety of devices and window or … Continue reading

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

CSS Units of Measure Primer Tutorial

As with HTML/Javascript Units of Measure Game Tutorial (which we tweaked this way to fix Google urls) you get to appreciate the myriad of choices out there for you in terms of styling lengths and widths and sizes of webpage … Continue reading

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

Responsive Design Viewport Initial Scale Tutorial

The recent Responsive Design Viewport Width Considerations Tutorial was a Responsive Design improvement step for our Landing Page series of HTML/Javascript/CSS webpages at RJM Programming, but what it addressed was “what not to do”. Today, it is more the case, … Continue reading

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

Responsive Design Viewport Width Considerations Tutorial

Regarding our Landing Page series of HTML/Javascript/CSS webpages here at RJM Programming, we’re streamlining our device width (Responsive Web Design) considerations of … Mobile Friendly Meta Viewport Tag Zoom Tutorial by now going with … Was .. Now is … … Continue reading

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

Sass CSS Stylesheet Watchdog Updates Tutorial

Where we have progressed with the Sass Watching supervisor and watchdog work of the recent Sass CSS Stylesheet Watchdog Beginnings Tutorial is that … the user can now in “surfing the net” mode of use, revisit the supervisor and watchdog … Continue reading

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

Sass CSS Stylesheet Watchdog Beginnings Tutorial

Today we’ve started, but not finished, bedding down the “watchdog” aspects to our “Sass Watch Supervisor and Watchdog” PHP web application, augmenting the (mainly) “supervisor” progress of yesterday’s Sass CSS Stylesheet Supervisor Execution Tutorial. Primarily what we need further work … Continue reading

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