Search results 184

Sorted from new to old.
Card image
This Year

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

Card image
Checks if URL is valid

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

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
HTML and URL codes

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

Card image
Loading3 gif

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

Card image
Application_OnStart

How to use Global.asa

Card image
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

Card image
SetAttr

Sets an attribute to file or folder Needs to have variables defined as you see ...

Card image
Thumbnail on fly

An aspx tool to generate thumbnail from an image, used to make page load faster ...

Card image
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image
IsThere1_Folder

Checks if a folder is found or not, can pass either mapped path or unmapped ...

Card image
FindFile_Word

Finds a file within open documents of current instance

Card image
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...