Daaaaaayuuum, Rank Math.
I was using Rank Math for a while after switching over from the SEO Framework. Then I decided to give TSF another try after reading some unfavorable reviews about Rank Math.
(more…)Daaaaaayuuum, Rank Math.
I was using Rank Math for a while after switching over from the SEO Framework. Then I decided to give TSF another try after reading some unfavorable reviews about Rank Math.
(more…)Dear Ubiosoft… (and anyone who thinks online forms like these are a great idea).
DON’T VALIDATE MY INPUTS AS I TYPE!!
Example: For email, I enter my email…”h….” and the form screams at me “USE A VALID EMAIL ADDRESS”. Like…yeah it’s not a valid email, I haven’t finished typing it!! 😤😤😤😤 >:u
Alternate solution for those curious: validate when the user is no longer focused on the form field (in Javascript, that would be when the blur
event happens, don’t know the equivalent for computer programming languages, sorry).
// With jQuery
$('.element').blur(function(){
// validate inputs here
});
// With vanilla JavaScript
document.querySelector('.element').addEventListener('blur', () => {
// validate inputs here
});
This icon animates into an x (for a close button) when clicked on, using only CSS (errr…well, SCSS compiled into CSS).
Sage just got an update! Installation is much easier than before! Me likey! 😍