Pages Navigation Menu

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

Styling HTML Tables with TableCloth

Posted by on Jun 16, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 4 comments

In this tutorial I will show you how to apply some simple style to your tables by applying the TableCloth style sheet and JavaScript file. TableCloth is a free, light way, way to add style to existing HTML tables. It only required two lines of code added to your table. With table clothe you can also modify how the HTML tables react to your input by changing the JavaScript file.

Read More

Professional Javascript Based Photo Viewer

Posted by on Jun 10, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 10 comments

This tutorial will walk you through installing and configuring Lightbox 2. Lightbox allows you to show your pictures on your site in a whole new light. It gives you a sleek and professional look and is VERY easy to implement.

Read More

Horizontal Menu – From Photoshop to the Web

Posted by on Mar 20, 2008 in CSS, HTML Tutorials, Photoshop Tutorials, Web Development Tutorials, Web Layouts | 20 comments

This tutorial is a little different form our standard Photoshop tutorials. Normally I would show you how to make a web layout or menu in Photoshop, but I never really went into detail on how to make the layouts work on the web. In this tutorial I will show you how to make a simple menu using Photoshop, slice the images, and how to write the code for a functional menu.

Read More

Alternating Table Row Color With CSS Classes

Posted by on Feb 25, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 16 comments

This is a continuation of our XHTML/CSS table tutorials. In this tutorial we will be using the same table as before, but I will show how to have the rows alternate in color. To achieve this we will be using CSS classes.

Read More

Styling Tables Using CSS

Posted by on Feb 20, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 1 comment

This is part two of our table tutorial. In part one I explain why you should still use tables and when to use them. No we will apply some style to those ugly tables using CSS. If you haven’t created the table yet please follow the “How and Why You Should Still Use Tables” tutorial.

Read More