Subscribe to our rss feed

Simple PHP Website Templates

Posted in HTML Tutorials, PHP Tutorials, Web Development Tutorials by John Ward on the August 25th, 2008

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.

Password Verification and Strength Checker

Posted in CSS, HTML Tutorials, JavaScriptTutorials, Web Development Tutorials by Mike Maguire on the August 18th, 2008

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.

JavaScript Progress Bar 2

Posted in HTML Tutorials, PHP Tutorials, Web Development Tutorials by Mike Maguire on the August 13th, 2008

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.

JavaScript Progress Bar

Posted in HTML Tutorials, JavaScriptTutorials by Mike Maguire on the August 12th, 2008

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.