Search results 88

Sorted from new to old.
Card image
HTMLDecode + HTMLEncode

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

Card image
Javascript Analog Clock

AN analog clock in js From

Card image
Detect if Browser supports Flash

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

Card image
KeyASCII

KeyASCII list, I often need that in my projects. List of ASCII codes 1 to 256

Card image
Password Validator

Javascript based password entry validator

Card image
Modal Boxes B4BS

These are JQuery modal boxes, we used before we got bootstrap B4BS means ...

Card image
Restore Arabic text files

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

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Hourglass

A js/css hourglass loading spinner

Card image
Digital Clock

Actually working digital clock JavaScript-based, refreshes every second Found ...

Card image
OnChange

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

Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
HTML and URL codes

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

Card image
Loading gif

Show and hide loading gif using Javascript. a simple way to control when to ...

Card image
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

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