Click here to Skip to main content
15,894,362 members
Everything / Firefox

Firefox

Firefox

Great Reads

by Sheshnath Kumar
This article will find out a solution to serialize/deserialize object by reference at server and client, also will serialize/deserialize objects having circular references.
by Michael Haephrati
Way to fetch stored credentials in more recent versions of Firefox
by Athari
A walkthrough of creating a user style which changes GitHub user interface to one resembling classic Windows GUI from Windows 9x.
by V. Subhash
Use policies.json file to force Firefox to respect your preferences.

Latest Articles

by V. Subhash
Use policies.json file to force Firefox to respect your preferences.
by morzel
Safer Binding due to TypeScript's keyof Operator
by OwenDavies
How to store internet bookmarks to disk in a non-proprietary way and make them easily accessible
by Издислав Издиславов
This article will demo the usage of Blazor WebAssembly and how to create simple web application with it.

All Articles

Sort by Title

Firefox 

8 Apr 2014 by Member 175623
Recently, I have seen that when I try to browse the articles using Firefox (version 28.0), the section "All Articles" is blank and only the sections "Great reads" and "Latest Articles" are populated.I have to use Chrome to see "All articles"
8 Apr 2014 by CHill60
Please post this on the "Sugs and Bugs" forum ... http://www.codeproject.com/suggestions.aspx[^]
8 Apr 2014 by Member 175623
I noticed the line asking me to reconfirm my email, and after I did it it seems to have solved the problem, although it is very slow.
31 Jul 2015 by binadi007
Hi,I'm facing a unique problem of firefox and i.ewhen I passed a function from $.AJAX with datatype as JSON then that function (provided in url with some parameter) will not executeNote :- I'm using both onclientclick event and button click event on the same buttonAnd when I'm...
2 Jun 2010 by T-Joe
see this code guys.click() doesn't work on FireFox but it's working on IE.function attachFile(){ document.getElementById("file").click(); } Attach FileRegard T.
19 May 2013 by Nino_91
I want to create stand alone application or a web based add-on for Mozilla or Chrome that can access the notice board of my institute, gather relevant data based on specified search-fields and display the results as a feed. The notice board posts links of notices which can be opened in the...
19 May 2013 by Richard MacCutchan
How to use HttpWebRequest and HttpWebResponse in .NET[^], may give you some ideas about how to get started.
12 Jul 2018 by Dave Ceddia
Access-Control-Allow-Origin: Dealing with CORS Errors in React and Express
22 Jan 2012 by Mactm
Hello allMy website found here has two buttons. Both return videos from a tumblr blog using the tumblr api. I display 4 videos at a time,If i click the 'Forward' button it will call the php function(blogFunction.php) which will return the next 4 videos. The 'back' button will go back to the...
19 Oct 2015 by Sujith Karivelil
I have developed a website in angular js. every this is fine. but when i browse the site in IE11 The login page is loaded partially with compatible issues, if i enter valid credentials and click login button, It is not getting into my dashboard view. But it is working in firefox and chrome.
29 Jun 2011 by abdu_karami
I have a web application and its in Arabic. I changed my language to Arabic through Regional Settings. Now, FireFOx shows arabic text but number stil in english. I want all the numbers to encode to arabic by automatically. please anybody help me?????in IE,its working fine...please help me
29 Jun 2011 by Sergey Alexandrovich Kryukov
Well, I did not check it up with concrete Arabic cultures because there are different kind of Arabic numerals. From elementary school children remember that our Western numerals we always used — 0123456789 — are called Arabic Numerals. (Is it a surprise for you? :-))Is there...
29 Jun 2011 by abdu_karami
Thanks...I got the solution.i changed the Firefox configuration like thisType " about:config " in the address bar of Firefox.then take bidi-numeral and change its value to 3 or 4. it wil automatically change all numbers to arabic number.No need to do anything in the...
13 Apr 2011 by Amit Kumar Tiwari
Try the link http://weblogs.asp.net/pwilson/archive/2004/12/23/331455.aspx[^]This may answer all your questions.
13 Apr 2011 by Nathan Stiles
When using ASP.NET over an SSL connection I can gather information from the Request.ClientCertificate. I want to use this information in future requests to identify a computer. Is this infromation reliable? Does the certificate change frequently? Is this certificate typically generated by...
17 Apr 2019 by WasiUllah Khan
Automated Pakwheels parsing with Selenium and Python
13 Feb 2013 by Daroosh
Dear all,I am trying to build an extension for Firefox which blocks the navigation to certain websites. In IE, its very simple since we have the BEFORENAVIGATE2 event which is fired before the navigation to any new URL. However, in javascript we don't have this luxurious option. So, how can...
13 Feb 2013 by Ankur\m/
I searched for beforenavigate2 firefox[^] and this[^] was the first result. I guess it's what your are looking for.
23 Sep 2010 by submarelime
ssl disabled in firefox, can't access my ff addons, can't sign in to get my yahoomail or access any secrue site!! tried editing page source, tried cleaning up cache, tried mozilla support website but can't hone in on a solution!
25 Sep 2010 by E.F. Nijboer
Try enter this in the location bar: about:configPress enter and accept the terms. Maybe you can find something there. You might also want to have a look at the link below for some additional info on the configuration...
11 Apr 2013 by devcode007
Hi,If HTML page has multiple frames and each frames opens an HTML page and since each of this html pages has different Doctype, then how browser would decide the Mode.My actual requirement is to keep my webpages in quirks mode but i have a frames where i make use to render third party UI...
22 Jul 2012 by Allen Qake09
I want to make my browser's window to NEVER process or apply or receive or whatever any WM_ messages received, like WM_KILLFOCUS or WM_PAINT !So can it be done ? ( something like overwriting the WndProc maybe ? )Right now I'm coding in the AutoIt script-language, so if it can be possible...
22 Jul 2012 by Christian Graus
Your best bet is either to NOT try to stop Windows from working, or explain why you want to do this, so we can suggest alternatives. You can't stop the messages from being sent, you MAY be able to hook in to the WndProc and stop them being processed. Please don't ask the same question...
26 Jun 2014 by Daroosh
I am currently building an extension which is required to capture only HTTP request being made by the TOP frame browser (Not capture every HTTP request being initiated) before they are being sent out and the response received. Is that possible to handle in a Firefox extension?I currently...
20 Jun 2021 by VladimirSid
Hi, i'm working with ubuntu 20.04. After run build.sh i try compile certutil.c via gcc by command but get reference error gcc -I "../../../dist/private/nss" -I "../../../dist/public/nss" -I "../../../dist/Release/include/nspr" -L...
30 Apr 2013 by devcode007
Hi, I am creating CDATA section as a child node. I have seen below mentioned behavior with Firefox, IE8,9, and 10Using below codeif (window.DOMParser) xmlDoc = domParser.parseFromString(xmltext, "text/xml"); else //IE xmlDoc.loadXML(strXML); var elem=...
4 Jul 2012 by akosidab
Hi,I my webpage is displaying good in Chrome and IE, but in firefox it is left aligned. Below is my code:*{ margin: 0; padding: 0;}body{ text-align:center; }#wrapper{ width: 960px; margin: 0 auto; padding: 0; border: 0;}
16 Aug 2016 by Beginner Luck
anyone know why my chrome and firefox crash whenever I code using webglWhat I have tried:I try check Use hardware acceleration when available but still crash
1 Aug 2012 by Member 9328753
hi,clear mozilla firefox using vb6.any body can help me?thanks a lot.
1 Aug 2012 by Kenneth Haugland
I suggest you start here:http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/4b6fc0c7-609d-4a00-8617-b194a1000050[^]
1 Aug 2012 by André Kraak
This article[^] talks about the cookies in Firefox. It mentioned that the cookies can be removed by removing either the cookies.txt (for Firefox 2 or below) or cookies.sqlite (for Firefox 3 and above).Make sure that no instance of Firefox is running before trying to remove these...
23 Sep 2012 by ravijain03
in IE column display properly but when generate same report using Firefox it increase column width.
14 Aug 2018 by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
20 Mar 2014 by totallytotallyamazing
I am getting an error from my MacOS Firefox-Firebug-Console-js and hoping someone might offer a helpful suggestion. I am seeing the same error on other sites with Facebook Like buttons e.g. http://www.mcdonalds.com/us/en/home.html Here is my Firebug-Console-js error / warning:"Content...
21 Mar 2014 by totallytotallyamazing
I noticed the following unwanted browser extensions in Firefox: Searchme, Slick Savings, Amazon Shopping Assistant, and Ebay Shopping Assistant. Turns out these are essentially malware that effected Firefox, Safari, and Chrome on my Mac. They're made by a supposedly legitimate company called...
14 Feb 2013 by Daroosh
Can someone guide me to a tutorial to build a complete toolbar for both, IE and Firefox? For IE, i already have a running BHO (built completely in C++), I would like to build a new extension that adds a toolbar to my IE. Same goes for Firefox, would like to build an extension that adds a toolbar...
14 Feb 2013 by Daroosh
Found half the solution, A step by step tutorial for creating toolbars for FIREFOX.Hope this helps anyone out there:Step by Step tutorial to building a toolbar in FirefoxNow I still need a tutorial for the IE.Thanks in advance!
15 Feb 2013 by Daroosh
Found the other half of the solution.Creating IE Toolbar - 1Creating IE Toolbar - 2I managed to build both my IE and FF toolbars from the above mentioned links.Enjoy!
30 Mar 2012 by moses12345
hi guys please help me figure this out .im designing a simple header to a page work on, and the result i get on IE 9,8 firefox is different check this out : SWS - SMS Winning...
30 Mar 2012 by Sergey Alexandrovich Kryukov
I have no idea which of your border, alignment and similar attributes create the loss in cross-browser compatibility. I can tell you why: I never use them. Using such attributes is really a bad thing. I don't even know who develop Web sites using them. Probably none of real Web...
CSS
11 Oct 2013 by ASP.NET Community
Take control of your angle-brackets and optimize. Note: This article spans over the debugging tools for your CSS, JavaScript and other
7 Sep 2014 by SajanJacob
Hi,I am working on an existing website to fix the menu problem. The website is this http://vipeduc.net/mgt/index.php[^]The problem is, when we are using firefox, the menu goes behind the content.I tried lot, But I can't. Can anybody please help me to find what is the problem behind...
8 Sep 2014 by MariwanIT
try to set margin left and right to auto.
14 Dec 2011 by tonyjiang88215
i have several DLL files to load into mozilla extension project, one of DLL files depend on other DLL files , but ctypes.open only can load one DLL , how can i load them together? Thank you very much for your help : )P.S. I had tried to load the main DLL file , i hoped ti can load other DLL...
14 Feb 2015 by Ankit Gada
Here : http://thunderstorm999.byethost9.com/Observe the footer text.It is not the same in IE as in the Chrome and Firefox browser.My font is not displaying as it should in IE. Also due to this the alignment in IE is not the same as it is in Firefox and Chrome.Also the layout appears a bit...
14 Feb 2015 by Sergey Alexandrovich Kryukov
Despite of my comment to the question, I can see that there is something you are doing wrong. Sorry, I'm not going to fix your discrepancy between IE and other browsers. First, I don't want to enable IE for it (I think it sucks, even the later versions, so I never use it). More importantly, at...
8 Apr 2016 by Maxim Komlev
Suppression of Browser dialog of Basic Http Authentication and customization
9 Aug 2013 by Member 8390746
firebug says "debugger not activated" .How to solve this? I am using mozilla firefox
9 Aug 2013 by Sampath Lokuge
Quote:My suggestion is a new Firefox profile, reinstall almost never solves any problem because Firefox retains the configuration information when you uninstall. For more info check...
12 Feb 2019 by Armand Molinski
How to debug PHP on Windows
9 Jul 2013 by tharindutpd
Hi, i am new for Firefox addon development and just i started to work with firefox. I want to create a simple firefox addon. my requirement is, when a user selectting text on website and right click then there should be option in right click menu called send text, simply then i want to pass...
9 Jul 2013 by bbirajdar
Dear OPYou are supposed to do the basic resource yourself. You need to try it first and if you face any specific difficulties, then come back to CP with your code, error messages and questions.Codeproject does not encourage spoon feeding. You need to read the rules for asking questions...
11 Nov 2014 by binit.ku.singh
How to disable page caching in Firefox
18 Apr 2016 by Member 11094578
Hi I'm using ruby 2.2.4-p230 and Watir WebDriver on Windows 7I got noticed that when execute my Ruby script in a Chrome WebSite always the "Remember logins for sites" is disabled even when the default profile is not.All this do not allow me to complete my script because my script must...
18 Apr 2016 by Member 11094578
As workaround , I Just did with QTP-HP, even that the QTP's Script is very basic, as: Window("Mozila Firefox").Click XXX, YYY Window("Mozila Firefox").Type stringthis works for now, until I can find a solution.
29 Jan 2012 by mira visser
Beste BerendDit is al heel lang geleden. Jij hielp mij met de web site van de camping. Deze werkt tot nu toe zeer goed. Zelf heb ik intussen geleerd hoe ik bepaalde text meot veranderen enz. Ik heb een aantal jaren lang je geprobeerd te vinden, maar zonder succes.Nu zit ik met een groot...
29 Jan 2012 by OriginalGriff
I don't think you meant to post this here - if you did, then it is very, very unlikely to work. It relies on Berend (whoever he may be) dropping by here and realising it is for him. That is really not likely to happen.[Google Translate]Ik denk niet dat je de bedoeling dat hier posten dit -...
12 Dec 2012 by MAU787
Hi all,My website runs properly on IE becoz of ActiveX.I need to run the same on chrome and Mozilla.i got one link http://www.ietab.net/[^]i downloded ie tab extension for both.so my website is running properly on both the browsers.I wanted to know is there any code for...
12 Dec 2012 by Member 10510822
I think there is not that type of option. because, browser is different software.thanks.
2 Jan 2013 by MAU787
Google Chrome: Download IE Tab extension that acts as Internet Explorer emulator. It helps enable ActiveX controls in Google Chrome as it emulates IE by using the IE rendering engine directly within Chrome.To add Extension go to: chrome: //chrome/extensions/ Then go to Web store and...
15 Sep 2020 by Member 14686752
I want to download multiple images and videos files on chrome and Firefox browsers of iPhone using javascript. I get some solution in which they are creating a tag and setting all the necessary attributes and clicking on that is working but for...
15 Sep 2020 by Richard Deeming
If you're using the download attribute on an element, then you'll need iOS Safari version 13 or later: Can I use... Download attribute[^] If you can't upgrade, then you'll need to use a server which can send the correct content-disposition...
5 Apr 2015 by Heba Kamel
Hi,I wanna get keyCode when when press on input text event.keyCodeworks fine in IE and ChromeTo work in Firefox I write thiskeyCode = event.which || event.keyCodebut it doesn't work too.any help ?
5 Apr 2015 by RajeeshMenoth
Hi,Write like this..function checkKey(evt) { var keyID = (evt.charCode) ? evt.charCode : ((evt.which) ? evt.which : evt.keyCode); alert(keyID);}Ref this links..1) JavaScript window.event.keyCode not working in IE, Mozilla FireFox, Chrome, Safari and Opera2) event.keyCode...
15 Apr 2020 by Издислав Издиславов
This article will demo the usage of Blazor WebAssembly and how to create simple web application with it.
6 Oct 2011 by JustForWords
I used NPAPI to create a plugin that will be added to Firefox 4. The plugin will show two MessageBox continuous. The first one is OK, but the next one will block, user can't click the button on the messagebox, but if you click the firfox frame it will be OK. Also if you open the error console...
30 Jan 2015 by murlikrishna
I have created a sctipt in uft which is working fine in Internet explorer but i want to use same script for firefox 'Launch of Internet ExplorerSystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe", "www.irctc.co.in"'loginbrowser("IRCTC Next Generation").Page("IRCTC Next...
28 Oct 2014 by Firo Atrum Ventus
I have a simple c# application that record & stream audio with naudio & lame. I use System.Net.Socket for the streaming, just wait for connection, read the header and then pass the socket to lame encoder that will send chunks of mp3.Problem is, FF's audio tag cannot play the thing, it just...
11 Jun 2010 by vinodkalanji87
Hi all,I have created an extension for Firefox and already installed. The problem is the extension is running before the web page is loaded. I want the extension to be run after the page load is completed. Currently it is running during the load of Firefox and before web page load. Can some...
29 Aug 2011 by John Y.
Have you tried jquery? Perhaps you could use the document.ready()? I believe if you do that, the javascript executes after the DOM (page) has loaded.Example: (assuming of course you are including the jQuery library.)$(document).ready(function () {//this code should only execute...
31 Jan 2012 by LetsMond
I have been experimenting with displaying a popup window when a button is clicked on my Firefox extension's toolbar.My popup is a panel with an iframe inside it that displays the actual content. No matter what attributes I set to my panel and iframe there is always an ugly border between my...
31 Jan 2012 by Sergey Alexandrovich Kryukov
If you fight this problem for Firefox, specifically, it can be a waste of time: what to do with all other Web browsers your users may use?Consider one the the good alternatives, both based on jQuery which I highly recommend....
31 Jan 2012 by LetsMond
Thanks for the links. I'll have a look through those and see if they can help me.To answer your question, the pop up is from a Firefox extension toolbar, and not a web page, so I am not worried about other web browsers in this case.
15 Sep 2019 by theryman06
I submitted this question to Stack Overflow almost three months ago and they never helped me so I decided to submit the question here. Here's the problem. I get a message that pops up that says, "one or more extensions cannot be verified and have been disabled". I know a temporary fix to get...
14 Sep 2019 by Patrice T
Quote: Firefox keeps failing to verify certain apps Can it be this problem ? Add-ons disabled or fail to install on Firefox | Mozilla Support[^] Solution on same page (depend on FF version)
15 Sep 2019 by MadMyche
Software progresses and it is not always reverse compatible with tools that were developed for older versions. This is especially the case with free software particularly when a third party is developing against it. I have experienced this several times over the years with Firefox. I've added...