Email Address Validation
01 June 2004 | 203 comments | code, development, email, php, programming, regex, regexp, security, tutorial, validation, webdesign
How to validate email addresses according to ISO standards with PHP.
How to make URLs and email addresses within text clickable using VBScript Regular Expressions.
PHP DateDiff Function
20 April 2004 | 78 comments | webdev, php, datediff, date, script, webdesign, programming
VBScript's DateDiff function is a powerful way to express differences between dates, and PHP lacks a similar function. Here's a replica of VBScript's DateDiff function in PHP.
Sometimes, data must be spread over several pages or risk being unusable. This tutorial will walk you through the process of pagination, and a couple of functions are included to help get you started.
VBScript Date Format Functions
15 March 2004 | 69 comments | scripts, development, reference, programming, vbscript, javascript, time, unix, date, asp, vb, webdesign
Date formatting in VBScript is not quite as powerful as PHP. This function gives you plenty more ways to format dates and times in VBScript with the minimum of effort.
A populated select list (input box) with the counties of the UK as options.
US States Select Box
14 February 2004 | 28 comments | select, webdev, development, html, reference, resource, design, forms, webdesign, states, resources
A populated select list (input box) with the states of the USA as options.
VBScript Regular Expressions
07 November 2003 | 34 comments | code, regex, regexp, reference, programming, asp, vbscript, vb, regular, scripting, expressions, regular-expressions
Regular expression reference and examples for VBScript.
Using relative font sizes is a must for an accessible website, but you run the risk of having incredibly small text. This JavaScript workaround will ensure that the majority of your visitors do not need a microscope to read your content.
Countries Select Box
24 October 2003 | 31 comments | list, select, countries, html, resource, design, forms, webdesign, form, resources
A populated select list (input box) with the countries of the World as options.