Random codes

Random 24 Codes by our developers.
Card image
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image
FindZipFile_WShell

Finds the first zip in a folder matching wild cards mask using WScript.Shell ...

Card image
Excel clipboard bug

Looks like there is a bug in Excel when dealing with copy and paste. Excel ...

Card image
LXFormat

Formats a number found at end of string to have additional leading zeros to ...

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

Card image
Bootstrap table by wenzhixin

Working jquery bootstrap table, with pagination, search, sort and column ...

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

Card image
AddressReferenceStyle

Change Address style from R1C1 to A1 or from A1 to R1C1. Something I needed ...

Card image
Zoomed iframe

Show iframe zoomed or in scale Thanks to

Card image
ReverseArray

Reverses order of array. In other words, the upperbound value of an input ...

Card image
WelcomeSheet

A User-Friendly way to ask user to enable macros. Showing an only sheet to let ...

Card image
Site Administration

This is an application to administer a website remotely through an ASP

Card image
ArraySort_3Cols

Returns the Array of 3 cols after sorting it

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
CSS Hover effect

Pure CSS hover effect From

Card image
URL2Text + Text2URL

URL2Text to convert a URL into string Text2URL will converts a text with ...

Card image
DB Connection Drivers Test

Test connection to DB using different drivers to see which one works. You may ...

Card image
HTMLTagID_Previous

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

Card image
Prevent Submit until reCaptcha

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

Card image
Tabs28

Pure CSS responsive adaptive height Originally from

Card image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Card image
Bootstrap 5 color toggle

Working toggle button to switch between light and dark color modes in Bootstrap ...

Card image
ReadLastChars

Reads last some characters of a file, needs to see contents of large files that ...

Card image
Breadcrumbs Navigation

Nice bootstrappy navigation with breadcrumbs From