After doing all this reading I jumped into Notepad++ and made myself up a few html pages with simple buttons that I could click that would run functions to send out XMLHttpRequest's the to various APIs we were going to use for our group project.
The first images below are playing around making calls to the MementoAPI which is an easy way to access the archived website links available on the Wayback Time Machine as Trove does now allow access to their website zone.
| API call to Memento Wayback Time Machine |
| Response from API call to Memento |
At the moment the results are just coming back as text, but I did this exercise more as a proof of concept to make sure it would work and that we can grab the url links. Moving on from this I think got the w3schools validator API up and running with another simple test.
| API call to w3schools validator |
| Response from call to w3schools |
Also managed to set up a simple mySQL database with a single table. We should be able to use this in the group to manage Usernames and Passwords so that we can have a login system, and even save users progress. Our group is also using Github for this project so learning how to use both it and FileZilla will be a great experience.
Next week my goal is to set up a login system which can actually store usernames and passwords using PHP. I will begin by looking at the PHP beginners links posted on the deco1800 resources page and then look for online tutorials from there.
Our team has also agreed to have the proposal document written and finished by this weekend so I will spend some of next week editing that and getting ready for the pitch and final submission. Overall I am pretty happy with this weeks progress and hopefully we can start getting into some low fidelity prototypes late next week so that we can think about testing.


