I'm writing some scripts that are using the HTML 5 file API in FireFox 3.6. I got some deflated (compressed) files, and I need to inflate (uncompress) them.
I found a few scripts while googling, but none of them have tests. So I'm a bit reluctant to use them.
My question is: Browsers can inflate. Can I somehow piggyback on the inflatio...
When my javascript code is contained in a HEAD block in my HTML file, it seems I can't set a breakpoint on it to debug it.
How can I do this?
this is what I see under the script tag:
Odd: when I take the javascript block OUT of my HTML <head> area, then the .htm page appears under scripts (kind of counter-productive):
ok, t...
Why is the quality of this fadeIn/fadeOut demo much smoother when viewed in Firefox/Chrome than when viewed in IE8?
http://tanguay.info/web/examples/jquerflash2
...
Lets just say that I wanted to be extra careful with the website I'm visiting (irrespective of whether the site is offered in https) and wanted to convert every href in the web page received into its https equivalent.
Is there a way/add-on to do this ? or do I have to write my own :(
...
Is there any css hack for ff 3.5 and older (not 3.6) i used
.SubTabs ul, x:-moz-any-link
{
/* IE7,6 Hack*/
*top: -28px;
}
but this applies to all FF browser versions..
...
A little context:
I'm trying to build and run the unit tests for the source of the Selenium IDE plugin. Everything builds correctly (through maven commands, et al) and the unit tests fire up an instance of Firefox. However, the jsUnit testRunner.html page freezes whenever a chrome://-accessed uri path is encountered.
I realize there ...
I have a very old (1992) browser plugin for a mac that works in several different browsers. However, since Firefox restricted its plugins to XPI files in Firefox 3.6, the plugin no longer works.
I haven't been able to find a useful document describing what I need to do to my plugin to make it an XPI, or at least loadable by firefox, ca...
I've got a page with several Update Panels on it. The first has a panel with a gridview which has an event to close the panel and update the UpdatePanel - then populate a control in a second updatepanel. It seems to work fine in firefox but in IE the panel appears to not respect the visible=false. The gridview is not databound so it do...
I have a little Problem using jQuery.animate with firefox: when i animate the height of a container with some background image, the background starts to flicker on firefox only - all other browsers (even ie) show a smooth animation. a reduced code snippet that shows what i do:
<div style="background-image:url(image.jpg);background-posit...
Updated with clarifications
Hello,
When our users go to http://mysubdomain.server.com/login they get redirected to https://secure.server.com/login?subdomain=mysubdomain. So the actual login page is located on the secure.server.com subdomain.
The problem is that if the user logs in with the credentials meant for subdomainA and tells Fi...
Assume that I've fired up Firefox with Firebug enabled on a random site (say slashdot.org). After loading the site I start editing the page using the Firebug > HTML panel. So far so good: my changes are immediately visible in Firefox.
My questions:
How do I save the edited DOM tree (represented as HTML)?
How do I load a previously man...
Hi,
I am creating a Firefox extension which will be using the Last.fm API. Now I want the extension to be able to determine which song the user is currently listening in WMP or iTunes. Does someone know how I can do this?
useful edit: I only need the song name, album name and artist
Thanks
...
Hi,
since I updated my firefox to version 3.6, my site layout is broken.
My layout works fine in ie7 or firefox 3.5.7
I can see in firebug, in the net panel, that my css is correctly downloaded.
But in the css panel my css is truncated.
Does anyone has the same problem?
is there any explanation, solution or workaround?
Cheers
...
Hi
I have a webpage called DisplayBinaryData.aspx - the purpose of this page being to display/download any word, excel, pdf or images. I call this webpage and pass the id of my BinaryData entity using a querystring. The BinaryData entity contains the file, filename and contenttype uploaded using the asp.net fileUploadControl. The code i...
This is my code
<table style="width:100%;height:100%;vertical-align:middle;text-align:center;">
<tr>
<td><object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject">
<param name="s...
I'm unclear on the difference between the functioning of a plugin vs
an extension.
For years, I've written a plain old NPAPI plugin. It lived in /Library/
Plug-ins on mac and somewhere similar on a PC. With Firefox 3.6, it
stopped working. Looking around, I see this:
http://blog.mozilla.com/security/2009/11/16/component-directory-lockd....
Programming Languages, Open source libraries and standards adopted to make Firefox works.
...
I have an Ajax call that currently needs to be synchronous. However, while this Ajax call is executing, the browser interface freezes, until the call returns. In cases of timeout, this can freeze the browser for a significant period of time.
Is there any way to get the browser (any browser) to refresh the user interface, but not execute...
I'm currently learning to become a proper developer for Firefox extensions. I have two questions here:
How to view Firefox's XML request?
From Firefox, how can I dump/trace every functions running in a Firefox extension?
Because I would like to know, which functions are being called, and would like to see my error messages..
Thanks....
I have a javascript application and when I run it on firefox I am getting the following erro on the console:
"The stylesheet was not loaded because
its MIME type, "text/html" is not
"text/css".
DumbStuck!!
EDIT:
Note that it tells that "The stylesheet ABCD..."
But ABCD is actually an HTML file.
Edit (ANSWER) : Actually I had ...