0
votes
0answers
6 views

Changing browser for IPython Notebook from system default

I would like to keep firefox as my system default browser on my Mac, but launch IPython Notebook in Chrome[1]. This answer led me to my ipython_notebook_config.py file but I can't get an instance of ...
0
votes
0answers
11 views

How create our own custom browser

I am developing a application in adobe air using flex builder, where I need to open web sites inside application. Actually these applications works exactly same as web browser. Currently I used the ...
0
votes
1answer
24 views

How do I sandbox a web browser control in C#?

I am using a web browser control to view cached web pages "offline". The problem I am running into is that when I load a page, some links obviously want to fetch the data from the internet. I am not ...
0
votes
0answers
7 views

Web browser with memory management

Is there any web browser with manual memory management exist? So I can limit memory consumption, also it would be nice if can handle 'infinite' number of tabs.
1
vote
0answers
27 views

How to display large amount of data (~8Mb) on a web browser at once?

I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data. Is there any way to tweak ...
-3
votes
0answers
29 views

why firefox can't load a <div>? [closed]

I'm trying to create a theme for wordpress. in section of code i have 3 like this: <div id="main"> <div id="postbox"></div> <div id="container"></div> ...
0
votes
1answer
24 views

Security warning in browser

If you visit the URL below, your browser would give you a warning regarding site security. What is the cause of the warning? What can I do to prevent other people from seeing this warning? Here is ...
0
votes
2answers
30 views

Javascript detect browser scroll to the top?

How do I modify the following code to detect scrolling to the top page instead. window.onscroll = function(ev) { if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) { ...
0
votes
2answers
55 views

Opening multiple tabs in specific window of browser?

I know JavaScript has a method window.open(URL,name,specs,replace) with it I can open a tab or new window with a name eg. window.open('www.google.com','name1'); And replace the content in ...
0
votes
0answers
42 views

Hiding Mobile Safari's URL Bar After URL Click

I have successfully created a "web app" enabled HTML page using the following tag: <meta name="apple-mobile-web-app-capable" content="yes" /> Once "installed" to the iPad the first page looks ...
0
votes
1answer
34 views

How to read useragent details

This is my user agent Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31 I know I am using chrome, so I understand it is from chrome ...
0
votes
0answers
69 views

Why href value is copying to input type = text while Drag and Drop?

<a href="javascript: void(0)" onclick="clearTextbox('#search_by_userid')" title="Clear User Id"> User Id :</a> <span><input id="search_by_userid" type="text" value="" ...
0
votes
0answers
24 views

What do the various indicators on the browser title bar mean?

I am building a web application using ASP.Net MVC. My problem is that when my application loads on a browser, the grey loading indicator on the browser header takes a long time to convert into a blue ...
0
votes
0answers
55 views

How to change the 'error 404 page' for different browsers

I am writing a toolbar. I need to change the error 404 page for different browsers (IE, chrome, Firefox) , (at client site and NOT server) such that every time an error 404 occurs on browser, it ...
0
votes
1answer
122 views

Can I get the visitor's router name or MAC address?

Can I get the visitor's router name or MAC address? So that I can search his location in the streets? Edit: Will Java or Flash help me?
0
votes
1answer
38 views

how to create CSS for same look of website when the browser is maximized or re-size the browser window

I create website using HTML and CSS.It was display perfectly in all browser in maximized window status,that means the website display correctly when the browser if i press restore down or drag for ...
1
vote
1answer
46 views

Are there any native methods to triangulate ordered list of points exposed in the browser?

I've been dabbling in WebGL over the past few months. WebGL Fundamentals by greggman goes through step-by-step in creating a familiar pixel space. (0, 0) is the upper-lefthand corner, matrices enable ...
2
votes
3answers
103 views

how can closed the TAB page by click?

I am making a Web Browser , I have done some parts like that new tab Page,Bookmark,home page,Default Search Engine and so on. I'm confused about how to closed the TAB PAGE. I have tried Double click , ...
0
votes
0answers
22 views

Why chrome wont search for bitbucket

I use chrome as my main browser and when i type something into the address bar it will automatically start searching google. Which is good and works fine. However, it does not work for bitbucket. ...
0
votes
1answer
75 views

User Agent Strings: What should I capture?

I have a project where I'm parsing a Tomcat log for useful information. At first, the program was quite simple and could easily be done with a single grep. However, once it was realized that this ...
0
votes
1answer
36 views

In which Navigation timing stage webpage get displayed?

The performance.timing stores the timing of the various events' that happen during the webpage loading: And I learned that HTML tags get parsed and <script> elements with neither 'defer' ...
1
vote
2answers
53 views

Is IE the only browser that uses Quirks mode?

When a DOCTYPE isn't defined or is mispelled, etc. are the older IEs the only browsers that go into quirks mode? Or does super old Firefox, Safari, etc. do this as well?
1
vote
1answer
125 views

BlackBerry - Open URL in Browser

On clicking the LabelField, I want to open the browser with the website link mentioned in the LabelField. I have tried to add navigation click to the LabelField but it does not work. It appears that ...
0
votes
0answers
44 views

Detect WebKit browsers by UserAgent

Is it be enough to check if user agent contains 'webkit'? Also I want to exclude desktop's browsers.
1
vote
2answers
24 views

How to tell browser about successful authentication?

In the scenario of a regular email/password form, where submitted form makes a POST request to the server to validate client credentials. How to tell the browser if the authentication was successful ...
0
votes
1answer
412 views

Identify Unique Browser / tab instance, e.g. User has 2 tabs open on mysite.com-identify each

I have read this and many other links the past few days. The problem is that I need to have a unique identifier for each tab or browser that a user has open for mysite.com (example site name) I ...
0
votes
1answer
92 views

What's default value of cache-control?

My problem is: sometimes browser over-cached some resources even if i've already modified them. But After F5, everything is fine. I studied this case whole afternoon. Now i completely understood the ...
0
votes
1answer
59 views

how to know the browser support cookie using python or django

I want to check whether the web browser supports cookies, before I set cookies. How to do it using python or django. I didnt find it on google and python document and django doc? any one knows? thx
-2
votes
1answer
41 views

Browser Interpretation [closed]

This may seem to be a silly question but what I was thinking that if a browser is on some system that is dormant long enough and the new technology like html5 css3 has evolved meanwhile,Will that html ...
2
votes
1answer
75 views

Bundling a browser in my Java application

I have created a Java app (deployed by Java Web Start) which needs to use a browser to display HTML5 content. Due to such browser not necessarily being on the user machine, I'm bundling a portable ...
0
votes
0answers
31 views

Atom's source viewer in IE

The View Source of atom feed in IE10 launches Notepad. Is there a way to set default source viewer for atom feed to the one used for HTML/SVG documents in IE?
0
votes
1answer
62 views

Does web browser treat css/js/img different from text

I have a webpage and in it some images etc. I clear my cache and hit the URL. The page request has the following response headers: Cache-Control:public, max-age=600 Connection:keep-alive ...
1
vote
2answers
52 views

How can I detect the browser asking a user for device permissions?

Let's say I'm using the getUserMedia javascript api in a browser. The browser asks the user for permission to use the camera or the microphone. How can I detect when the browser is asking for these ...
0
votes
1answer
34 views

Suggestion on creation app for getting information from webpage

First want to say that I have experience with python and some web libraries like mechanize, beautiful soup, urllib2. The idea is to create an app that will grab information from webpage, that I ...
0
votes
1answer
208 views

What XSS attacks could be done with window.location

Which XSS attacks could be done when redirecting with window.location and user input data. I think this ones User can write a post with a title that contains http:// so the end user ends up on a ...
0
votes
0answers
22 views

Console output in Google Chrome [duplicate]

Possible Duplicate: Save the console.log in Chrome to a file I know that in the Chrome I can write info about errors and warnings into chrome_debug.log file. Can I in in any programming way ...
0
votes
2answers
85 views

Access to third party content - iFrame, signed applet, anything?

I want to build an application (a demo, no vile intentions) which would do the following: a user receives an URL: http://experiment.com/?url=destination.com the user opens the URL in a browser (any ...
0
votes
0answers
53 views

websites that only load sections when in view

I have noticed a trend where elements of websites do not load until it is in the immediate view. I would like to do more in depth solo research on this, but I don't know what this convention is ...
1
vote
2answers
105 views

How to Avoid Redirection in my Browser [closed]

There area few sites which get redirected to some other links when i visit them. e.g. when i am logged in through facebook from my browser and if i simultaneously open an another tab in which i open ...
-2
votes
3answers
114 views

Bypass browser check [closed]

I have my an account on my University Blog, its a kind of Learning Management System, but that site only allow me to access it through Internet Explorer, and my Internet Explorer got corrupted so I ...
0
votes
0answers
87 views

C# and WebBrowser Controls

So I'm trying to load http://server7.firmchannel.com/mediatile/multizonetest.html in a webbrowser control in C# (Visual C# 2010 Express). Unfortunately, while pages like Google.com and slashdot.org ...
1
vote
1answer
96 views

Site specific web browser for websites/apps in strict office environments

As we all, grappling with cross browser issues can be a big task, in particular making fancy modern sites look good and work well in older versions of Internet Explorer can be a difficult task. For ...
0
votes
2answers
2k views

Continue to This Website (not recommended) Error on Firefox

i've recently bought a comodo ssl certificate with a 256bit encryption as a advice of my friend who uses that in his server and installed it to my server with following the instructions from google ...
2
votes
2answers
2k views

Where is the default browser on Android 4 derived from?

Question: Where is the default browser on Android 4 derived from ? The user-agent string only contains Safari, not Chrome. If I go into android-market, and download and install Chrome, Firefox and ...
2
votes
3answers
220 views

How to get java script console ouput of browser in java?

I want to run one HTML page with JavaScript and want to access its output in Java. Is there any way to access JavaScript console output of browser in Java code? First, I tried executing JavaScript ...
2
votes
1answer
193 views

difference between layout engine and javascript engine

After much reading, it seems that when people say, browser engine, they refer to the layout engine such as gecko or webkit. I also know that the layout engine is basically responsible for "painting" ...
0
votes
1answer
185 views

Does IE 9 Compatibility view (IE 7 , IE 8 ) work similar to the actual browser?

My work deals around cross browser testing . As i cannot have different versions of Internet Explorer on the same operating system , i have different machines to facilitate the testing purpose ie.) ...
0
votes
0answers
18 views

How can I get the status of my plugins i.e. enabled or disabled from users browsers

I am thinking of developing a plugin for most of the web-browsers such as Firefox, Safari, Chrome, I.E. etc. and user will be allowed to download that plugin from my website. Now in future I want to ...
2
votes
1answer
90 views

window.close() on a normal page - or: how to handle e-mail links in an already open page

In order to process special URLs in an already opened web application I use this approach: the user receives a special URL in an email (alarm notifications) the URL opens a small helper web page (H) ...
-2
votes
2answers
177 views

Why can't I open a webbrowser with webbrowser.open(“www.python.org”) on Cygwin?

>>> webbrowser.open("www.python.org") False Is there any other way to get the same functionality of that function in Cygwin?

1 2 3 4