Tablet First Layout with WEBDEV and Tailwind CSS. No CSS Grid. No Flexbox. No JavaScript.

Tablet First Layout with WEBDEV and Tailwind CSS. No CSS Grid. No Flexbox. No JavaScript.

I've never hidden my thoughts about Responsive Design. While it's great for content sites, it may not be suitable for web applications, which most of us create. It seems unrealistic to expect Responsive Design to produce a web application that looks and functions well on every device, from an iPhone SE to a 50-inch 4K … Continue reading Tablet First Layout with WEBDEV and Tailwind CSS. No CSS Grid. No Flexbox. No JavaScript.

Evidence that Tailwind CSS could be the droids we are looking for!

Evidence that Tailwind CSS could be the droids we are looking for!

I received a request today for help creating CSS styling for placeholders. Styling placeholders falls outside the scope of standard WEBDEV style settings, meaning pure CSS is the only option. This involves challenging, vendor-specific CSS. However, Tailwind CSS comes to our rescue! What is a placeholder? First, let's define what a placeholder is. We'll start … Continue reading Evidence that Tailwind CSS could be the droids we are looking for!

Adding Authenticator App Support to your WEBDEV site

Adding Authenticator App Support to your WEBDEV site

From version 26 onwards, adding Authenticator App support to a WEBDEV site has become effortless. Authenticator apps generate Time-Based One-Time Passwords (TOTPs), offering a more secure and convenient approach to Two-Factor Authentication (2FA) compared to email or text messages. What is an Authenticator App and Why Should I Care? Authenticator apps are applications that facilitate … Continue reading Adding Authenticator App Support to your WEBDEV site

Add an HTML 5 QR Reader to your WEBDEV Site!

Add an HTML 5 QR Reader to your WEBDEV Site!

Previously exclusive to native apps, advances in HTML5 and WEBDEV's consistent improvements in supporting web standards now enable access to local hardware, location information, and much more. This development further blurs the distinction between "Web Application or Native Application." Today, we will explore how to add the ability to scan a QR code from our … Continue reading Add an HTML 5 QR Reader to your WEBDEV Site!