A while back, I built an app for a client that displays real-time tweets based on several filters. The requirements were simple, “We want to display real-time tweets on TV screens within our offices as sort of a billboard.” — that’s when Twitscreen was born. I originally built it using jQuery. See Demo Fork on…
AJAX Articles
3 Articles
Boost the performance of your Drupal 7 website, improve usability and help with SEO by making content load via AJAX in just a few steps. Drupal AJAX is a cinch to implement—as it should be since core is loaded with it. In just a few of steps I’ll show you how to use jQuery and … Read article
I was recently working on a WP site that required AJAX functionality on the frontend. Having implemented WordPress AJAX for my Book It! Transportation plugin on the backend, I figured it would be a cinch. Come to find out, it required a little more work to accomplish.