my firefox 02-20-2007


Generated: Tue Feb 20 2007 12:13:51 GMT-0600 (CST)
User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.1) Gecko/20061223 Firefox/2.0.0.1
Build ID: 0000000000

Enabled Extensions: [32]

  • Adblock Filterset.G Updater 0.3.0.5 – Synchronizes Adblock with Filterset.G
  • Adblock Plus 0.7.2.4 – Ads were yesterday!
  • All-in-One Gestures 0.18.0 – This extension allows you to execute common commands using mouse gestures, rocker navigation, scroll wheel navigation and page scrolling.
  • Always Remember Password 0.6 – Makes the browser ignore web site requests to not remember passwords.
  • Bookmark Duplicate Detector 0.6.3 – Helps you find, move and remove duplicate bookmarks. It also notices you when you are adding a bookmark already in your Bookmarks.
  • BugMeNot 1.3 – Bypass compulsory web registration with the context menu via www.bugmenot.com.
  • Custom Buttons 0.0.1.3 – Gives a possibility to create custom toolbarbuttons.
  • CustomizeGoogle 0.55 – Enhance Google search results and remove ads and spam.
  • Deepest Sender 0.7.9 – Post to blogs directly from SeaMonkey/Firefox.
  • DOM Inspector 1.8.1.1 – Inspects the structure and properties of a window and its contents.
  • DownThemAll! 0.9.9.7 – The mass downloader for Firefox.
  • Enhanced History Manager 0.5.8.05.1 – Flexible History Management
  • ErrorZilla 0.2 – Implements useful error pages.
  • Fasterfox 2.0.0 – Performance and network tweaks for Firefox.
  • Foxmarks Bookmark Synchronizer 0.84 – Synchronizes your bookmarks across machines.
  • Foxylicious 0.7 – Integrates your del.icio.us bookmarks into your Firefox bookmarks.
  • Gmail Manager 0.5.3 – Gmail accounts management and new mail notifications.
  • Google Notebook 1.0.0.14 – Allows notetaking while browsing
  • Google Reader Notifier 0.30 – Google Reader Notifier
  • Greasemonkey 0.6.7.20070131.0 – A User Script Manager for Firefox
  • Linky 2.7.1 – Open/download/validate links and pictures in tabs or windows
  • MR Tech Local Install 5.3.2.3 – Local Install power tools for all users. (en-US)
  • Statusbar Clock 2.8.1 – Display the Date and Time in your browser’s status bar.
  • Stealther 0.98 – Surf the web without leaving a trace in Firefox.
  • Stop-or-Reload Button 0.2.2 – Turns the stop and reload buttons into a single one. When you can stop, you have a Stop button, otherwise you have a Reload button. (Like Safari)
  • Tab Mix Plus 0.3.5.2 – Tab browsing with an added boost.
  • Tab Preview 0.3 – Preview tab contents on mouseover
  • Tab Sidebar 1.1.5 – Displays previews of your tabs in your sidebar.
  • Tamper Data 9.8.1 – View and modify HTTP/HTTPS headers etc. Track and time requests.
  • User Agent Switcher 0.6.9 – Adds a menu and a toolbar button to switch the user agent of the browser.
  • View Source Chart 2.5.02 – Creates a Colorful Chart of a Webpage’s Rendered Source.
  • Web Developer 1.1.3 – Adds a menu and a toolbar with various web developer tools.

Disabled Extensions: [6]

Total Extensions: 38

Installed Themes: [2]

Installed Plugins: (7)

  • Default Plug-in
  • Flip4Mac Windows Media Plugin 2.1
  • Java Embedding Plugin 0.9.5+g+2
  • QuickTime Plug-in 7.1.3
  • Shockwave Flash
  • Verified Download Plugin
  • VLC Multimedia Plugin

Posted in General | 1 Comment

help, I need a quick full-site replacement page!

You know, like the one Apple does during a keynote or whatever?

It’s easy with mod_rewrite – just add the following in a .htaccess (if your host supports that…)

RewriteCond %{REQUEST_URI} !/backsoon.html$
RewriteRule ^.*$ /backsoon.html [L]

and every page that is not /backsoon.html will be temporarily replaced with the contents of backsoon.html

Don’t forget if you have images/css linked into backsoon.html, you’ll need to add a RewriteCond to except the rewrite.

RewriteCond ${REQUEST_URI} !/images/yourheader.png$
RewriteCond ${REQUEST_URI} !/css/yourcss.css$

Here’s the whole thing :

RewriteCond ${REQUEST_URI} !/images/yourheader.png$
RewriteCond ${REQUEST_URI} !/css/yourcss.css$
RewriteCond %{REQUEST_URI} !/backsoon.html$
RewriteRule ^.*$ /backsoon.html [L]

Enjoy, and thank Mike for prompting me to write this up!

Posted in General | Leave a comment

lotsa pics? leech ‘em

Flickr Leech:

Posted in General | Leave a comment

flickr tag fight

I win.

http://www.netomer.de/flickrtagfight/me.you.fight

Posted in General | Leave a comment

blender – wow, never knew this existed

blender.org – Home:

Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.

And it looks just plain wonderful…

Posted in General | Leave a comment

a great nova program

NOVA | The Elegant Universe | Watch the Program | PBS:

Watch The Elegant Universe

Posted in General | Leave a comment

tomato

Here’s one of the cool things you can do with tomato firmware for your linksys WRT54X wireless router:

tomato bandwidth graph

I would recommend it to anyone looking for a replacement firmware for their WRT54X linux capable router.

Posted in General | 1 Comment

nice little extension

ChromEdit Plus & More:

Just a simple update from the Original. Rebuilt to bring the file size down & made compatible for Firefox 1.5 – 3.

Posted in General | Leave a comment

dokuwiki auth.php

PHPXref 0.7: DokuWiki:

Posted in General | Leave a comment

dolla dolla bill y’all

instructables : Dollar Bill Shirt:

Dollar dollar bills y’all, or how to make a dollar into a tiny shirt.

Posted in General | Leave a comment