Time String in RFC733 Format A function to format a time string according to the frankly obsolete RFC733 standard published 1977-11-21. This was necessary as I was generating some OPML which for whatever reason uses this format. function rfc733String( i ) { // IN: formatted time string OUT: RFC733 UTC time string if ( i == undefined ) { var […]
Easter Date Function for JavaScript A function that generates a Date object for Western Easter Sunday for any given year. Researched and developed out sheer curiosity of the Easter’s seemingly random date.
Social Buttons Only When a Visitor Wants Them Using jQuery A method to call social media buttons (Google +1, Twitter, and Facebook Like) using jQuery to prevent too much tracking.