| FAQ ID | Category | Question | Submitted By |
| 2 | Strings | How do you convert a string to all uppercase or all lowercase? | Scott Mitchell |
| 7 | Arrays | How do I dynamically resize an array? | Scott Mitchell |
| 8 | Databases, General | How do you create a database table through a SQL statement (via an ASP page, perhaps)? | Scott Mitchell |
| 10 | Databases, General | How can I tell what version of ADO I am using? | Scott Mitchell |
| 11 | Email | How can I have my ASP page send HTML-formatted email? | Scott Mitchell |
| 12 | Email | How can I display line breaks in an email message? | Scott Mitchell |
| 13 | Email | How do you send email attachments through an ASP page? | Scott Mitchell |
| 14 | Email | Can I send emails without using CDONTS? | Scott Mitchell |
| 15 | Strings | How can I determine the length of a string (how many characters are in a string)? | Scott Mitchell |
| 16 | Dates and Times | Using VBScript, how can I determine if a variable is a valid date or not? | Scott Mitchell |
| 17 | Strings | How can I find the position of a certain character (or substring) within a string? | Scott Mitchell |
| 18 | Dates and Times | How can I easily display a nicely formatted date variable? | Scott Mitchell |
| 19 | Dates and Times | How can I return the current date/time? | Scott Mitchell |
| 20 | Functions and Subroutines | What is recursion? | Scott Mitchell |