Search results 123

Sorted from new to old.
Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
Treeview

CSS Tree, a treeview Originally from

Card image
Dynamic ASP include

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

Card image
Val2

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

Card image
Fancybox v2 apply

Applying Fancybox v2 from (

Card image
Shortcuts (rundll32.exe)

Shortcuts to do certain commands in Windows (tested in Windows 7) Shutdown, ...

Card image
DB Class

Database Class in Classic ASP An old article I found that helps a lot these ...

Card image
Posts per year-month

Create summary list If you have SQL table named Messages, with DateStamp ...

Card image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

Card image
IsBin

Checks if the passed argument is a binary or not

Card image
DetectEmailServers

Detects mail servers available by returning number of available mail servers ...

Card image
IsEven + IsOdd

Returns True if integer is even by using IsEven While IsOdd, will returns True ...

Card image
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

Card image
Loading3 gif

Showing animated gif when ancher is clicked, uses an overlay to prevent user ...

Card image
a href=#

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

Card image
Application_OnStart

How to use Global.asa