Random codes

Random 24 Codes by our developers.
Card image
Windows CSS Boxes

A 3d Window-like boxes, using images Some early CSS attempts of mine

Card image
AmIMobile

Check if browser is for a mobile or tablet, or not. This was before we have ...

Card image
Bootstrap 4 progress bars variables

Enhanced way to use progress bars in Bootstrap 4 Using below variable ...

Card image
KeyASCII

KeyASCII list, I often need that in my projects. List of ASCII codes 1 to 256

Card image
User-Defined Formatting

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

Card image
ANStrSort2

Sorting items inside ANStr, this one in ASP Classic (VBScript) Like the VBA ...

Card image
DirectionToggle

JS to switch direction between Right-to-Left and Left-to-Right Toggle the ...

Card image
Quarter1stLastDate_FromQuarterText

Returns the date of 1st day or last day in a Quarter Mar 31st, Jun 30th, Sep ...

Card image
Quarter_to_Words

Convert Quarter code to text per special project requirements. A special ...

Card image
DeleteOtherSheets

Deletes all sheets in a workbook keeping only one

Card image
Rotating Elements

CSS-Only rotating elements, as a slideshow, or carousel From

Card image
MatchIf8

Searches for 8 cells in 8 columns and returns the row number if all found. Has ...

Card image
Old cell value

Nice solution to read value in cell AFTER changed. Needed to have that feature ...

Card image
CellRead (SimpleLookup)

Simply reading a value from a specific cell from a sheet from a workbook ...

Card image
ANmaUploadFTP_Script + ANmaUploadFTP_1File

Uploads 1 file to FTP. It will create temp script to login to FTP and uploads ...

Card image
OpenOffice Macros

A pdf book, for macros in OpenOffice.org

Card image
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Card image
ANmaHideIntoJPG and ANmaExtractFromJPG

Hide files into jpg and restore it using those two functions. Attached file ...

Card image
Walking Columns (Scrollable Columns-Chart)

Allow users to scroll through columns in column-chart. Used chart.js, this is ...

Card image
CleanFilename

Cleans file name from invalid unexpected characters that Windows refuses.

Card image
Bootstrap Tags input

Tags input (Tagsbox) in bootstrap From

Card image
HTMLTagID_Previous

Return id for any html tag that was found above certain location of html page. ...

Card image
ANmaSum_4IFs

Applies SumIFs for 4 columns, same sheet, same workbook Another function to do ...