smcculloch posted on September 02, 2005 00:25
Well, it seems AJAX is the flavour of the month at the moment and it was interesting to see this little app appear on the World of Warcraft site.
It is a simple grid application that shows player vs player rankings, but it's entirely built using ajax.
e.g.
http://www.worldofwarcraft.com/pvp/index.html
http://www.worldofwarcraft.com/pvp/pvp-ajax.js
http://www.worldofwarcraft.com/pvp/rankings.xml
They use an API called Sarissa which can be found here:-
http://sarissa.sourceforge.net/doc/overview-summary.html
It's interesting the kind of gateways into other data that AJAX brings along, I can now pull that XML data down remotely and use it in my application. What would make a good application though?
I think the only negative, is that it becomes difficult for me to post say a link to my characters, because there is no permenant URL for it. You might have to consider the SEO implications of using AJAX.