On localhost this script for really simple currency conversion works fine. When it’s live on the over hand the £ symbol is making it all iffy. It’s obviously being uploaded as the correct symbol, but I guess it’s not the correct charactor encoding, since that’s the only thing I can think that would be breaking the Javascript. You can check out the script brokenly working at my business site.
Tag Archives: coding
XML traversing: Correct me if I’m wrong
I’m doing some AJAX thing in which my server outputs XML responses for the Javascript to work with. Standard stuff. At the moment I’m a little confused with the navigating the XML though.