Short note on the accessibility of styled form controls
Styling and accessibility are often at odds with each other. Scott O’Hara has this repo that shows how the two can work really well together in the context of form controls.
The trade-offs between native and styled controls reminds me of Eric Bailey’s case study on focus styles:
A common misconception is that the focus style can only use the outline property. It’s worth noting that :focus
is a selector like any other, meaning that it accepts the full …
The post Short note on the accessibility of styled form controls appeared first on CSS-Tricks.
Getting Started With JavaScript (And How It Compares to PHP)
The post Getting Started With JavaScript (And How It Compares to PHP) appeared first on Torque.
Copper: The Customer-Centric CRM
3D Typography: An Inspiring Design Trend
Let’s make a form that puts current location to use in a map!
I love shopping online. I can find what I need and get most things for a decent price. I am Nigerian currently working and studying in India, and two things I dread when shopping online are:
- Filling out a credit card form
- Filling out shipping and billing address forms
Maybe I’m just lazy, but these things are not without challenges! For the first one, thanks to payment processing services like PayPal and e-wallets, I neither have to type in my …
The post Let’s make a form that puts current location to use in a map! appeared first on CSS-Tricks.
Solving the Five Most Frequent WordPress Issues
The post Solving the Five Most Frequent WordPress Issues appeared first on Torque.
How Voice Search Will Impact SEO in the Future
The post How Voice Search Will Impact SEO in the Future appeared first on Torque.
Using data in React with the Fetch API and axios
If you are new to React, and perhaps have only played with building to-do and counter apps, you may not yet have run across a need to pull in data for your app. There will likely come a time when you’ll need to do this, as React apps are most well suited for situations where you’re handling both data and state.
The first set of data you may need to handle might be hard-coded into your React application, like we …
The post Using data in React with the Fetch API and axios appeared first on CSS-Tricks.