browser

How to make a P2P streaming using a web browser?

I want to create an application for P2P video transmission. In more details, I need the following: User can switch on a web camera by clicking a button in an application. Application starts to take images from the web camera and sends them to a certain location (given by a port and IP address). Application starts to accept images send ...

What is the ipads resolution minus the address bar in the browser!?

What is the browser resolution? I have been searching for a while on google and somehow I can't find it! ...

Enter sending HTML form with no submit

I replaced the type="submit" on my form with a type="button", to prevent form submits when the user presses enter. Will this prevent enter from submitting the form in all browsers? ...

window.print not working with opera browser

Hi, I am trying to open a print dialog box in Opera browser using javascript code as <script language=javascript> window.print(); //This is working in IE, Netscape, Firefox, but not working in Opera </script> where as if I am using the following code Opera browser understands and able to open print dialog box <input type="button" va...

jQuery $.get (async) big file blocks browser

I am doing a jQuery $.get to a html file, and in the success function I filter on a select block and take the options apart, rendering the text of the selects as paragraphs in divs that I append in my markup. Getting and rendering the selects takes a while (there are about 8000) but I was expecting the div's to show up one by one and let...

How to get URL from Safari browser

How can I access the Safari browser from C# to get the current URL? ...

Where to find a compability list of Android browsers in different OS versions?

We're building a mobile web for Android devices. But we met some compatibility issue of Android browsers in different OS versions. We wanted to known some detailed information of the HTML/JS/CSS compatibility of Android Browser between version. Is there any official document for this? We searched around and found few about it. Thanks i...

Check if javascript is enabled on all (most) browsers?

Possible Duplicate: How to detect if JavaScript is disabled? I have a website which uses a lot of JavaScript. I need to check if JavaScript is disabled, then redirect user to a certain "enable JavaScript please" page. I need to do this before everything else is loaded on the index.html page of my website. Does anybody have ...

Extracting Browser Element from User Agent

I'm still working on the whole gathering user data from a visit thing, so I'm hung up on grabbing the actual name of the browser being used by the visitor. I have this code, but it seems that after execution, $browser is empty. $userAgent = mysql_real_escape_string($_SERVER["HTTP_USER_AGENT"]); $browser = get_browser($userAgent, tru...

Connection refused error

I am writing this message on my iTouch. For a while now I am been getting connection refused error in all my browsers. The weird thing is I still see an instant message, I just can't browse. Can anyone help me? I am really frustrated with this. Thanks in advance ...

How (or more appropriately: Why) does JSON.Stringify change the Date() value?

See example of the issue here: http://www.jsfiddle.net/s2uYE/ Notice the second new Date() is 1hr behind the first new Date() even though they are initiated at the same time. This caused me so end of confusion in a recent project and I would just like to know why this happens and if this is a bug in how browsers handle dates when strin...

jQuery UI working in Firefox, but not in Chrome & Safari?

I'm using jQuery UI, specifically Datepicker and Autocomplete, as follows: <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"&gt;&lt;/script&gt; <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> $("#note_date").datepicker({ maxDa...

Fast method to shrink HTML images?

I know of 3 main ways to shrink images: Using the img tag WIDTH HEIGHT Putting all the images in a DIV and then scaling the whole div. User zooming with ctrl + mouse wheel. I have some pages with huge amounts of images. What I have noticed is that there is massive speed difference between the methods. Method 1 kills firefox very quic...

How do specific browsers prevent downloaded fonts from being available to other applications

As this is a stated requirement of the Web Fonts specification can someone explain to me how individual browsers handle this? I understand that IE temporary installs the font only for the period the font is required, but can find no mention of how this is handled for Firefox, Safari, Chrome, Opera etc. Thanks, ...

download mp3 instead of playing in browser by default?

Hi guys, I have a site where users can stream my music from a flash player or download the individual songs (as mp3s). Right now if you click on the download links, they just play in the browser. Can I make it so the download box will pop up by default without either zipping the files making the user rt. click? I have my index.php pag...

How web browser layout web pages?

how webkit/Gecko 's webpage layout process works? ...

Process spawned through Process.Start in .NET hangs the thread

Our application has a background thread which spawns a process through System.Diagnostics.Process: Process.Start( new ProcessStartInfo { FileName = url, UseShellExecute = true } ); This used to have no issues at all. But now, the background thread is silently dying; it never returns from the call to Proces...

How to open default browser

I want to make somethink like hyperlink. Right now, i created button, which opens new Activity with WebView. But i want to open a "globally" default web browser at specified url. How can i do this ? ...

How to view a site as IE would see it, without IE?

So my issue lies within the web design realm. As much as I hate IE, I want to make sure my site is showing correctly for users who are unfortunate enough to have it. The problem is, I run OS X, so the last version available to me is 5, which barely even starts on my machine. Are there any worthwhile plug ins or methods so that I can de...

Drag and drop files FROM a browser TO desktop/app

Hi, I've seen many articles about dragging files INTO a browser, but none about dragging files FROM the browser to a windows application or the desktop/windows-explorer. I'm looking for a cross-browser solution but IE8 is our main browser. If I create a link in a web page and then drag that link from the page into Microsoft Word, it in...