I didn't mean to discard the XML version of the API. I think the API is awesome as it is right now.
You are right about the browser freezing on older computers (and mobile devices)
There are some problems with the spanish translation of the forum.
File uploading breaks the page.
BTW I realize there's not a big difference comparing the original xml file with my json version. I think the attached file could be compressed more (and it can be modified to be more readable).
About the comparison with xpath, I'd save a modified version of the data in local Storage, with indexes (properties). Really fast:
players: {player_100233: {name: John Doe, alliance_id: 23544}, player_100234: {name: John Lennon, alliance_id: 23543} }
Bug (as seen in the edit message page):
Fatal error: PHP notice in file
/home/www/boards/board.origin.ogame.de/wcf/templates/compiled/22_0_14_attachmentsEdit.php
(22): Undefined index: messageID
You are right about the browser freezing on older computers (and mobile devices)
There are some problems with the spanish translation of the forum.
File uploading breaks the page.
BTW I realize there's not a big difference comparing the original xml file with my json version. I think the attached file could be compressed more (and it can be modified to be more readable).
About the comparison with xpath, I'd save a modified version of the data in local Storage, with indexes (properties). Really fast:
players: {player_100233: {name: John Doe, alliance_id: 23544}, player_100234: {name: John Lennon, alliance_id: 23543} }
Bug (as seen in the edit message page):
Fatal error: PHP notice in file
/home/www/boards/board.origin.ogame.de/wcf/templates/compiled/22_0_14_attachmentsEdit.php
(22): Undefined index: messageID
The post was edited 4 times, last by NeoArc ().