-
Recursion and How to Get All the records from a paginated API

I was recently working with an API that limited the max number of items it let you call at once. This was frustrating, because I needed everything. The solution, thankfully was recursion. Recursion is really fun when you get to use it. I needed to use this solution in both JavaScript and Python, so I…
-
How to see if a class was added to an element using JavaScript

-
How to use JSONP (AJAX to SSL) in WordPress, an EASIER way

-
How to use JSONP in WordPress Development. The Quick-and-Dirty QuickStart Guide
-
Form Input “Placeholder” Attribute Polyfill
-
No More Passwords* – Log into WordPress using a QR Code
A short while ago I stumbled upon an interesting Hacker News conversation… Intrigued by the challenge, I decided to implement the theory as a WordPress plugin for all to use. So here’s the gory details… The Flow User visits Login page Login page Generates unique hash, saves hash to the database Login page Creates QR…