Random codes

Random 24 Codes by our developers.
Card image
RegExPatternMatch

Checks string against pattern using RegEx (VBScript.RegExp). The pattern ...

Card image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

Card image
Read Text

Opens a textfile and shows contents

Card image
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
MatchIf4Up

Returns row of matching 4 values in 4 columns searching from bottom to top. ...

Card image
Calendar view

Another calendar view in Classic ASP, this one highlights today's date

Card image
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image
Easy Select

A drop down menu for Text fields Another one, that needs some work to fulfill ...

Card image
ANmaUploadFTP_FilesFrom2Columns

Upload files in column each to folder in next column. Expects to have two ...

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
Fancybox v2 apply

Applying Fancybox v2 from (

Card image
More Bootstrap wells

Additional Bootstrap well colors, I always find it easier to use Wells (used in ...

Card image
HTMLTagID_Previous

Return id for any html tag that was found above certain location of html page. ...

Card image
Detect if Browser supports Flash

Detect if Browser supports Flash or not ( using ShockwaveFlash.ShockwaveFlash) ...

Card image
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...

Card image
DateDiff_Networkdays

Calculates no of workdays between two dates. Option to use international ...

Card image
Page2Setting

Read content of an html online page into setting value in Excel sheet. ...

Card image
FindVBAObject

Finds specific VBA object in VBE project User need to setup to trust VBA ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
UsedRange

Returns the address of first:Last cells with data in sheet. Like pressing ...

Card image
Laoding Circle

Loading animation in css/js

Card image
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

Card image
Javascript Analog Clock

AN analog clock in js From