View JSON directly in Firefox

If you request a URL than returns a application/json result Firefox will give you a “Download this file” dialog by default. If you rather want the JSON data to show up just as a xml, rss or html page would you could download this little extension called JsonView that will do this for you. Another [...]

Slow IIS on Vista with Firefox, Chrome or Safari

Ever noticed that sites are way slower in Firefox / Safari / Chrome and so on when you try to debug a website localhost on Vista.  Apperently there is some kind of DNS bug caused by IPv6. To fix it in Firefox you can type about:config and look up network.dns.disableIPv6 but this doesn’t fix the [...]