10/18/2020
I find it frustrating when tabs don't persist when reloading the page. Here's a little snippet I like to use for a simple, front-end solution to...
5/2/2020
The other day I decided to restructure my photo and home video libraries. I switched from flat directories to a nested directory approach (YEAR/MONTH). This...
6/5/2019
For me, the best part about the jQuery DataTables library is how quick and easy it is to get a functioning table. Because of this I avoided using server-side...
7/9/2018
Here's the thing - I know I should be monitoring all of my websites' uptime...but I'm real lazy. So, let's automate this. I mean, this shouldn't require a lot...
6/24/2018
I love jQuery DataTables. If you're not familiar with this library, it's basically tables on steroids. I use it often just for it's built-in sorting, filtering...
6/11/2018
One of my favorite fabric.js hacks was the breakWords function. This would allow Textbox objects to hold a maximum width by forcing a line break when a long word...
6/2/2018
Handling user-uploaded images can be a pain in the ass - especially when you have image requirements. My standard procedure used to involve loading these...