I am building an online article website. I have a php script called view_article.php that displays articles. The way the page knows what article to show is by using a $_GET variable in the URL.
For example:
/view_article.php?article_id=1 views article 1
/view_article.php?article_id=2 views article 2
Here's the catch. In IE8 whe...
I am quite often coming across sites that respond to a click on a What's This or a Gallery link by poping up a window in front of the original page, and making the original page go dim.
Is this a fancy AJAX trick?
Is it only likely to be supported in certain browsers?
And most importantly, how is it done?
...
Basically I am currently doing some research, and I am interested to find out how I could render web pages without a browser: I have some algorithms that I would like to run to calculate the visual aspect of each blocks of DOM node(s) for each page.
...
Why does the code not open the proper Google page?
elinks http://google.com/search/?q=`echo "ERROR database is being accessed by other users" | sed 's# #+#g'`
...
I'm looking for a good, WYSIWYG editor that I can integrate into my web pages enabling my users to edit letters, legal agreements, etc. without requiring them to learn a new set of commands or syntax or going crazy trying to remove a table or resize an image.
I have read the relate questions. And I have used probably most of the better ...
I have a few reports of people seeing raw html in their browser (instead of their browser interpreting it). It seems to be happen on slow connections. When this happens, if the user reloads the page, the page is interpreted correctly. Are there any html specific things that would cause this to happen (as opposed to server settings)?
...
I'm using Google App Engine python. I want to know what browser the user is using.
...
What I would like to do is have a text input with the question "what browser are you using" above it. Then when a form is submitted, I'd like to compare their answer to their User-Agent HTTP header.
I'm a little stumped on how to reliably make this work though.
I could ask them to spell it out instead of using acronyms like IE or FF, b...
I am dynamically sizing a transparent .gif on my web page using JavaScript. The original image size is around 200x200 pixels and it’s typically resized to between 600x600 and 800x800. In IE8 and FF3, the resized image results in a nice looking gradient where the colors appear to be stretched. However, in older browsers such as IE7 and FF...
Hi,
I was interested to know if there in single software which have multiple browser testing facility?
If there is something like that please suggest. I have already heard about browser cam websites which provides screen shots of different browsers. But we need to wait for the screen shot and also it cannot be tested frequently while ...
Hi all,
I am building a small applet in java. It works fine (really!) when I run it in eclipse as an applet. Problems start when I export it as a jar and than try to load it through an html page.
Here's the html code:
<body>
<applet archive="myJar.jar" width=650 height=850>
</applet>
</body>
Now when I run other jar files in this ...
I have an applet that consome quite a lot of Memory. If a user opens multiple tabs with a webpage that has the applet, they get an OutOfMemoryException.
This can be explained by the fact that browsers use just one instance of a virtual machine.
Is there any way I can prevent this?
The OutOfMemoryException can't really be caught, since i...
How might an external program communicate with a browser? Hopefully this will be of some use to others: I'm listing off a number of options I've seen or tried while unsuccessfully getting this to work. If you know of others, please post them.
If Mac, use AppleScript (info/solution at q.263741, try this search)
Use or create an extensio...
suppose a client starts a selenium session on an RC server, but at the middle of the session the client "went away". The browser will remain open, and eventually, after enough such dropped sessions, there will be enough "orphan" browsers to slow down the computer.
How can I make sure those browsers are closed?
Why isn't there a "keep-a...
I was doing the browser recognition tutorial on w3schools,and I found that when using firefox and google chrome I received Netscape 5 as my result. I was just curious as to why this is. Anyone care to explain it to me?
...
Based on this it looks like it's hard to get OS version detection absolutely correct. However, I'm looking for something half-decent which warns users of OS X Tiger and below about possible compat issues with my product.
The heuristic I can think of is first detecting whether the OS is a Mac (relatively simple) and then matching the use...
Hi,
I have an HTML page containing a flash file,
I need to write code in javascript that would execute once the flash file is loaded.
(its actually the code to overide the __flash__removeCallback to solve the famous line:52 bug refer: https://bugs.adobe.com/jira/browse/FP-529)
The actual solution for the bug is doing so on window.onUnlo...
I want to hide scrollbars from div element or whole body, but let user scroll it with mouse wheel or arrow keys. How to achieve this with raw javascript or jquery? Any ideas?
...
We're running Java Swing and are using an SWT bridge to get ahold of the SWT browser. Everything normally works just fine, but we have a problem on a Vista test machine. It worked fine until just a week ago or so. The call stack:
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse...
I heard some firewalls and browsers disable cookies, and I think I may have heard blocking POST data. What are reasons a company may want to block cookies? (and alternatively post data. Which I am not interested in ATM.)
...