| 03/11/2026 | Agent hangs while parsing a NotesViewEntryCollection with "Show multiple values as separate entries" An agent hanging while parsing a NotesViewEntryCollection with "Show multiple values as separate entries" often stems from a known issue in HCL Domino 12.0.1FP1, where GetAllEntriesByKey iterates inconsistently or enters infinite loops. To resolve, ensure the view is not using "Allow multiple values" with "Show multiple values as separate entries" simultaneously, or upgrade to a patch version (e.g., 12.0.2) HCLSoftware. | Lotus Notes View LotusScript |
| 02/13/2026 | Restart Agent Manager on Domino Server | |
| 02/09/2026 | Footer sum using data attribute in Datatables.net | JavaScript JQuery LotusScript |
| 01/25/2026 | Lotus Formula color columns using Bootstrap alerts | Bootstrap Lotus Formula |
| 01/22/2026 | Make a Bootstrap modal window the same width as the image inside it To make a Bootstrap modal window the same width as the image inside it, you need to override the default Bootstrap modal width with custom CSS and ensure the image is configured to control its container's size. You can achieve this by targeting the .modal-dialog element. | CSS HTML |
| 01/20/2026 | Column filter input triggering resort in Datatables.net | JavaScript |
| 01/14/2026 | Iterative loop to cascade/stamp all descendant documents Use this from a single parent document to stamp all descendant documents. The default repsonses method only returns immediate children, not all descendants. | LotusScript |
| 01/14/2026 | Force a column to format as text when exporting to Excel from Datatables.net | JavaScript Microsoft Excel |
| 08/28/2025 | Pull file from Domino server | LotusScript |
| 05/27/2025 | How to lock the Dock on your Mac to prevent unwanted changes To prevent your Dock from being messed with by anyone, you can lock it down using Terminal. | Mac |
| 03/06/2025 | Standard URI escape along with single and double quotes | JavaScript |
| 03/06/2025 | Disable sorting for one specific Datatables.net column via class and columnDefs | JavaScript |
| 02/27/2025 | Apply show more and show less to text blocks in a Notes view | JavaScript JQuery Lotus Notes View |
| 02/26/2025 | Hide categorized view rows if the total is 1 Helps parse a categorized view more quickly when trying to find instances greater than 1 of something. | JQuery Lotus Notes View |
| 02/07/2025 | AtLeft and AtRight in Excel | Microsoft Excel |
| 01/31/2025 | Datatables Excel export trying to convert part number to date If the column has 4519-00-01 as a value, Excel tries to convert it to a date. | JavaScript |
| 01/26/2025 | FIX: Datatables Column Search/Filter - Double click required to open hyperlinks When the Datatables column filtering is used and you have a hyperlink or button in the table, you end up having to click twice. Once to remove focus from the filter field and second to actually execute the link/button. | JavaScript JQuery |
| 01/18/2025 | Allow carriage returns and html to a Bootstrap Tooltip | HTML |
| 01/13/2025 | Jump to a row in a DataTables.net view | JavaScript JQuery Lotus Notes Form |
| 11/18/2024 | Scroll to an Element Inside a Div | JavaScript JQuery |
| 11/04/2024 | Evaluate a Lotus formula in a LotusScript line | Lotus Formula LotusScript |
| 10/18/2024 | Format now mm/dd/yyyy hh:mm AMPM | JavaScript JQuery |
| 10/16/2024 | Multiple stopwatch counters via jQuery with start date/time | HTML JavaScript JQuery |
| 09/03/2024 | Date Suffix - Ordinal Dates | Lotus Formula |
| 08/29/2024 | Rotate text 90 degrees in html | CSS HTML |
| 08/28/2024 | Add table cell borders with PDF export button when using Datatables.net The default export does not have the table cell borders which can make it difficult to read for rich tables. | JavaScript |
| 08/12/2024 | Smooth scroll to an element | JavaScript JQuery |
| 05/24/2022 | Update back-end Datatables object from front-end cell reference This updates the back-end table object as well as the front-end html table. This is only needed when content is updated after the initial table has been drawn and you're using the Datatables native PDF, XLS, CSV exports. | JavaScript |
| 02/22/2022 | Calculate Decimal Degrees from Degrees, Minutes, and Seconds | |
| 02/04/2022 | Set specific date for Comiseo Daterangepicker https://tamble.github.io/jquery-ui-daterangepicker/# | JavaScript |