Search results 50

Sorted from new to old.
Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image
Bootstrap full calendar

Full, simple and powerful, with AJAX, and template systems From

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database

Card image
LastInsertedID_SQL

Get the ID of the last inserted record in a table. There are other methods, ...

Card image
LEGO cube loader

Pure CSS LEGO loader This looks great for my 7Bricks project From

Card image
CSS file icons

Create file icon for any extension using css only, no images

Card image
Shrinking DB

Steps to shrink database in MS SQL

Card image
SpinningColors

Spinning colors loader in CSS/JS

Card image
DB Class

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

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
ANmaBrowser v20.19.01

Single file, Classic ASP, Bootstrap 4.1 and FontAwesome 5.0 file manager. ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image
MSSQL DB Connection

Connects to MSSQL database from Classic ASP All DB variables need to be ...

Card image
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image
RemoveChars

Removes all chars found in Chars_to_remove from String1