<<
ASP
This page is in progress, currently being migrated from an old system - all files and scripts here are free to use, although a mention would be nice, and they come with no guarantees of any kind. If they blow up your house and make your dog eat your car, then it's not my fault
ASP Access Database Administration
Use this script to backup and restore an MSAccess database, plus Compact a database
Asp File Uploader
Upload files through a browser, then save to disk or to a database BLOB field. also check for image types, limit upload sizes and extract information
ASPBase64EncoderDecoder
Encode or Decode a Base64 encoded string
ASPClientSideHTMLEditor
Embed an HTML Editor in your web page. Works on IE 5+
ASPClientSideSpellChecker
Check the spelling of a text field on the client machine. Requires IE and MSWord to be installed on the client machine
ASPCreditCardEncrypter
Credit Card Encrypter
ASPCreditCardNumberChecker
Checks to see whether a credit card number is of the appropriate format. Does not check to see if the card is legitimate
ASPJulianDateConverter
Translate a Gregorian (conventional) format date to Julian Date.
"2002-12-02" to 2452317.5
Useful for date sorting for systems with no inherent ability to sort by date (e.g. XSL)
ASPLastMondayScript
Determines the date of last monday, useful for auto-generated csv's etc...
ASPMSAccessStoredProcedure
Not really a stored procedure, but a way to execute Access queries which use parameters
ASPMSSQLServerQueryAnalyser
An online Query Analyser for Microsoft SQL Server. Has the same basic functionality as the Query Analyser, allowing you to create/edit stored procedures, execute commands and retrieve data.
ASPRandomNumberGenerator
Generate an array containing X unique numbers, between A and B
ASPTitleCase
Convert a string to Title Case (all first letters capitalised)