Search Results

9
votes

Why is JSON important?

JSON is much more concise. XML: <person> <name>John Doe</name> <tags> <tag>friend</tag> <tag>male</tag> &l …
0
votes

Fix Web App bugs by reloading page, or reloading script / external resource

Mozilla Venkman for Firefox apparently has the ability to reload the JavaScript on a page. …