Search results 131

Sorted from new to old.
Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
pd

Format a number with total number of digits I used it to format a date as ...

Card image
Calendar view

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

Card image
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when

Card image
IsBin

Checks if the passed argument is a binary or not

Card image
Bin2Int

Converts Binary to Integer

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
WP Logout link

I have been playing with WordPress recently, and of course faced some ...

Card image
SetAttr

Sets an attribute to file or folder Needs to have variables defined as you see ...

Card image
WorkbookNew_ANmar

Creates new workbook (does not save it) and returns filename.

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
ExportSheets_to_1PDF

Export multiple sheets as pages in 1 pdf doc. Passing list of sheets as ...

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...