12. Demo Feedback
522 Error on OMDB Following the 522 error I was getting on the OMDB when searching, I tested the test data on the OMDB website
The purpose of these blogs are for University exams.
3 different subjects required blogs to be written as part of the examination process.
522 Error on OMDB Following the 522 error I was getting on the OMDB when searching, I tested the test data on the OMDB website
Conclusion Prior to Dynamic Web Technologies course I wasn’t interested in JSON and no idea what AJAX even was. Whenever JSON or AJAX comes up
Read – jQuery For jQuery consumption of the WordPress Rest API, I am using Bootstrap framework offline. I have created a quick Bootstrap layout and
POSTMAN PUT/PATCH – Update As I am using the WP Rest API, a PUT request does the same thing as a POST request. So for
POSTMAN POST – Create This Create is not as simple as the GET request as it requires authentication, as does the Update and Delete methods.
POSTMAN GET – Read The GET HTTP request is the simplest of the CRUD functionality when using the WP Rest API. This is due to
What is the WordPress Rest API? Simply put, it is an interface which allows a developer to access WordPress from outside the WordPress installation. As
jQuery – UI (Jigsaw) One of the funnest things I have done with jQuery is a Jigsaw game. It shows off jQuery UI with the
Top 10 TV The class examples were Tv Top 10 from iTunes and the Weather API. Below is the code for the Top 10 Tv
WordPress The main premise of a WordPress (WP) website is WYSIWYG (what you see is what you get). WordPress is an open source Content Management
WordPress A small part of the project work carried out is using WordPress. Setup and edit a theme/child theme to create a working website which
Introduction Hi and welcome to my blogs for the Dynamic Web Technologies (DWT) project in University. The main aim of these blogs is to follow
Conclusion Overall I had a lot of issues and I made a lot of major stupid mistakes in this project. I couldn’t get started due
Reorder Lists I originally tried setting up the reorder lists by using the database. I was using lft, rgt and depth which was used in
CRUD After migrating to the database I can now build the CRUD on each of these automatically using backpack commands as shown below. For each