

When linking a telephone number on your website using the a href tag you will notice inconstant styles from mobile devices. For example on a desktop or laptop the number…
After creating another post on absolute position footers we decided to add a quick post on how to create a sticky footer. html{ position: relative; min-height:100%; } body{ margin:0 0…
How do you get a footer to stay at the bottom of a Web page when the content of the page is too short? There are a few options. Option…
Last week we wrote a blog post on how to disable right click functionality on an entire website. Since then we’ve had a few requests on how you would apply…
This is an example of how to disable right clicking on a website using JavaScript and Bootstrap. You could leave Bootstrap off completely and use the basic alert functionality, but…
This will be a walk-through on how to create a submit form that checks the database to make sure the username is not taken. If it is taken it will…