This tutorial will show you step by step how to create a reflection effect on a piece of text. The same technique can be applied to other things such as images too.
Date Added: December 12, 2007 [ 1170 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ Adobe Photoshop - Color and Lighting ]
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.
Date Added: March 4, 2006 [ 903 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ PHP and MySQL - Security ]
This tutorial features a pop up menu written purely in CSS. The code uses XHTML lists which are then styled to produce the hover effects.
Date Added: January 29, 2006 [ 1749 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ HTML and CSS - Navigation ]
In Depth Contact Form Part 1 - The Form Itself
The first of a two part tutorial detailing the HTML creation of the contact form
Date Added: January 29, 2006 [ 1350 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ HTML and CSS - Forms ]
In Depth Contact Form Part 2 - The PHP Code
The second of a two part tutorial detailing the PHP code that checks data has been entered and send an email containing this data.
Date Added: January 29, 2006 [ 832 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ PHP and MySQL - Development and Basics ]
PHP Thumbnail Generation Script
This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself.
Date Added: January 24, 2006 [ 781 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ PHP and MySQL - Scripts ]
In Depth Contact Form Part 3 - Better Error Checking
Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question "How can we make it better?".
Date Added: January 24, 2006 [ 648 Views - 0 Votes ] [ Rate ]
Source: stefashwell.com [ PHP and MySQL - Development and Basics ]