On the web you can find a lot of examples how this trick could be workarounded, but I prefer to use browser built-in feature . Rounded corners functionality – is something whats expected very long time ago from browser’s vendors by frontend developers.
Archive for the ‘firefox’ tag
Tracking browser’s HTTP requests tools
Recently, I had problem with tracking some HTTP requests which are sent by browser.
And small investigation defined that no every tool show the truth. Who doesn’t have time to read too many text below – outcome is simple:
“Do not trust Firebug (Net tab) & LiveHTTPHeaders, trust HTTPWatch & HTTPAnalyzer or some other real sniffer”
Goal
My goal was – send GET request on some click action, and after that immideately show next page, in fact reload page (window.location should be changed without using setTimeout() function).
And here I did not care about response, so goal only – request …

