Pinned Repositories
autocomplete-without-ajax
A quick and easy implementation of auto-complete for web forms without using Ajax or JQuery.
autologout-redirect
Break-Time-Schedule-for-Small-Business
A robust and free employee scheduler/break-time scheduler for a small business (with 25 or less employees working each day)
Easy-Ajax-without-JQuery
Easy ajax requests for strings and JSON objects without using JQuery
excel_regex_tester_builder
An Excel-based utility to help you learn to build and/or test your regular expressions.
excel_vba_capture_enter_key_press
excel_vba_funcReduceSpaces
A quick function to correct extraneous spaces from sloppy typers.
excel_vba_password_generator
A utility using rand() and rank() to generate passwords that comply with multiple rules.
FileShredder
KVS_Viewer
jimmelanson's Repositories
jimmelanson/Easy-Ajax-without-JQuery
Easy ajax requests for strings and JSON objects without using JQuery
jimmelanson/KVS_Viewer
jimmelanson/autocomplete-without-ajax
A quick and easy implementation of auto-complete for web forms without using Ajax or JQuery.
jimmelanson/autologout-redirect
jimmelanson/Break-Time-Schedule-for-Small-Business
A robust and free employee scheduler/break-time scheduler for a small business (with 25 or less employees working each day)
jimmelanson/excel_regex_tester_builder
An Excel-based utility to help you learn to build and/or test your regular expressions.
jimmelanson/excel_vba_capture_enter_key_press
jimmelanson/excel_vba_funcReduceSpaces
A quick function to correct extraneous spaces from sloppy typers.
jimmelanson/excel_vba_password_generator
A utility using rand() and rank() to generate passwords that comply with multiple rules.
jimmelanson/FileShredder
jimmelanson/B4J-Code-Snippets
Useful code snippets from my work with B4J (B4X.com)
jimmelanson/B4J_FileExplorer
jimmelanson/excel_vba_funcHasAlphaNumeric
A better way to test a cell for content, as it ignores a cell with only a spacebar (blank space) keystroke.
jimmelanson/excel_vba_funcRedactNonAlphaNumeric
jimmelanson/excel_vba_funcWorksheetExists
Excel vba procedure to see if a worksheet exists without going through the native procedure.
jimmelanson/excel_vba_known_microsoft_issues
There are things about Excel VBA that may not give you the results you are expecting.
jimmelanson/excel_vba_ModulusZero
Al alternative to the limited vba Mod() function.
jimmelanson/excel_vba_Perl_style_arrays
jimmelanson/excel_vba_Rounding_Numbers
This method allows you to round to a specific integer/long or round to a specific decimal.
jimmelanson/excel_vba_Time_as_String
A class module to let you treat time as a string.
jimmelanson/javascript-colour-picker
A javascript colour picker with slider bars
jimmelanson/javascript-slider-bars
JavaScript sliders that can be customized to return any range of values.
jimmelanson/js_popup-oldskool
Sometimes you need an old skool popup box, or a custom alert/notification/tooltip that you can't get other ways (meaning you don't know enough CSS).
jimmelanson/M100.pm
A date handling module that has no issue with the size of integers in 32 bit or 64 bit systems
jimmelanson/perl-file-upload
A library to make file uploading easy.
jimmelanson/prime-number-generators
jimmelanson/SimpleDateMath.pm
manipulating dates as strings, with math.
jimmelanson/TreeViewBuilder