How to Make a .com Website

Posted by on Apr 5, 2012 in Web Development Tutorials | 1 comment

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 More

Sending E-Mail to validate User Sign-up

Posted by on Jul 22, 2009 in PHP Tutorials, Web Development Tutorials | 16 comments

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 More

jQuery Pop Over Effects

Posted by on Sep 7, 2008 in JavaScriptTutorials, Web Development Tutorials | 27 comments

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 More

Password Verification and Strength Checker

Posted by on Aug 18, 2008 in CSS, HTML Tutorials, JavaScriptTutorials, Web Development Tutorials | 10 comments

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 More

Dynamically Add Textbox to Site

Posted by on Jun 23, 2008 in HTML Tutorials, Web Development Tutorials | 156 comments

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