Search results 69

Sorted from new to old.
Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image
jeditable

jQuery editable areas From

Card image
HTML redirect

Redirect using HTML Sometimes you need to do what you need to do The 0 in ...

Card image
Restore Arabic text files

Solution to restore ASCII Arabic text files. Sometimes I noticed when system ...

Card image
Language per app

Restore Windows 10 setting to remember language selected per application

Card image
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image
Val2

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

Card image
OnChange

Detect when user changes a textbox using JQuery Needed to have this documented ...

Card image
Pure CSS Ribbon

Show a ribbon, in a simple CSS, Not my work, found it online, but it helped a ...

Card image
myURLEncode

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

Card image
Hex2Int

Converts hex to Integer

Card image
Bin2Int

Converts Binary to Integer

Card image
PrettyPath

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

Card image
PCase

Converts a string into proper case PCase or ProperCase since Classic ASP does ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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

Card image
TreeView

A plain pure VBA Treeview control to be used inside Excel (official link has ...