Linux just installed, the default is Firefox browser and version is low, my system is CentOS, Firefox version number is 31, with Yum installed version is not the latest, as long as the official website to download the latest version of the installation can be, the method is as follows: First go to Firefox homepage, Ch
Previous use of Ubuntu more, but server requirements, decided to start learning CentOS1. Desktop width is not adaptive after installing CentOSIf you are using GNOME, click the menu "System--Preferences Display, adjust the resolution2.Centos installed Firefox, the original response is very slowExtract# cd/usr/local# su-c "Tar zxvf/home/wandering/firefox-2.0.0.5.ta
Article Introduction: What I'm going to say here is that the devices we use can be the same technology as web development. What would the world be like if a large number of devices used such techniques to get the same APIs and communicate? I can't wait to see it happen.
Listen to the developer said Firefox OS truth: The Web is platform-oriented low-end
Mozilla developer Rob Hawkes last week wrote about the details of the
After you reinstall a centos6.6 system, first download the latest firefox version: firefox
After you reinstall centos6.6, download the latest firefox version:
Http://www.firefox.com.cn/download/
Decompress:
[Root @ centos Downloads] # cd firefox[Root @
Firefox-Update-3.6expander-open
Expander-open-complete ">
What's
New in firefirefox 3.6
Firefox 3.6 is built on Mozilla's gecko 1.9.2 WebRendering platform, which has been under development since early2009And contains extends improvements for Web developers, add-onDevelopers, andUsers. This version is also faster and more responsivePreviousVersions and has been optimized to run on small device operatingSys
Demo Ubuntu12.04 and Red Hat Enterprise Linux 6Version Ubuntu12.04:Note: The command input shown here is in the case of the root user: that is, enter Su and then follow the prompts to enter the password to return to the root user after the successful switch operation1, first check the installed Firefox versionInput command: dpkg--get-selections | grep FirefoxExample diagram:2, uninstall based on search resultsInput command: sudo apt-get purge
Install firefox and flash-plugin in centos6.6
After you reinstall centos6.6, download the latest firefox version:
Http://www.firefox.com.cn/download/
Decompress:
[Root @ centos Downloads] # cd firefox[Root @ centos firefox] # lsA
This article is dedicated to the Firefox new people who use other browsers that are trying to try Firefox or have already used Firefox.
Firefox is an open-source, non-IE kernel browser. The browser is the ordinary user to visit the Web site and browsing the web using the software, the most common is the user's Windows
JavaScript compatibility has long been a major problem for Web developers. The differences between formal norms, factual standards and various implementations make many developers suffer day and night. To this end, mainly from the following aspects of the differences to summarize IE and Firefox JavaScript compatibility:
The difference of function and method;
Second, style access and settings;
Three, Dom method and object reference;
Iv. handling of ev
1, the discovery of IE under the input label ID attribute the default and name properties are the same, and Firefox must explicitly write out the name of the id attribute, or you can not use the id attribute.
such as: In IE under the following code can be executed and under Firefox but can not:
You must change to the following code to:
The following are reproduced:
1. Document.formName.item ("itemname") q
Find: Ctrl+f
Find again: F3
Enter Find Link: '
Enter find text:/
Find: Shift+f3
Web search: Ctrl+k or Ctrl+e
Firefox shortcut key Navigation class:
Back: ALT + LEFT ARROW key or Backspace
Forward: Shift+backspace or ALT + RIGHT ARROW key
Home: Alt+home
Open File: Ctrl+o
Reload: F5 or Ctrl+r
Reload (ignoring cache): Ctrl+f5 or Ctrl+shift+r
Stop: ESC
Firefox shortcut key Editing class:
Copy: Ct
In the process of developing a multilingual Java Web site, it is found that many of the code in FF can run normally, but not in IE, and vice versa. The incompatible and unified methods of IE and Firefox (Firefox) in JavaScript are summarized as follows:
1. Firefox-compatible Outerhtml,ff no outerHTML method
Copy Code code as follows:
if (window. H
Replace the home page
The site's own problems may cause Firefox to take a long time to start. Try changing your Firefox to the default home page (About:home) or to a blank page. Follow the instructions for how to set the home page.
Change how Windows and tabs are loaded
If you set up Firefox to use session recovery to display your last open windows and tabs, a
Compatibility between IE and Firefox
From: http://blog.csdn.net/powerglover/archive/2009/01/15/3789631.aspx
1. Event ProblemsIn IE, we can directly use the event variable, but in Firefox, because the event is a local variable, in Firefox, We can bind the event to an element, for exampleTo be compatible with both IE and FirefoxCodeObtain the event.VaR theevent
JS compatibility Summary for IE and FirefoxAugust 11:39 Thursday by CottageLabel:Browser Method Properties IT notationI. Differences in functions and methods1 . GetYear () method"Analysis Notes" first look at the following code:var year = new Date (). GetYear ();document.write (year);The date you get in IE is "2010", and the date you see in Firefox is "110", mainly because the getYear returned in Firefox is
1.document.formname.item ("itemname") problem
Note: Under IE, you can use Document.formName.item ("ItemName") or document.formName.elements ["elementname"]; Firefox, you can only use the document.formname.elements["ElementName"].
Workaround: Unify the use of document.formname.elements["ElementName"].
2. Collection Class object Problem
Note: IE, you can use () or [] get the Collection class object; Firefox
1. Firefox cannot support innertext.Firefox supports innerhtml but does not support innertext. It supports textcontent to implement innertext, but by default, redundant spaces are retained. If textcontent is not required, you can use innerhtml instead if the string does not contain HTML code.2. Prohibit the selection of webpage content:JS: obj. onselectstart = function () {return false;} is generally used in IE ;}
1. Document.form.item Issues
(1) Existing problems:
There are many Document.formName.item ("itemname") statements in existing code that cannot be run under Firefox (Firefox)
(2) Workaround:
Use document.formname.elements["ElementName"]
2. Collection Class object issues
(1) Existing problems:
Many collection class objects in existing code use (), IE can accept, Firefox
, IE and Firefox js and CSS
PNG Transparent AlphaImageLoaderFilter:progid:DXImageTransform.Microsoft.AlphaImageLoader (Enabled=benabled,sizingmethod=ssize,src=surl)
Enabled: Options available. A Boolean value (Boolean). Sets or retrieves whether the filter is active. true: Default value. Filter activation. False: Filters are prohibited.Sizingmethod: Options available. String. Sets or retrieves how a picture of a filter's object is displayed within t
Mozilla has officially released Firefox 6 , if your computer is still in the very old version of it, hurry up to update it, because the official web side only provided Linux under the. bz2, there is no deb or RMP format, so you need to install it yourself.Below with my operating system: Ubuntu 10.10, version of Firefox 3.6.22 for example:First go to the official website next to the latest version down, wi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.