Posts tagged with “web”
Using a CloudFlare Tunnel to share a local development site over the internet
Sharing a local development site over the internet is quite simple using a CloudFlare Tunnel. The Tunnel can even use your own domain, which looks much nicer and more professional, and makes it suitable even for production use.
Colour Contrast and Accessibility
Applying common sense, when aiming for 100 Lighthouse scores.
Stop disabling form submit buttons
Disabling form buttons on load, and only enabling them when the form is valid, is poor UX. Validate the input when the user attempts to submit the form, and show error messages where relevant, instead.