firefox

Why I am not able to see source code with FF when I have this if statement?

When I add this code, I am not able to see source code with Firefox. Can anyone tell me why please? if (!isset($_SESSION['userid']) || $_SESSION['userid'] < 1){ $this->session->set_flashdata('error',"You must log in!"); redirect('welcome/verify','refresh'); } This code is in the following controller. cl...

Cross Browser Addons

I'm looking to make a browser add-on as widely and easily distributable as possible. Is there a set of wrapper addons for all the major browsers that will let me write one piece of code and it can execute in any of the environments? I don't need anything fancy, just DOM and some ajax stuff. Something along the lines of greasemonkey fo...

Is there any possibility of rendering differences betweeen firefox 3 and 3.5 and IE 7 and 8, even if we are not using any new css 3 property/selector?

I'm making a site for European client and he said Firefox 3 and IE 7 and 8 has more user than others browser for desktop in Europe http://gs.statcounter.com/#browser_version-eu-monthly-200812-201001-bar I've only IE 7 and Firefox 3.5.7 installed in my PC. Should I download portable Firefox 3.0 and test in it too even if I'm not using a...

Firefox : features addons

Firefox is one browser without which i cant even think of developing web application. This comes with so many handy add on and features which makes developers life easy. However features that Firefox has are huge and not every one is aware about them. So i request you all to add unique features/Add on of Firefox which are/will be helpfu...

Is there any way to turn off form *filling* (not remembering) in Firefox using a plugin?

I'm developing a Firefox plugin that needs to be able to temporarily disable all types of autofill. Both the case where the fields come immediately pre-filled and the case where it suggests data for you when you start typing. I can turn off the gathering of new form data using the Firefox settings, but the form data that's already saved ...

Copy to clipboard not working on FireFox

I had implemented copy to clipboard functionality. It is working fine with all version on IE but not working in FireFox. Please help me solve out this problem. Detail are <script src="../../Scripts/JQPlugins/jquery.clipboard.js" type="text/javascript"></script> <script src="../../Scripts/JQPlugins/jquery.clipboard.pack.js" type="text/j...

Headless, scriptable Firefox/Webkit on linux?

I'm looking to automate some web interactions, namely periodic download of files from a secure website. This basically involves entering my username/password and navigating to the appropriate URL. I tried simple scripting in Python, followed by more sophisticated scripting, only to discover this particular website is using some obnoxiou...

How quickly will websocket in the dev versions of Firefox and Chrome be moved to the official releases?

I realize that this is hard/maybe impossible to estimate - but any estimation, even plus or minus 6 months, would be nice. ...

form.defaultbutton does not work in Firefox

i am asking this question because my code has the following which works perfectly on IE but not on any other browsers. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not IsPostBack Then --- my code here -- Form.DefaultButton = Button_new.UniqueID End Sub ...

Coda Slider Problem - Works in Firefox, Not Chrome/Safari...

I am building a page that is employing several different javascript elements and I seem to have run into a problem I haven't before (not surprising as I am new to javascript). I have implemented the tutorial for the JQuery Coda Slider located here: http://jqueryfordesigners.com/coda-slider-effect/. It seems that the sliding effect wor...

View real HTML source in browser

Hello. I lookong for some IE or Firefox extension, which allows to browse html source, corresponding to data, shown in browser window right now. I have large web application with alot of code, generated by JavaScript. I need to extract real HTML code, which I see in browser window right now (View source function shows only code loaded f...

View Source and View Generated Source in firefox addons Web Developer

I use Firefox Web developer everyday. Now I found some of my website need to use View Generated Source rather than View Source. Because View Source gives a blank outputs. It seems it is relating to the following code. I am hoping someone can tell me why it needs View Generated source. And is there anyway I can modify the code so tha...

How to get firefox to remember URLs visited in a frame across browser restarts?

Hi, I've written a greasemonkey script that modifies craigslist search results to appear in two frames, a frame on the left with the results listed and a frame on the right to display each posting if clicked on from the left frame (I modify the URL of each result to say target="rightframe"). The problem I have is that the 'visited' stat...

Problems using HTML Canvas & Greasemonkey not able to drawImage() on 2D context

In my Greasemonkey script, when I obtain a handle on an HTMLImageElement I want to use with an HTML Canvas, I get the following error in Firefox's Error Console (I assume it's because it's enclosed in an XPCNativeWrapper): Error: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D...

Strange toolbar in Firefox-hosted xbap application

I have an xbap application which is basically a Windows Form hosted in a WPF control. When I run it with Firefox, I get toolbar, which I can't seem to remove. This toolbar does not appear with IE if I execute the xbap directly, but it does appear if I embed the xbap within an iframe. Any ideas how to remove this? ...

Django: Why can't I get my development server to work?

I'm on Windows XP with the latest install of Python 2.6 (and the development server has been working up until last night). I have the path and Python path stuff all set up, and my dev server has worked forever. I recently replaced my django-trunk with a new pull from the Django trunk. I thought maybe there was an import error or somethin...

struts: firefox ahref # symbol causes setter not to be called.

Monring all, It early Monday morning and I'm struggling to understand why the followng line works in IE and not in FF. <a class="button" href="#" onclick="setMaintenanceMode(false);">disable</a> In both IE and FF the URL when you hover over the button is... http://localhost:8080/mainapp/secure/gotoDevice.action?hardwareId=1&amp;stor...

Bounce the Downloads stack dock icon using C++ (without using ObjectiveC)

Firefox doesn't currently bounce the Downloads box in the dock when a download is finished, like Safari, Chrome and Camino do. If Firefox was written in Objective C, you could very easily add the one line of Objective C code required to do this. However, it's not. Is there a way to call this Cocoa function from C++ so that it can be a...

firefox: bit.ly links in the sidebar of a customised wordpress blog gives a 404 error

I have twitter status updates showing on the sidebar of the blog which often has the bit.ly or ow.ly links as well. But everytime I click on it in the firefox browser it gives me a 404 error because it tries for the following url: www.domain.com/blog/"http://bit.ly/uniquenumber" instead of bit.ly/uniquenumber. I just checked it and it ...

PNG background images in Firefox 3.x disappear and do not load

The problem is this: I have a div (#bottom), which is NOT floated, which has a pre-defined height in CSS (of 24px;), which USED TO display its background (bottom.png) until I put something inside. CSS: #bottom {height: 24px; background-image: url("bottom.png");} HTML: <div id="bottom"> <div id="somethingInside"> </div> </div> N...