Follow Us!

What’s new in HTML 5

Posted by on Dec 27, 2011 in HTML Tutorials, Web Development Tutorials | 2 comments

It’s been way too long since we’ve posted anything. With all the news around HTML5 and CSS3 that continues to come out, I...

Read More

Simple XML to XHTML Transformation

Posted by on May 3, 2010 in HTML Tutorials, Web Development Tutorials | 6 comments

In this tutorial we are going to use XSLT to transform a simple XML document into an XHTML web page.  XSLT stands for eXtensible Style Sheet Transformations. With our XSL document we will pretty much grab the values we need from the source XML and display them nicely in XHTML.

Read More

Validating Email Address with PHP and AJAX

Posted by on Jun 8, 2009 in AJAX, HTML Tutorials, JavaScriptTutorials, PHP Tutorials, Web Development Tutorials | 13 comments

This tutorial will walk you through checking for an e-mail to be valid as the user is filling out the form without having to reload the page.

Read More

Simple PHP Website Templates

Posted by on Aug 25, 2008 in HTML Tutorials, PHP Tutorials, Web Development Tutorials | 25 comments

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.

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

JavaScript Progress Bar 2

Posted by on Aug 13, 2008 in HTML Tutorials, PHP Tutorials, Web Development Tutorials | 7 comments

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.

Read More