All Questions
5 questions
1
vote
1
answer
108
views
How can I modify web content on a mobile browser?
I want to build a small extension for major browsers that modifies the HTML and CSS of certain pages. On a desktop browser, this can be accomplished easily. On mobile browsers, however, content-...
0
votes
1
answer
194
views
How do browsers do CSS caching and why only .alert or .danger but not .alert.danger? [closed]
I read about BEM & OBCSS here and somewhere the author mentioned this:
Decoupling selector will not only increase maintainability and scalability: it will speed up the rendering. Most web ...
33
votes
9
answers
20k
views
Pure Java web browser, is it practical? [closed]
I know that a Java web browser is possible, but is it practical? I've seen the Lobo project and must admit I am impressed, but from what I've gathered it seems that development stopped in 2009. Would ...
5
votes
2
answers
6k
views
Should I still make my site work in non-javascript capable browsers?
Apparently less than 1% had javascript off in 2010:
http://developer.yahoo.com/blogs/ydn/posts/2010/10/how-many-users-have-javascript-disabled/
So is it worth it to still support browsing without ...
105
votes
14
answers
73k
views
Why are most browsers developed in C++ [closed]
It seems like most of common web browsers (Firefox, Chrome, Safari) are developed using C++. Whys is that so?