← All posts

Tagged: JavaScript

Notes on javascript CRUD

Notes for implementing a Javascript CRUD interface with Wordpress We are trying to maintain a generic implementation. Using a JSON string as the data packet…

Adding a portfolio using WordPress and JavaScript

A client wanted to produce a list of job openings on a page in a grid like format. In addition, they wanted the user to be able to quickly filter the list based on location. Here's how it was done.