A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.
0
votes
0answers
11 views
Is there a node.js (server) compatible ZLIB.deflate implementation for the browser (client)
I want to deflate very big JSON objects client side (plus base64 encription) and then inflate them on a node.js server with
zlib.inflate( new Buffer( postData, 'base64'), function( err, result ) {
...
0
votes
0answers
15 views
Android emulator for browser testing on Windows
I need a free Android emulator (or general smartphone emulator) to test websites in local. I need it to be a software not an online emulator.
I already tried the official Android SDK, and it works ...
0
votes
1answer
16 views
Java JApplet just displays grey on webpage
So for an assignment I had to make a little Java applet and display it on a webpage. It builds just fine in NetBeans, but when I try to run it in a webpage it displays gray, like this:
import ...
0
votes
1answer
19 views
Applet is not working in browser
I try launch Applet in browser, but it is now working.
In AppletViewer everything is ok.
I coppied file .html to scr folder, and try to open them, I get a ClassNotFoundException saying that ...
4
votes
4answers
54 views
The style object and HTML attibute
Can someone explain what the style object is? Is it an HTML DOM Property or a JavaScript Object? And how does it relate to:
HTML
CSS
DOM
JavaScript
And then can you do the same thing for the ...
0
votes
1answer
26 views
ClassNotFoundException for loading the applet
I can't run this simple embedded applet.
the java.lang.ClassNotFoundException: is very clear, but I think every thing is OK.
applet code
package org.test;
import java.applet.*;
import java.awt.*;
...
0
votes
0answers
55 views
How to include folders when opening HTML file in-browser?
I am using the latest updated version of Chrome.
I am trying out external CSS and images for the first time, the heirarchy works like this:
>parent folder
-index.html (html file uploaded)
...
1
vote
2answers
22 views
Page load order for back button cache
After posting a form, and then using a browser back button to return to the page, how does the page load?
In particular:
What state of the page is cached (initial or posted)?
Does the page ...
0
votes
0answers
15 views
onbeforeunload, how to get redirect location?
window.onbeforeunload = function() {
}
How do I know what URL they're being redirected to? Or if they're just closing the window
0
votes
0answers
13 views
Mobile browser doesn't support UTF-8 Characterset
I have pages in my website which were till now showing only English alphabets. Now i want to show other language characters also (eg, Chinese and Arabic). So i read online and added UTF-8 characterset ...
0
votes
0answers
7 views
How to modify the default location of Browser Executable that is used by Browser Driver using Selenium Web Driver
We have a setup of partially virtualized browsers executable available in the one m/c but not at the default location of the browser installation folder.
While trying to invoke these executable ...
0
votes
1answer
52 views
How to track user hits back button on the browser
I want to track event which fire on, when user hits back button on the browser.
I found many post related this but all suggest use of .onbeforeunload event. but this event also fire on, when page is ...
-2
votes
0answers
30 views
CSS suddenly not being rendered on this website? Validation is alright [closed]
On this website, CSS suddenly is not been rendered and website is not styled any more. On the local server it works just fine. On the remote one, hosted on Amazon S3, for some reason, style is not ...
0
votes
0answers
34 views
Why PHP output fails?
I was writing php script using pear mail queue in which I add emails and template of email in mail queue. After all processing, script display numbers of emails added to queue and number of emails ...
0
votes
1answer
16 views
Generating alert from applet to the current browser
I have requirement where I need alert the user from applet code depends on some circumstances. Is there any way to give a pop-up with our message?
0
votes
2answers
21 views
PHP simple file Browser
which one is the simplest php file browser?
i want the one, which has a javascript file/folder selection, and is able to download a file, or enter a directory..
0
votes
0answers
17 views
Making lynx work on android
I would like to use the lynx browser on android, what would i need to do so that it will work on android tablets? also what language is lynx written in? I plan on using the browser with a external ...
0
votes
0answers
3 views
unique browser id in asp.net
In my web application, user opens a browser to view Employee information. On the screen they have two button. 1. Edit 2. Delete. Now, they right click on the browser and open a duplicate button. New ...
0
votes
1answer
44 views
Overwrite or delete current cache on a webpage
Four different examples:
// no cookie is available to instruct PHP to do something special, so the cache is requested for
var image = new Image();
image.src = someUrl;//image is loaded from cache, if ...
0
votes
3answers
78 views
Way to access JS engine Date constants in JavaScript?
Frequently, when writing time-related code, I write the following:
var SECONDS = 1000;
var MINUTES = 60 * SECONDS;
var HOURS = 60 * MINUTES;
var DAYS = 24 * HOURS;
(of course these are variables ...
-1
votes
0answers
32 views
PHP require_once: Variable access [closed]
I've got an very interessting error.
In my php file I require another one and try to work with a variable (containing an object) from the file that requires the other one. (For testing purpose I've ...
0
votes
1answer
18 views
Syntax for a single function module targeting the browser and NodeJS
If I'm writing a JavaScript module for the browser, I'd assign it to window:
window.myModule = function(){ };
For node, I'd assign it to module.exports:
module.exports = function(){ };
What's ...
0
votes
0answers
17 views
MPGA/WAV/MP3 Sound in Android Browser
I tested html5 audio (and video) elements in Android Browser and I have the following problem:
I'm using a Java servlet to get an audio stream form google translate service ...
1
vote
5answers
66 views
Adding <meta http-equiv=“X-UA-Compatible” content=“IE=9” /> using javascript
I have a strange problem with IE 10. Many jQuery scripts that are working fine on IE 8, 9, Chrome, firefox and safari but broken on IE 10. Issue came into light only when some users switch to IE 10.
...
0
votes
0answers
11 views
Bookmark Folder Manager (Creating folder in bookmarks)
I would like to create folder in the bookmarks folder of default browser. Currently I am using the following code to create folder
public void AddFolder(String name) {
ContentResolver cr = ...
-2
votes
3answers
67 views
PHP Functions only working in Chrome [closed]
I have a normal html form with text inputs etc.
I have normal Function to check username and password against database to log the user in.
My register and login pages everything is working perfectly ...
-4
votes
0answers
10 views
how can i import bookmarks from chrome in my newly created browser based on the chrome code? [closed]
I am building a new browser based on chromium open source but my browser is not able to import bookmark from chrome although it does imports from mozilla and IE where should i debug my code?
0
votes
0answers
3 views
how to see .xpi file of installed extension in windows
I am working on firefox extension PwdHash. I installed it in my computer having windows but i am only able to see install.rdf and one pic in a folder inside extension folder of mozilla firefox in ...
-1
votes
3answers
22 views
Why Illegal state exception is throwing when Iam browsing the Files on sd card?
06-06 10:06:22.404: I/System.out(418): Files:[Ljava.io.File;@406f43a8
06-06 10:06:22.414: I/System.out(418): List all Items:[/sdcard/MyVideo, /sdcard/.android_secure]
06-06 10:06:22.414: ...
0
votes
1answer
20 views
File browser-like element in Mac OS programming of Xcode
Sorry that my title is not clear enough. What I wanted to ask is based on a screen capture:
I want to make an app like this. But there are two elements I do not know what the classes are: A and B (C ...
0
votes
1answer
17 views
How to Handle Error in S3 browser upload via POST
I am newbie to S3. Trying to catch errors in S3 http://docs.aws.amazon.com/AmazonS3/2006-03-01/API/ErrorResponses.html
My code sample:
{"expiration": "2007-12-01T12:00:00.000Z",
"conditions": [
...
0
votes
2answers
34 views
CSS changing colors in different browsers
I am experiencing a somewhat weird bug on a website I am building.
Using Chrome/Firefox/Safari/IE10 it works fine. However, using IE9 it turns into blue! What is wrong?
I suspect this code is ...
0
votes
1answer
34 views
Calling java script chrome and firefox
I am calling this script in a for loop
<script src="../../../data/novus/src/models/multiChart.js"></script>.
In firefox, the script is called for every iteration of the loop BUT
In ...
0
votes
0answers
23 views
How open Html file with his content(internal pages, styles and other) in browser
I have a problem. I have some xlsx(or xls) file, I converted it in a html file as follows:
Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application();
...
2
votes
1answer
29 views
Best process to handle AJAX file processing on server which takes a long time
i have the below code which displays a form. The uploader div section displays a gif image to tell the user the file is being processed by the server and the div 'outdata' holds the output from the ...
-2
votes
1answer
51 views
Is there a way to target Firefox 3.0 and below for CSS? [closed]
I have a CSS-specific issue that only appears in Firefox 3.0 and not in 3.6+. Does anyone know a hack?
0
votes
0answers
27 views
Cross browser “Back” button behavior with POST request
I would like some clarification about some weird browser-dependent behavior around the "Back" button and an HTTP POST request (and perhaps suggestions of how I can align the browsers to behave the ...
4
votes
1answer
36 views
List of events that are getting fired in the DOM
Is there any way i could get a list of events that have been fired in the DOM? I don't want to trace by adding breakpoints.
Am looking for something like an internal browser log with the order of ...
1
vote
1answer
18 views
Why does clicking a drag handle NOT steal away text focus?
I have a div with some text at http://jsfiddle.net/MuCeD/2/. If I double-click the word "sample" in the div it becomes highlighted and if I then click anywhere else on the page the text becomes ...
1
vote
1answer
33 views
How to use phantomJS to simulate mouse hover on a HTML element
I have the phantomJS code below to fetch the HTML code:
var page = require('webpage').create();
var url = 'http://www.abc.com/';
page.open(url, function (status) {
var js = ...
0
votes
0answers
5 views
Opening the external browser out of an RCP application opens Firefox instead of default browser on Linux.
When I open an external browser out of my RCP application using:
PlatformUI.getWorkbench().getBrowserSupport().getExternalBrowser().openURL(url)
It opens up firefox instead of the system default ...
0
votes
1answer
18 views
Android: Navigation using Tab key doesn't work properly on input boxes
For large size screens, the default android keyboard automatically displays Tab keys. I have a phonegap application which contains several input boxes on one page. When I try to navigate between input ...
0
votes
1answer
40 views
How to get the HTML code after the browser execute javascript? [duplicate]
I have problem in retrieving the HTML code containing JavaScript.
What I expect is the HTML code in which the JavaScript has been executed and only pure HTML in it like the output of browsers(e.g. ...
-1
votes
0answers
21 views
Checkbox behavior in android browser
I'm trying to adapt a website to behave nicely on Android phones.
One issue is that on data entry forms, checkboxes are often smaller than your finger. When you tap a checkbox (or any smallish item) ...
1
vote
1answer
36 views
Sync website browsing to another machine?
Is it possible to have a website displayed on two seperate machines but to syncronise the users input on either machine to the other?
Basically any anchor clicks, image zooms, javascript pop out ...
0
votes
0answers
6 views
how does chromium browser set registry value during installation?
I am working on a new browser based on chromium source code but in the chrome code they are setting the Display icon in
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\google
...
1
vote
1answer
36 views
Moving a DOM node and browser repaint performance
Say I have a page with a bunch of divs stack one after another. At one point, I move the 30th one from its position below up to position, say, 5. This causes the old nodes 5 to 29 to move down a slot.
...
0
votes
1answer
10 views
Using “transfer-encoding: chunked”, how much data must be sent before browsers start rendering it?
All browsers wait for some content (and sometimes some amount of time, too) before they start rendering a partial http response you have flushed to it across the network - but how much?
0
votes
2answers
20 views
Scaling the viewport in non-mobile browsers
One of my clients has requested that we add sidebars to a fixed-width site, which would make the overall width of the site too large for many smaller laptop displays. The ideal solution would be to ...
-2
votes
1answer
28 views
How do I disable Apache caching? [closed]
For some reason Apache (or Ubuntu, or SOMETHING) is caching my files, but I never enabled such a function. When I access the files through HTTPS I don't even have to clear my cache; I always get the ...