Blog Archives

RESTful Communications: XML Request-Response

Planetary statistics relating to Pluto, displayed after a successful communication between a JavaScript client and a PHP RESTful Web Service.

This post demonstrates and describes XML communication between a JavaScript Client and a RESTful Web Service written in PHP. Images of the two major JavaScript functions that facilitate this communication are included; if the user is interested, (s)he may click on these images to enlarge them and inspect the JavaScript coding.

Tagged with: , , , ,
Posted in RESTful Communications

RESTful Communications: JSON Request-Response

JSON communication between a JavaScript client and a PHP RESTful Web Service.

This post demonstrates and explains a request-response communication between a JavaScript client and a RESTful Web Service written in PHP. JSON is used as the mode of data transport. Images display the two most important JavaScript functions that are used in this post; these images can be enlarged by clicking on them.

Tagged with: , , ,
Posted in RESTful Communications

RESTful Communications: Textual Request-Response

Statistics relating to planet Earth displayed in a bullet-pointed list, as a result of a successful communication with a RESTful Web Service.

This post demonstrates and explains how a JavaScript client can successfully communicate with a RESTful Web Service written in PHP. Planetary statistics are displayed in a bullet-pointed list upon successful request-response interaction. The JavaScript functions that facilitate this communication are displayed in image form; these images can be enlarged for closer inspection by interested users.

Tagged with: , ,
Posted in RESTful Communications

RESTful Communications: Tabular Planetary Statistics

Earth statistics served by the RESTful Web Service at https://sharedsapience.website.

This post demonstrates and explains how a JavaScript client can interact with a RESTful PHP Web Service. Tabular planetary statistics are requested and displayed by this JavaScript client, based on the user’s planetary selection. Coding examples are included.

Tagged with: , ,
Posted in RESTful Communications

RESTful Communications

RESTful Web Service: Pluto statistics in 'json' format.

This post provides information relating to a RESTful Web Service that has been created at https://sharedsapience.website/bespoke_php-files/planetary_statistics.php.

Tagged with: ,
Posted in RESTful Communications