ASP / VBScript Cheat Sheet
1 January 2006 | 42 comments | webdev, reference, cheatsheet, scripting, web, vbscript, programming, webdesign, work, css, asp
A quick reference guide for ASP / VBScript, containing functions, collections, regular expression syntax and other useful bits of information.
An introduction to VBScript, one of the languages used to write ASP pages, and tutorial for beginners.
How to make URLs and email addresses within text clickable using VBScript Regular Expressions.
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.
VBScript Regular Expressions
7 November 2003 | 34 comments | code, regex, regexp, reference, programming, asp, vbscript, vb, regular, scripting, expressions, regular-expressions
Regular expression reference and examples for VBScript.