Introduction

Welcome to my blog! In the following series of posts I will begin by documenting my journey to creating WordPress eCommerce site, and demonstrate usage of JQuery, JSON and AJAX. I will then be attempting to use the Reddit API to interact with my own subreddit. The aim of this task is to be able to operate full CRUD on posts within the subreddit - r/tom_land . This will hopefully be achieved by the use of Ajax requests to the server, retrieval of JSON for post data, and client-side manipulation using JQuery. Enjoy!