Search results 337

Sorted from new to old.
Card image
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image
Bootstrap 4 progress bars variables

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

Card image
ImagesIn_User

Gets images in a folder where filenames start with "User" Similar to function ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
ANBSCaptchaBox (Part 4)

Attempt to create Captcha inputbox as simple as possible using third party ...

Card image
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image
Text Shadow CSS3 Generator

Online tool to create css3 text shadow, free. Technically, generate the CSS3 ...

Card image
ASCII_Read + ASCII_Save

Reads or Saves text into file, giving its full path. Same as

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
Parts-File2Page

A classic ASP include file to read txt file of list into a page using bootstrap ...

Card image
Copy formulas

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

Card image
DirectionToggle

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

Card image
X-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. From

Card image
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...