Author Archives: Boone Gorges
WordCamp Chicago 2017 slides
Here are the slides from my talk at WordCamp Chicago 2017, titled “Interrupting WordPress”. The presentation walks through the hooks that plugins can use to modify WordPress as it loads, and outlines some reasons why you might use one over another of these hooks. download as pdf Continue reading
gblog 1
2016
Previously: 2015, 2014, 2013, 2012, 2011, 2010, 2009. Good bye and good riddance to 2016! Some highs: My kids and my wife are amazing. My five-year-old started kindergarten and is learning to read. My almost-two-year-old went from a baby on January 1 to a sweet, talkative, out-of-control kid on December 31. My wife is most […] Continue reading
batman
uruc
baz bar
bing bang
boom
Handling LaTeX in WordPress and React.js
I’m in the midst of building a WordPress plugin that interfaces with WeBWorK, a web application for math and science homework. The plugin features a JavaScript app powered by React and Redux, which lives inside of a WordPress page template and communicates with WP via custom API endpoints. The project is for City Tech OpenLab […] Continue reading
Improved ‘equalto’ validation for Parsley.js
I’ve been playing with Parsely.js for form validation on a client project. It’s pretty nice, but I was unhappy with the ‘equalto’ implementation. ‘equalto’ allows you to link two fields whose entries should always match, such as when you have password or email confirmation fields during account registration. parsley-equalto is not symmetrical. If you enter […] Continue reading

