ANmarAmdeen

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
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...

Card image
Posts per year-month

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

Card image
Calendar view

Another calendar view in Classic ASP, this one highlights today's date

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_Count

Counts number of image files found in a folder Images defined here are files ...

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
VHD files 950MB + 1.8GB + 3GB

VHD files, 950MB, 1.8GB and 3GB, helpful when you want to quickly save files ...

Card image
VHD file 7GB - Delete

VHD file, 7GB, helpful when you want to quickly save files into an 8 GB usb ...

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