browser

What is the rate of firefox 2.0 and 3.0 adoption?

Part of the question: 1) How much of the market share does IE have? Opera? Firefox? 2) How many Firefox 2.x browsers have already been migrated to 3.x? For those who question whether this is programming related: This is for deciding what has large enough market share to actually be worth supporting for a web application -- given limite...

Embedding web browser window in Java

Does anyone know a way to open up an instance of the platform's (Windows/Linux/Mac) browser within a Swing window that is integrated into a Java application. No other actions would be preformed other than opening a given URL. Currently, we open a new browser window because the Java embedded browsers have been insufficient. However, from ...

How to change the default browser to debug in Visual Studio 2008?

When you hit F5, the browser windows pops up, how do you set which browser the debugger users in Visual Studio 2008? NB. I have looked for the 'Browse with' option and not found it. http://stackoverflow.com/questions/79954/visual-studio-opens-default-browser-instead-of-ie NB2. If you are already debugging you dont have the 'Browse with...

File upload error on mac browser not PC browser

System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+. at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams) at System.Drawing.Image.Save(String filename, ImageFormat format) at System.Drawing.Image.Save(String filename) at Content.btnAddImage_Click(Object send...

will a script in html's script tag with extension php be cached?

for example <script type="text/javascript" src="assets/scripts/somescript.php"></script> will my browser still cache this just by not setting this scripts headers meta tag cache to must-revalidate? ...

Firefox browser: How to display non-existing images the way IE/Opera does?

My Firefox 3.0.4 does not display non-existing images at all, or it displays the image alt as plain text (if available). This way I would have no idea that there is supposed to be an image there. Does anyone know if there is a way to make it work like IE/Opera? (ie. display a box even if the image file doesn't exists) - plugin or anythi...

Is there a secure browser cache?

Note: this is a different problem to https - it's related to privacy security I'm trying to figure out if there's a way to take load off our server [cache] by pushing information to the browser. Is there any technology that will provide secure caching that is bound to a session? We have privacy-sensitive data that's often used, but wi...

Can HTML5 sessionStorage be written to disk?

(Related to Is there a secure Browser Cache? ): Do any of the implementations of HTML5 session storage write to disk ever? e.g. can I rely on having a "secure"/"private" cache that I know will not be able to persist beyond the browser session whether it times out is ended/logs out browser closes/crashes/power button on computer Se...

Drawing on top of an image in Javascript

I want to let the user draw on an image in a browser. In other words, I need both bitmapped graphics and drawing capabilities, whether vector or bitmapped. Canvas looks good, but is not supported by IE, and though there is ExCanvas, I wonder if ExCanvas is stable enough for consistent use in IE6 through 8. Or best of all, is there an o...

Browser <-> Client Hardware API?

Are there any initiatives to implement/agree upon a standard API for connectivity between web browsers and client hardware. Example: The iPhone has a GPS/Camera/Accellerometer in it. It'd be very cool if my web app could communicate with them (rather than me having to write a thick ObjectiveC application). ...

What is JavaScript's Max Int? What's the highest Integer value a Number can go to without losing precision?

Is this defined by the language? Is there a defined maximum? Is it different in different browsers? ...

Differences between Safari for Windows and Safari for Mac

Hello, What are the differences from a developer point of view between Safari for Mac and Safari for Windows? I think it boils down to evaluate differences between (if I missed something, please correct): - Layout rendering - Javascript behavior The final decision to be made being: Can developers test only on Safari Windows (knowing ...

Lightweight XML Viewer that can handle large files

There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and have it pretty printed. Possibly with some basic search functionality (textual is probably fine). I usually use a browser such as IE of Fi...

How to get rid of the white rectangle flashing that occurs during Java applet loading ?

While an applet is loading, it displays a white rectangle for a split second. How can we get rid of it? ...

What is the best development "add on" for browsers

I know FireBug with YSlow has to be by far my personal favourite. I also use IE developer toolbar when forced to test pages in IE. Is there any other jewels out there hiding?? ...

Problem with Pseudoclass and text-decoration:underline in IE6

I am using a piece of html something like the following:- <a class="somePseudoClass" title="Blablabla">Something</a> and I have the following css in an imported file. a.somePseudoClass:hover {color: #000000; text-decoration: underline;} This works perfectly in Firefox 2.0 but in IE6 the underline fails to show. Does anyone know o...

Windows Safari cannot access sever by NetBIOS/WINS name

Whenever I try to access a NTLM authenticated intranet site, Safari takes forever to process and then comes back with "The sever is unavailable" or if allowed by the site, loads with out authenticating. I can access these same sites with no problems in both Firefox and Internet Explorer. The sites are hosted on IIS6 and are being generat...

Is there a way to run ActiveX components in Firefox through the use of a plugin?

I have an ActiveX plugin that we need (if possible) to run in Firefox. Is there a plugin (or other way) for Firefox that will allow this? ...

Quicktime error in IE7 opening mp3, Icon with Questionmark

I am having some Internet Explorer 7 (and 8 beta) browser-specific problems with a link to an MP3. When I click the link in IE7, a new browser window opens and the quicktime plugin tries to play the file. Instead ofthe player, I see a faded Quicktime icon with a question mark in the center. There is nothing wrong with the file. The ...

How to set the default browser home page (IE) with C#?

How can I programmatically change my browser's default home page with C#? ...