Search results 658

Sorted from new to old.
Card image cap
Bootstrap Modal variables

Bootstrap link to pass variables to modal content Used to build list of links ...

Card image cap
Pagination call

How to read certain page from SQL table Originally from from http://social. ...

Card image cap
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image cap
IsThere1_Folder

Checks if a folder is found or not, can pass either mapped path or unmapped ...

Card image cap
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image cap
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image cap
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image cap
DigitsORLettersOnly

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

Card image cap
AmIMobile

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

Card image cap
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image cap
GetConfigValue

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

Card image cap
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image cap
Textbox focus issue fix

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

Card image cap
Posts_per_Year

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

Card image cap
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image cap
MSSQL DB Connection

Connects to MSSQL database from Classic ASP All DB variables need to be ...