Articles
Prevent form submission with specific email domains
In this post we will use Javascript to prevent formsubmission if someone wants to use an email address that belongs to a specific email domain, such as @aol.com or @yahoo.com. If someone tries [...]
Disable a button until a checkbox is checked
In this article we will look at how to disable a button on a form until a checkbox is checked. This is an excellent way to make the user, subscriber accept a terms [...]
Show and Hide div based on radio button selection
In this article you will learn how to show and hide divs or any other content on a page when clicking on a radio button using Javascript. You will learn: how to create [...]
Create a Landing Page with HTML and CSS
In this video we will create a landing page using HTML, CSS, Bootstrap 4 and a little bit of jQuery. You will learn how to create fixed navigation menu, buttons, skewed section dividers, contact [...]