Browsing ASP/ HTML
Win98-style Dialog Header
Create a Windows 98-Style dialog box header.
Picture browser(FSO)
The code Desplays a list of images in a selected folder on the clients computer and lets him browse it.
Time Conversion
To convert a given number into HH:MM:SSOriginal Author: Terry HansenInputsNumber of seconds you are looking at converting, and bFixedLength (usually false)AssumptionsWe do alot of maintaining of time in the place I work, and most of the time it is in the format of large integers in number of seconds.
Convert SQL To HTML Table
Returns the results of a SQL query as an HTML table.
asp date format dd/mm/yyyy
I looked for a way to format the date into dd/mm/yyyy server side.
speeding up concatenating
Concatenating is not very efficient in VBS, especially when a large number of small string are concatenated.
Field Grabber
Have you ever gotten fat-fingered when trying to get the fields from a "Post" action and scrathed your head trying to figure out where the mistake is? Or pondered over a field input page, trying to figure out all the fields you have so you can add those fields to your request.