How to Make a .com Website
The internet is ingrained in most of our day to day lives at this point. It’s hard for me to imagine a day that I do not touch the...
Read MoreSending E-Mail to validate User Sign-up
In on of our last tutorials we covered how to verify that a user’s email address is formatted correctly as well as verify that it goes to a valid domain name. That is great, but still not a great way to make sure a user actually owns or uses that e-mail address. This tutorial will walk you through one method of sending the user an e-mail upon signing up that gives them a link to activate their account.
Read MorejQuery Pop Over Effects
This tutorial we will create a pop over box using the jQuery Javascript Framework. I will demonstrate a few of the animation option in jQuery and discuss why you should or shouldn’t use them.
Read MorePassword Verification and Strength Checker
This tutorial will walk you through creating a registration form that includes a password strength checker to tell the user how strong (security wise) their password is. This form will also include two password boxes and will verify that the same password has been entered twice to prevent typing the wrong thing into a password box.
Read MoreDynamically Add Textbox to Site
This tutorial will show you how to program a button that will add textboxes to your site without having to reload the page that you are one. To do this we will be using JavaScript.
Read More
Recent Comments