Tag Archives: bosak

There is Nothing Either Good or Bad, But Thinking Makes it So

I have recently been working on an extension to shakesbook.org that employs Ajax to retrieve a file of Shakespeare’s plays from the server.  This is similar in theory to the Simile timeline I used before and also akin because of my use of a JSON data format.  I am hoping to apply a JSON data structure to complete works of literature instead of using XML.  Jon Bosak organized Shakespeare’s works into XML as early as 1996, the files here are from 1999, but from what I can tell no one has tried to place the plays into JSON.  I wish to return to this, instead of leaving it settled in XML, for several reasons.  For one, JSON is arguably more easily readable [1] by humans and computers and JSON has familial ties to Java/JavaScript, which is the language I can work in best.   JSON also takes up much less space than XML [2] which means faster communication between the server and the webpage.  These reasons together made me choose to remake Shakespeare’s works, however my acquaintance with both the plays and the data format did not result in a quicker solution; instead I inadvertently arrived at larger questions of meaning in these plays.

Continue reading

Advertisement

7 Comments

Filed under Addressability, Shakespeare