Category: What I Learned

  • Getting Post Meta for the WP REST API

    Getting Post Meta for the WP REST API

    My friend and I are working on a little side project. It’s a job posting site for an industry we’re familiar with: ESL jobs around the world. While this project could be seen as “just another job board”, we’re hoping to add some features that will make it fun to use and valuable for schools and recruiters.…

  • Looking Backwards: 2016 in Review

    Looking Backwards: 2016 in Review

    It’s that time of the year, reviewing what has been done, assessing what was good, discarding what was not, and moving forward in a better situation than I was before. After my theme and goal setting at the end of 2015, I moved into the new year with hope and optimism. This year was very interesting…

  • How to Make jQuery’s Dialog Popup Responsive with JavaScript

    How to Make jQuery’s Dialog Popup Responsive with JavaScript

    Lately, I’ve done a few things with the jQuery UI Dialog: In a plugin for making posts and drafts On a site for registration and logging in For playing around with:-) However, out of the box, the popup is not responsive. Since the height and width of the dialog modal are set in JavaScript, I wanted…