-
Developing A Theme for WordPress Using ReactJS, Redux, and the WP REST API
To being, check out the project here. This is a work in progress, but I got enough done this weekend that I’d like to share. I wanted to work on a project using ReactJS and Redux. I’ve heard a lot about it, and wanted to explore it on my own. I do that with every…
-
How to use JSONP (AJAX to SSL) in WordPress, an EASIER way
I’ve already written about How to use JSONP in WordPress Development. I explain how it works, and why you would use it there. At work we work with several domains and I’ve had to use quite a bit of JSONP, I’ve rethought how to use it, and made this micro-framework to make it a LOT…
-
How to use JSONP in WordPress Development. The Quick-and-Dirty QuickStart Guide
Edit: Looking for an easier way to do JSONP in WordPress? What IS JSONP and why should I care? There’s been a lot of debate lately about whether to move your site to SLL (https) or not. It’s clear, though, that all your forms, at least the ones that handle sensitive data like logins, should…
-
How to Use AJAX in WordPress Development. The Quick-and-Dirty QuickStart Guide
Edit: Enjoyed this? Check out my new post on AJAX using JSONP in WordPress. There are some great posts and a fantastic wiki page explaining how to use AJAX in WordPress. But I haven’t found a quick plug-and-play tutorial. So here goes… The problem: A simple form that will give the visitor an input and…