1,065
edits
Prawsthorne (talk | contribs) |
Prawsthorne (talk | contribs) |
||
| Line 169: | Line 169: | ||
Most of the tutorials have focused upon issuing a badge using a text (or json) file. The idea being that the required information is stored in a file stored to disk and referenced when issuing the badge. This means that many files would have to be stored to disk and would, through time, could cause significant maintenance overhead. | Most of the tutorials have focused upon issuing a badge using a text (or json) file. The idea being that the required information is stored in a file stored to disk and referenced when issuing the badge. This means that many files would have to be stored to disk and would, through time, could cause significant maintenance overhead. | ||
==== As a Message ==== | ==== As a Message ==== | ||
The json could also come as a message exchanged between systems. The idea of an | The json could also come as a message exchanged between systems. The idea of an [http://en.wikipedia.org/wiki/Application_programming_interface Application Programming Interface (or API)] available on the internet so two or more websites can exchange information has been available for a number of years. | ||
=== JavaScript === | === JavaScript === | ||
edits