by Epiphany Infotech | Mar 12, 2017 | Blog Posts
TL;DR article explains how to avoid slowing down your web app by canceling or aborting previous AJAX requests. It provides a code snippet that assigns the current AJAX request object to a variable and checks if it’s complete before initiating a new request, thus...
by Epiphany Infotech | Oct 24, 2014 | Blog Posts
TL;DR Adding a Google calendar to a WordPress blog is simple and customizable. First, create and make your calendar public in Google Calendar’s settings. Then, customize the look and view of your calendar and copy the iframe code provided to paste into your blog...