Top "Browser" questions

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

Changing the browser zoom level

I have need to create 2 buttons on my site that would change the browser zoom level (+) (-). I'm requesting browser …

javascript browser zoom
Getting the text from a drop-down box

This gets the value of whatever is selected in my dropdown menu. document.getElementById('newSkill').value I cannot however find …

javascript dom browser client-side
WebSockets vs. Server-Sent events/EventSource

Both WebSockets and Server-Sent Events are capable of pushing data to browsers. To me they seem to be competing technologies. …

html browser websocket server-sent-events
Determine a user's timezone

Is there a standard way for a web server to be able to determine a user's timezone within a web …

html browser timezone user-agent timezone-offset
get client time zone from browser

Is there a reliable way to get a timezone from client browser? I saw the following links but I want …

javascript http browser timezone
Appending HTML string to the DOM

How to append this HTML string var str = '<p>Just some <span>text</span&…

javascript html dom browser
Disabled form inputs do not appear in the request

I have some disabled inputs in a form and I want to send them to a server, but Chrome excludes …

html forms http browser
HTML 5 Favicon - Support?

I was reading the Favicon page on Wikipedia. They mention the HTML 5 spec for Favicon: The current HTML5 specification recommends …

html browser favicon
How can I edit javascript in my browser like I can use Firebug to edit CSS/HTML?

Within JSP files, I have some pretty complicated Javascript. On a production machine, we're seeing a very weird bug that …

javascript browser firebug
How many concurrent AJAX (XmlHttpRequest) requests are allowed in popular browsers?

In Firefox 3, the answer is 6 per domain: as soon as a 7th XmlHttpRequest (on any tab) to the same domain …

ajax browser xmlhttprequest