Tagged Questions
5
votes
5answers
288 views
How should you approach supporting rapidly-updating web browsers?
Today, Firefox 5 was released. If all goes according to plan, Firefox 7 will be out by the end of the year. Firefox has adopted the Google Chrome development model wherein version numbers are largely ...
4
votes
2answers
141 views
What is the most accurate/frequent report on browser usage on the Internet? [closed]
I'm determining which browsers a new site should support. I'm looking for a respected and accurate (as possible) report on the browser versions that are currently in use. This report should, at ...
3
votes
1answer
156 views
How does a browser determine that a script has run for too long? [closed]
How does a browser determine that a script has run for too long ? Is it actually configurable through some advanced settings ?
0
votes
1answer
77 views
Why Firefox caching work will reset in version 3 but version 16 don't?
I am developing a web application and have the app deployed into Tomcat server. Tested on IE and Firefox and are working fine. Meaning when I close the browser and reopen the app, the data will be ...
0
votes
0answers
51 views
Any good book or extended tutorial on developing “Web Browsers”? [closed]
Do we have a good book or extended tutorial on developing 'Web Browsers' themselves ?
I mean browsers like Mozilla Firefox/Google Chrome, etc.
I know they are different, but I guess there should ...