- Re: XML/SOAP/WebServices Export
Posted by crushzilla » Tue May 25, 2010 9:35 pm
- Replace wowHeroes.getGuild("us", "Aman'Thul", "Southern Stars", function(characters){ with wowHeroes.getGuild("us", "Aman%27Thul"...
- Re: XML/SOAP/WebServices Export
Posted by crushzilla » Wed Apr 14, 2010 8:59 pm
- Christiaan is my real name ;) I've just released wowHeroes.js it uses YQL instead of my own hosted php webservice so it will save me some bandwidth (as I'm now having around 40 000...
- Re: Guild XML File Bug
Posted by crushzilla » Wed Apr 14, 2010 7:37 pm
- What I did to fix it for my raid attendency software was just do a normal select and then afterwards loop over the results and do a strtolower($guildname) === strtolower($row['guil...
- Re: Guild XML File Bug
Posted by crushzilla » Tue Apr 13, 2010 7:26 pm
- Yes and a while back it wasn't case sensitive. Before I used to do ucwords() on guildnames. Is this behavior intended? Eg. will this be fixed or should we fix it from our side? Not...
- Re: XML/SOAP/WebServices Export
Posted by crushzilla » Tue Apr 13, 2010 7:06 pm
- I did some research and it seems the XML api handles guild names differently. Before http://xml.wow-heroes.com/xml-guild.php?z=eu&r=arthas&g=Knights+Of+Saxony used to work....
- Re: XML/SOAP/WebServices Export
Posted by crushzilla » Wed Mar 03, 2010 9:34 am
- Looking into the issue suggests that cross domain protections are causing the issue and that Safari is probably behaving incorrectly. That is exactly where JSONP comes into play.....
- Re: Guild Page
Posted by crushzilla » Wed Jan 27, 2010 6:00 am
- not bad, gotta get this into an iframe and it should work great thanks to both Not really, you should copy the javascript parts in the <head> part of your webpage and place a <div...
- Re: Guild Page
Posted by crushzilla » Wed Jan 13, 2010 10:09 am
- If you however just want to display a table in HTML on your website you should take a look at the widgets I've made available here Just look at the source of the examples, copy pas...
- Re: XML/SOAP/WebServices Export
Posted by crushzilla » Wed Jan 06, 2010 6:59 am
- I've added 1 extra javascript include to the Wow-heroes example <script type="text/javascript" src="http://tablesorter.com/jquery.tablesorter.min.js"></script> ...
|
-
Yes and a while back it wasn't case sensitive. Before I used to do ucwords() on guildnames.
Is this behavior intended? Eg. will this be fixed or should we fix it from our side?
Note: the armory doesn't care about case for guildname.
|