Craigs Portfolio

Blogs

The purpose of these blogs are for University exams.

3 different subjects required blogs to be written as part of the examination process.

Space background with blue and red nebula
Dynamic Web Technologies

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

Read More »
Dynamic Web Technologies

11. Conclusion

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 More »
Dynamic Web Technologies

10. CRUD – jQuery

Read – jQuery For jQuery consumption of the WordPress Rest API, I am using Bootstrap framework offline. I have created a quick Bootstrap layout and

Read More »
Dynamic Web Technologies

8. CRUD – Create

POSTMAN POST – Create This Create is not as simple as the GET request as it requires authentication, as does the Update and Delete methods. 

Read More »
Dynamic Web Technologies

7. CRUD – Read

POSTMAN GET – Read The GET HTTP request is the simplest of the CRUD functionality when using the WP Rest API.  This is due to

Read More »
Dynamic Web Technologies

6. WordPress Rest API

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

Read More »
Dynamic Web Technologies

5. jQuery

jQuery – UI (Jigsaw) One of the funnest things I have done with jQuery is a Jigsaw game.  It shows off jQuery UI with the

Read More »
Dynamic Web Technologies

4. Class API Examples

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

Read More »
Dynamic Web Technologies

2. WP & Woo Setup

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

Read More »
Dynamic Web Technologies

1. Introduction – DWT

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

Read More »
Server Side Systems

5. Conclusion

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

Read More »
Server Side Systems

4. UI Techniques

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

Read More »
Server Side Systems

3. CRUD & Rules

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

Read More »