-
-
Recent Posts
Recent Comments
Categories
- Bash
- BerkeleyDB
- Browsers
- Cable
- Chrome
- Cool Problems
- CPAN
- CSS
- Data Structures
- Databases
- DNS
- Editors
- Errors
- Everything Else
- Fedora
- Firefox
- Firewall
- Flash
- Forking
- Hardware
- HTML
- ImageMagick
- Images
- Internet Explorer
- IpTables
- Lingo
- Linux
- Log4perl
- Mediawiki
- Monitoring
- Munin
- MySQL
- Netgear
- Perl
- PHP
- PhpMyAdmin
- Postfix
- Regular Expressions
- Routers
- RPM
- Samba
- Screen
- SSH
- SSHFS
- Subversion
- Synergy
- Troubleshooting
- Ubuntu
- VIM
- Windows
- Windows Vista
- Wordpress
- YUM
Blogroll
Archives
Tags
September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Meta
CNN.com- Bonnie Blue actress from 'GWTW' dies
- President to aides: Find economic spark
- Hurricane Earl downgraded as it approaches East Coast
- Workers rescued after oil platform fire
- BP uncaps oil well in Gulf
- Mideast peace talks start
- Convicted killer spared death penalty
- Opinion: Social Security can help states
- U.S., Iran battle on basketball court
- She drops 100 pounds, gains new life
BBC- Europe agrees finance watchdogs
- ICC chief executive on cricket charges
- Explosion on Gulf of Mexico rig
- Tanker runs aground off N Canada
- DCAL cuts 'will mean job losses'
- Pakistan trio hit by ICC charges
- Strike 'kills Afghan civilians'
- Bid for Middle East peace begins
- The mint with a whole lot of food miles
- Man 'strangled wife and hid body'
AL JAZEERA ENGLISH (AJE)
Category Archives: Firefox
CSS: How To Always Show Vertical Scrollbar
To avoid webpage shifting, you can always have the vertical scrollbar visible by doing this: html { overflow-y: scroll; } Note: This only seems to work in Firefox and Internet Explorer.
Posted in CSS, Firefox, Internet Explorer
Leave a comment
How To Speed Up Firefox
If your Firefox is running slow, try this to make it go faster. These tips should only be used by broadband users. Go to “about:config” Search for “pipe” Set the following values: network.http.pipelining = true network.http.proxy.pipelining = true network.http.pipelining.maxrequests = … Continue reading
Posted in Firefox
Leave a comment
How to Install Flash Firefox Plugin for 64-bit Fedora Linux
Download the plugin here. Tar -zxvf the tar.gz file. Copy that file to: /usr/lib64/mozilla/plugins Restart firefox. Check “about:plugins” in your address bar to see the Flash plugin installed Plugin file should look like this: /usr/lib64/mozilla/plugins/libflashplayer.so about:plugins should look like this: … Continue reading
Posted in Firefox, Flash, Linux
Leave a comment
How To Centralize Bookmarks using Firefox and Google Bookmarks
Create a label in Google Bookmarks with all the bookmarks you want to centralize. Then, create a live bookmark in Firefox with the following URL, replacing the label name with the one you created: http://www.google.com/bookmarks/lookup?hl=en&sort=title&output=rss&q=label:live Copy and paste this link … Continue reading
Posted in Firefox
Leave a comment
How to Make Firefox Always Start a New Session
In Firefox, “about:config”, set browser.sessionstore.resume_from_crash = false