Category Archives: Uncategorized

One Line Random Boolean in JavaScript

Happy Holidays everyone! I hope everyone enjoyed the holidays this year. I’m back to work today. I just wanted to post a quick snippet that I used in a jQuery plugin I’m developing. It’s nothing earth shattering, but I thought … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Relative Date String in JavaScript

Here’s a script I wrote awhile ago that’s used in this site and a few other projects of mine. It’s a method attached to the JavaScript Date object to output the date relative to now. It works for both past … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment