Web Development

Building a Telemedicine Platform with AI-Powered Diagnostics Using Vultr

Read Building a Telemedicine Platform with AI-Powered Diagnostics Using Vultr and learn Web with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading Building a Telemedicine Platform with AI-Powered Diagnostics Using Vultr on SitePoint.

Building a Telemedicine Platform with AI-Powered Diagnostics Using Vultr Read More »

Two Ways to Create Custom Translated Messaging for HTML Forms

HTML forms come with built-in ways to validate form inputs and other controls against predefined rules such as making an input required, setting min and max constraints on range sliders, or establishing a pattern on an email input to check for proper formatting. Native HTML and browsers give us a lot of “free” features that

Two Ways to Create Custom Translated Messaging for HTML Forms Read More »

Sanding UI

Jim hit a snag while working on a form. Placing labels next to inputs is trivial with flexbox, sure, but what happened in Jim’s case was a bit of dead-clicking between the labels and radio buttons. The issue? Not the markup, that’s all semantic and cool. Turns out the gap he placed between the elements

Sanding UI Read More »

Why Anticipatory Design Isn’t Working For Businesses

Consider the early days of the internet, when websites like NBC News and Amazon cluttered their pages with flashing banners and labyrinthine menus. In the early 2000s, Steve Krug’s book Don’t Make Me Think arrived like a lighthouse in a storm, advocating for simplicity and user-centric design. Today’s digital world is flooded with choices, information,

Why Anticipatory Design Isn’t Working For Businesses Read More »

Time Travelling CSS With :target

Checkbox and radio button hacks are the (in)famous trick for creating games using just CSS. But it turns out that other elements based on user input can be hacked and gamified. There are very cool examples of developers getting creative with CSS games based on the :hover pseudo-class, and even other games based on the :valid pseudo-class. What I’ve found, though, is that the :target pseudo-class seems relatively unexplored territory in this area of CSS hacking. It’s an underrated

Time Travelling CSS With :target Read More »