08.25.2008 Simple PHP Website Templates

Simple PHP Website Templates

So you have a basic HTML site with 100 pages, what happens when you want to change the title tag? Well, if you aren’t using PHP includes, you will have to update each file. Wouldn’t it be nice if you could make the change to one file and it would update every page? That is what we will accomplish with our basic PHP template tutorial.

Posted in HTML Tutorials,PHP Tutorials,Web Development Tutorials by John Ward
08.18.2008 Password Verification and Strength Checker

Password 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.

Posted in CSS,HTML Tutorials,JavaScriptTutorials,Web Development Tutorials by Mike Maguire
08.13.2008 JavaScript Progress Bar 2

JavaScript Progress Bar 2

This tutorial will walk you through configuring a JavaScript based progress bar that can triggered by several things. The last tutorial I did, I mentioned doing it with PHP and the results of a query. That is what this tutorial is going to be about.

Posted in HTML Tutorials,PHP Tutorials,Web Development Tutorials by Mike Maguire
08.12.2008 JavaScript Progress Bar

JavaScript Progress Bar

This tutorial will walk you through Configuring a javascript based progress bar that can triggered by several things. You could have it triggered by how many results are pulled back from a database, or you could have it triggered by the length of a textbox (passwords), or even trigger it by checkboxes that are checked.

Posted in HTML Tutorials,JavaScriptTutorials by Mike Maguire