Hi,
First of all, i am not sure, if it is possible to capture browser window screen with php, then
how to do it?
If it is possible, the best will be to capture just the website content excluding browser parts such as menubar, toolbar, statusbar, etc.
Thanks
...
I am playing a browser based online game and is wondering how it can detect I am trying to login using 2 separate accounts on the same machine.
I've tested a few things. First it is not based on detecting same IP since I can login concurrently using firefox/IE and it wont be a good idea to ban users sharing the same IP using a router (...
Is there a way to override the "undo" and "select all" in right click context menu of the browser over textarea?
Thank you.
...
Hi Everyone:
I am wondering how I can get the amount of pixels (or measurement in general) from a div to the top of the window in Javascript. I am not looking for an offset y in relation to the document, simply to the top of where the browser is displaying. I tried the "answered" solution here: http://stackoverflow.com/questions/21170...
I saw that Meebo bar installation is very simple. I went through Google Chrome extensions API documentation and FAQ, my idea is that I'd like to write an extension that loads Meebo bar throughout the Chrome browser, irrespective of whether a webpage has been loaded into the tab. Can this be done?
Any ideas on how I can start?
...
I have seen this question asked in a couple of different ways on SO and several other websites, but most of them are either too specific or out-of-date. I'm hoping someone can provide a definitive answer here without pandering to speculation.
Is there a way, either with CSS or javascript, to change the default printer settings when some...
Does someone know a plug-in that allows me to open JPEG files on my browser (Internet Explorer or Firefox) with zoom and rotation buttons? I have tried to find it but without succes : (
...
For example, I ask this question and click "Post your question" and stay in the current page. Now I may click the "refresh" button of my browser to see new answers. But I find that on my website, if I click the "refresh" button, a duplicated question will be published. How to avoid this problem?
I am using PHP.
...
Hi,
I have td like this:
<td align="left" bgcolor="#FF0000">
In browsers, there is a red background color applied to it but when i see print preview of this, there is no red color in the background. also the font color is white but it also gets converted to white when print previewing it.
Anyone knows what can be the reason?
Thanks...
I am trying to prevent If-modified request from client to server but I am failing.
I think that I am missing something so I am attaching the HTTP communication of the two requests. I would expect that the second request will not be issued:
GET XXXXX/js/Is.js HTTP/1.1
Accept: */*
Referer: http://XXXXX/XXXXX/
Accept-Language: he
UA-CPU: ...
I have to develop a console application that would monitor and list all the events fired by browsers: Internet Explorer 8, Mozilla Firefox and Google Chrome.
What topics need to be studied? Can you help me in some ways?
...
I would show IE6 visitors a site with limited css (Progressive Enhancement) but would also like them to gently show a header informing them they can/should upgrade to a modern browser. There are initiatives out there, like ie6nomore, who do just that. But the list of modern browsers and the headertext is hardcoded.
My site is localised, ...
Hello all,
I have heard that it is possible to get a bitmap/image handle of the webpage being viewed on a firefox browser. I have been researching for a bit and couldn't not find anything.
So I am hoping if anyone knows how to do this, preferable via the command line (bash, any other shell on Linux).
To be honest, any browser that I c...
Hi again.
I'm trying to find out: how browsers identify login forms in different sites?
Doesn't matter if I'm acessing my GMail account or some personal project, IE/Firefox always knows that that page contains login info.
Do they conclude that simply searching for input types = password or there is some cookie information involved?
T...
Hi folks,
I have here a peculiar problem. We have a RAP application intended for use on a PDA/phone, but when it is displayed in a small browser window, all the textboxes on the form(s) are too tall (around twice the height they should be).
I've stepped through the code (The form is using GridLayout, number of columns=1, make columns e...
Are there any Firefox add-ons/extensions that would create the correct necessary values for Authorization HTTP Header, given a username/password dataset?
I have some code that's calculating the value for the Authorization header but the server is rejecting it. I'm looking to compare value that I've created against what a browser would i...
I have heard that instanceof operator in java is a performance issue,
Is it true for Javascript too (IE6,IE7,IE8,FF,Chrome,safari,etc.)?
any links to authentic papers would be helpful.
...
I need to use @font-face feature and my fonts are in OTF/TTF format and Microsoft browsers support only EOT format. I tried to use Microsoft tool WEFT, but it didn't work or I didn't understand how it works. Is there any other way to convert my fonts to EOT format?
...
Here's my Application.cfc code:
< cfcomponent>
< cfset this.applicationname="cfGossip">
< cfset this.applicationname="true">
< cfset this.sessionManagement = true />
< /cfcomponent>
My session is called "Session.MM_Username" I want to 'kill' it when a browser is closed. How do I do this? Can somebody try construct the code for ...
I'm mostly looking for setup advise and pointers on how to go about going about this. I'll explain in as much detail as I can think and also note possible approaches that may be plausible.
The aim of this is to create a real time browser game, the best method that I have found for my needs would to use "long polling" with ajax, which wi...