Passing Data from PHP to JavaScript
When passing data between PHP and JavaScript in WordPress, two methods can help. Use wp_add_inline_script to easily pass any data and perform dynamic code logic. Then, access the data from a single file to limit global variable access and allow easy inline documentation.
Making the Best of Config
Over the last half year, I have been looking into several of project repositories on GitHub, and I came across quite a few different ways of configuring (and using) various tools and services. In this post, I would like to share some simple, yet effective suggestions that, in my opinion, make for a much easier […]
JavaScript 30 – Day 9: Developer Tools
This is my recap post for Day 9 of the FREE JavaScript 30 online video course by Wes Bos. The task is to learn all about the browser console.