All Questions
6 questions
-3
votes
1
answer
3k
views
How to customize Chromium browser from source code [closed]
Customizing Chromium includes fixing homepage, removing address bar, .etc. Is it possible to modify the source code or using some compiling options to achieve these goals?
10
votes
3
answers
54k
views
How to open a desktop application through browser without a Java applet?
We run a cloud-based medical software, and a very important part of the program is bridging to an imaging software straight from our website, passing information through command line arguments. We ...
1
vote
1
answer
1k
views
Why HTML select is not searchable by default?
I was wondering why the default select tag of HTML, for example:
<select name="company_name">
<option value=""></option>
<option value="1">Company 1</option>
...
10
votes
1
answer
25k
views
When opening pdf's in browser, why is "inspect element" available and "view source" not?
When opening pdf's in Chrome and Firefox, the "view source" button is greyed out. "Inspect elemet," however, reveals HTML. Are the browsers simply downloading the file and generating html to display ...
0
votes
2
answers
25k
views
Does IE have more strict Javascript parsing than Chrome?
This is not meant to start a religio-technical browser war - I still prefer Chrome, at least for now, but:
Because of a perhaps Chrome-related problem with my web page (see also), I temporarily ...
2
votes
2
answers
204
views
Browser support for internal corporate tools
We are on the verge of a conversion. For years, our company supported only IE for its internal (intranet) home-built tools.
Since a few of our users are still on XP, which means IE only goes up to 8....