Hi,
Iwant to know the sites that can give me information on the list of javascript functions that are supported by IE/Firefox/Opera/Safari.
Can you help me with the sites .
Thank you in advance.
What are the location detecting tecniques for IP adresses?
I know to look at the
$_SERVER['HTTP_ACCEPT_LANGUAGE'] (not accurate but mostly useful to detect location, for example if an IP range's users set French to their browser then it means that this range belongs to France
gethostbyaddr($_SERVER['REMOTE_ADDR'])
then may be to whois gethostbyaddr($_SERVER['REMOTE_ADDR'])
sometimes
$HTTP_USER_AGENT (Firefox's user agent string has language code, not accurate but mostly can be used to detect the location)
But what about cities?
I want to print a table of the colours used in a web page that my graphic designer has produced - I have .png files at present and use Fireworks to view them. It would be great if there was a tool that lets you print a table with the colour and hex value so I can easily reference when programming.
Anyone come across such a thing? Sounds to me like there should be a firefox extension or similar?
Hi
I was looking for a way to edit javascript in browser such as firefox on the fly and execute it. Firebug allows us to edit html and css on the fly but javascript is a pain.... i have to go back to the source and modify that..
Is there a way to do it?
In Firefox 'A' shows in the middle, on Chrome/IE it doesn't:
<button type="button" style="width:24px; text-align:center; vertical-align:middle">A</button>
Note the following has the same results:
<button type="button" style="width:24px;">A</button>
Why is URLLoader not closing the connection after the request has been processed successfuly , and after explicitly calling its close() method ?
update I think it's a Firefox issue
Hey guys
This file isn't executing in any browser other than firefox on mac. Added everything i can think to get it sorted.
http://samhorner.co.uk/dev/samhorner/
Clicking on the twitter bar should close it, then open it again when you click on it again, only one click works on the other browsers. The blue box is a flash area in the background.
Thanks or the help.
Cheers
Sam
How can I list all FRAMESET elements in an HTML document using JavaScript? I know it must be possible to select these elements in the DOM tree because the DOM Inspector plugin for Firefox is able to list all the FRAMESETS in a page.
My code is as follows:
$image_array = array(
"src" => base_url() . "img/ajax-bar_loader.gif"
);
echo img( $image_array );
But when I debug in FireFox, the tag is:
<img original="http://www.mysite.com/img/ajax-bar_loader.gif" style="">
I'm not really sure where that "original" tag came from, but it doesn't render my images. Any ideas?
Anybody out there notice anything wrong with this JSON? It validates at JSONLint.com, but neither Chrome nor Firefox's native JSON parse functions will properly parse it.
Any ideas?
{
"result": "{\"players\":[{\"name\":\"User 522\",\"turn\":true,\"score\":0},{\"name\":\"User 925\",\"turn\":false,\"score\":5}],\"enableControls\":false}",
"error": "null",
"id": "7"
}
I believe this is happening because whenever I perform an ajax request (upon which the loading.gif is set to display:block) the animation does not start at the same position. The starting point feels random which led me to think the animation still goes on behind the scenes in IE. In Firefox the animation starts from "scratch" all the time.
Any ideas?
I have a link like this
<a href="#thumb" id="ctl00_allContent_btnThumb" onclick="javascript:__doPostBack('ctl00$allContent$btnThumb','')"><img alt="" src="../../images/bullet-thumb.gif"></a>
On Firefox it does what it supposed to. But it won't work on IE or Chrome.
I know there are some questions on the subject here, but they haven't helped me. I'm guessing it's more specific since it envolves ASP.NET postback.
thank you
I want to develop JS on my windows machine. Do you know a browser where I can turn off SOP so I can develop? Firefox would be optimal.
Or if you know a proxy I could use for a SOAP/WSDL site it would be great too..
I am trying to work with the SOAPClient (http://www.codeplex.com/JavaScriptSoapClient)
Is it possible to get the this that a function's caller was called with in JavaScript without passing this to the arguments in a way which supports IE as well as Firefox/Chrome et al?
For example:
var ob = {
callme: function() {
doSomething()
}
}
function doSomething() {
alert(doSomething.caller.this === ob) // how can I make this work?
}
ob.callme()
I'm starting to suspect it's not, but I thought I may as well ask as it'd make my code much shorter and easier to read.
Thanks for any information!
Is there a way to query an embedded flash element to determine the available methods that can be executed on it via JavaScript?
Edit:
It appears that in IE it's as simple as
for ( i in flashNode ) {
alert(i);
}
After much clicking, they will be some of the very last members enumerated.
Still not able to determine this in Firefox though.
Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?
IE 6, IE 7, IE 8, Firefox 3+, Google Chrome and Safari (MAC)
Which font type i needed
Take a look at this page: http://jqeedu.tuxfamily.org/test/index.php.
You'll see a < between the fieldset and table. Firebug also shows there is a < But it is not in the code. I have checked character by character, in Notepad++, notepad, and XVI32. View Page Source in Firefox does not show it either! How could this be possible?
hi, I'm using jquery-plugin columnizer
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=columnizer
for this website: http://donatellabernardi.ch/drupal
It is sometimes very slow to create the columns (you can try changing the browser window size, or selecting a filter.
Sometimes Firefox gives the error message: "Unresponsive Javascript script" and I have to press on continue to continue the navigation.
thanks
Hello,
Lets say there is a form with a submit button. I found out that using javascript i can call the click() method for input elements in Firefox which would simulate the mouse click on that element.
But then, i got this question, can you detect if button was clicked with real computer mouse, or .click() method?
Thank you
Hi Folks,
Firefox & IE's do have browser-settings where an user may allow those forbidden
cross domain calls.
My question: Is there a similar setting/option in Safari's and/or Chrome browsers?
Kind Regards
--Andy
Hello Friends,
I implemented Microsoft charting controls for pie and wave charts. It's working in Firefox, but when I try IE the chart is not displaying and when I refresh the page couple of times its
displying. I am using asp.net mvc appliction with jquery..
Can anybody have the suggestion about this?
thanks
The Selenium setup.py can be found at http://code.google.com/p/selenium/source/browse/trunk/setup.py.
When running "python setup.py sdist" the "firefox/test/py" directory
is ignored for some reason though it's
mentioned in the "package_dir" and in "packages".
Any ideas why it's ignored?
hi,
I'm using columnizer plugin (http://welcome.totheinter.net/columnizer-jquery-plugin/) to update my pages and display elements in vertical columns.
It usually takes 2 seconds to update the view. Is that normal ? It seems to be quite slow.
I sometimes receive Firefox message (Unresponsive javascript)
thanks