browser

The jquery is not displaying correctly on IE7

I have an application where I'm using nested jquery, when I want to see the content of the accordion, it does not display until i mouse over on the content. I don't have this problem on firefox. Has any1 face this problem before? Any advice? ...

Is it possible to take a crawled html file, and get information about how a browser would render it?

Examples of stuff I'd like to do: - process javascript and produce new DOM - be able to provide information about DOM objects as rendered (e.g. position, size) Edit: My main concern is if a page contains a large, central flash object (typically a movie or game). ...

Which way is better to define JavaScript regular expressions?

Is it better to use the RegExp object or the inline style? And why? ...

How to develop a customized browser with java?

Which knowledge are I supposed to have to do this job? ...

Writing a file-type viewer for a browser

I need some help moving from the concept phase to the requirements gathering phase on this: Imagine I want to extend existing browsers (FireFox primarily, Safari, Chrome (multiple platforms would be nice)) to recognize a new filetype and display it 'correctly'. Sort of like the Adobe PDF plugin (which Safari no longer needs), but for som...

communication between browser and web server

can anyone explain how the communication takes place between the browser and web server? (needs a technical answer) ...

Which browsers support data URIs and since which version?

Which browsers support data URIs (RFC 2397) and since which version? ...

Getting user specified javascript executed for all pages

Is there a way for the user to get browsers to load a (small) piece of Javascript code for every page they view? ...

What does default CSS's browsers depend on ?

Hi (please excuse me for my ugly english ;-) ) Do you know if the default CSS of any user agent ... : depends on its release number ? depends on its layout engine ? depends on the release number of its layout engine ? depends on the OS ? depends on the OS release number ? If yes (for any choice), have you any example do demonstrate ...

How can I give alert message with Ok and Cancel button within a dataset function?

How can I give alert message with Ok and Cancel button within dataset function. If ok proceed further else return in asp.net. ...

Detecting an URL that redirects to another location

I need to detect when an URL redirects the browser to another location, including javascript redirects. I thought of using an actual web browser engine with javascript support to achieve this, by loading and interpreting the html from the url and setting some sort of "hook" to be notified whenever the browser changes the address. Can an...

jQuery UI dialog pulling user from another browser tab

I've got a jQuery UI dialog setup on a timer based on the session timeout. The dialog pops two minutes before the actual session times out and gives the user a one-minute countdown in the dialog. When the countdown runs out, it closes the dialog and redirects to the logout URL. This actually logs the user out one minute before sessi...

Ie 6, 7 and 8(Compatibility mode) issues

We have a site that works fine with any latest browser including ie8. But it has lots of issues with ie6, ie7 and ie8(Compatibility mode). We are using following doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; So it is not using quirck mode. Before i start di...

Launching C# .Net application from browser. Possible?

The greatest example I can think of is the Google Chrome installation. I remember one other application launching that same way. Can't remember what it was. I'm not implying that it was built in C# or even .Net. It is possible somehow. It's been done. Just wondering how. ...

How can I turn an open source game into an open source community?

Related question: How do I attract developers to an Open Source project? Coding an open source Browser-Based-Game I code the game/site ninjawars.net. Recently we (me and my friend who mainly admins the server these days) open sourced the code (and creative commons share-alike'ed it). I really love working collaboratively on code, and...

Video format that wouldn't require a browser plugin

What is the recommended (cross-browser) video format to use on websites so that users' browsers (or most of them) wouldn't require to download a plugin to view it? ...

Which configuration properties are new in Firefox 3.6?

Hello! Now in beta-stadium, I suppose, Firefox 3.6 will not change much. I wonder, is there somewhere a list of new configuration properties (from version 3.5 to 3.6)? I mean those in about:config. ...

Comfortable Javadoc API in the browser (web application)

I'm looking for a web application (either an existing web site or a site which I can generate and set it up for myself, or a greasemonkey script), which lets me browse http://java.sun.com/javase/6/docs/api/ (or any earlier version I specify) in a more convenient way, i.e. where I can search for a class name. http://www.jdocs.com/ doesn'...

Android browser download manager

Can I use android build-in browser download manager to download files in my application? In case of audio files, opening remote file url using Intent.ACTION_VIEW with data type "audio/*" causes browser to start playback, but I'd like to force download of specified file. ...

Browsers and Windows Messaging

hi there I was asking myself how the browsers are working. How does the browser tell to the OS to change the mouse pointer from arrow to hand(IDC_HAND) for example. In desktop application I know that are used windows messages(right) but how it is happening in browsers? Spy++ doesn't seems to catch any of the mouse pointer messages in th...