Search results 965

Sorted from new to old.
Card image
Global asa

As ASP Classic user, I have to have some post about global.asa Here is one, ...

Card image
Simple Captcha

Sometimes the simplest methods is the most powerful. That is what I said

Card image
DB Class

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

Card image
Cookies Consent

Show cookies message based on new EU regulations with customization. Best one ...

Card image
Prevent Submit until reCaptcha

Disable Submit button until Google reCaptcha is verified, used reCaptcha v2.0 ...

Card image
Wordpress drop-down menu

Add dropdown with User login, logout into menu. This code used to replace "nav. ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
CSS Tree

One of those small CSSs I use in some of my projects, these are pure CSS, no ...

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
Folder Space used

Get sizes of each folder next to the asp file FolderSpace.asp. Then total of ...

Card image
Pure CSS Ribbon

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

Card image
ImagesIn

Just like FilesIn function, but this one returns list of images only found in a ...

Card image
SendEmail_CDO

Sending an email using CDO object Can pass all needed variables including mail ...

Card image
myURLEncode

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

Card image
IsBin

Checks if the passed argument is a binary or not