Search results 37

Sorted from new to old.
Card image
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

Card image
ConfigWeb_Read

Reads a key value from certain section in Web.config Originally from ...

Card image
Records Affected by Execute command

Records affected by sql Execute command https://docs.microsoft. ...

Card image
INITool

INITool Object allows an ASP programmer to work with INI files on the server. ...

Card image
AmIMobile

Check if browser is for a mobile or tablet, or not. This was before we have ...

Card image
UserSign

Returns someones astrology sign using their birthday in m/dd/yyyy or m/dd/yy ...

Card image
Prn

Printout into page, along with additional function to decide where to put the ...

Card image
GetConfigValue

Read settings from Web.config file (or other XML files) Originally from ...

Card image
doHighlight

Search for occurrences of a keyword in a string and highlight them, by either ...

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
ViewSource

Display content of ASP file (any file for that matters) Using ...

Card image
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my websites, very ...

Card image
SettingRead+SettingSave

This is the final version of my set of Setting functions SettingRead, ...

Card image
Copy File

Copys a file from one location to another using WSH