December 6th, 2011 by ellery
Firefox has lots of add-ons that make web browsing more pleasurable. There are many I have not explored, but these are my current favorites:
- Tree Style Tab
- Lets me have the tabs down the left side in a collapsable tree view. Saves screen real estate and makes more tabs readily accessible.
- FireGestures
- I find myself trying to use the same mouse gestures in other tools. I wish I could get this as a desktop add-on.
- AdBlockPlus
- Hides ads: rose-colored glasses for web browsing!
- Firemacs
- Old habits die hard: muscle memory lasting longer than other types.
- DownThemAll!
- Nice if you are trying to grab several large files at once.
- FireBug
- Great for figuring out why web pages don’t work.
- Locationbar2
- Adds some capability to the address field.
- Searchbar Autosizer
- Makes the search field big when you use it.
- Xmarks
- Keeps bookmarks synced between machines. I appreciate it when I move into a new computer.
- KeeFox
- Integrates the KeePass password manager with Firefox. Now I feel at least a little bit more secure.
- Disconnect
- Makes me feel like I’m not being tracked quite so much, but it breaks some Google things, so I have to turn off the Google blocking for Google Maps or logging in to a Google account.
- Linkification
- Currently disabled. Hasn’t kept up with the Firefox release cycle.
You can get add-ons for Firefox by typing about:addons in your Firefox browser’s address field.
Tags: Firefox, usability
Posted in Tools | No Comments »
September 29th, 2011 by ellery
The official game rules are here.
I’m listing the hard-to-get pieces here, so I can check easily with my greasy fry hands.
Disclaimer: This is based on my personal interpretation of the rules. It could be wrong. I cannot be held responsible for any bad decisions you make based on this information.
- Mediterranean
- Vermont
- Virginia
- Tennessee
- Kentucky
- Short Line Railroad
- Ventnor
- Pennsylvania
- Boardwalk
Tags: Food, game, mcdonald's
Posted in Food | 38 Comments »
July 27th, 2011 by ellery
I finally went looking for one of my pet peeves with the Thunderbird email tool, and the Internet did not disappoint.
I like seeing my message list with the newest items at the top of the list, yet I normally read them oldest to newest. When I finish reading a message and delete it, Thunderbird’s default behavior is to select and display the message below the previous selection in the list. My newest-at-the-top sort order causes the next older message to be displayed, which is probably the one I looked at just prior to the one I deleted. I want it to select the next newer message.
Turns out there is an option for this in Thunderbird’s config options.
Go to Tools->Options…, Advanced tab, Config Editor….
Change the option mail.delete_matches_sort_order to true.
Now if only someone would add the Reply/Reply All toggle that I’ve been pining for….
Tags: email, Thunderbird
Posted in Making It Work, Tools | No Comments »
June 9th, 2011 by ellery
I am eagerly awaiting a fix for the Windows 7 bug that causes the Windows Explorer tree view to jump after you expand a node in the tree. Very irritating. The bug has been there since the first release of Win 7.
I had hoped the fix would be in SP1, but no. Let’s annoy Microsoft right back by voting to get this bug fixed.
Update:
I am cautiously optimistic that the workaround from Michael Noxfeld on 1-18-2012 may actually have fixed this problem! It could just reappear on the next reboot, but I can always hope…
Click on the link to go to the bug page, then click on the Workarounds tab and scroll down a ways to find it.
Tags: Windows 7, windows annoyance
Posted in Windows | No Comments »
May 10th, 2011 by ellery
I still prefer the command line for many tasks. Sometimes it’s just faster. It can be a deterrent if you want to run some commands in a deeply nested folder, however. So I like the “Open Command Prompt Here” feature, which can be made available in Windows Explorer’s folder context menus.
In Windows 7 it is there, but hidden. Hold the Shift key and right mouse on a folder to see the context menu entry. In Windows Vista it is half there. Holding Shift while displaying the context menu only shows the hidden entry in the righthand pane of the Explorer Window. Prior to Vista, you need to use PowerToys or edit the registry to add the context menu item.
There is more information here.
Tags: tricks, Windows 7, windows annoyance
Posted in Tools, Windows | No Comments »
November 27th, 2010 by ellery
In a Windows CMD window you can type the following command:
TASKLIST /SVC /FI "IMAGENAME EQ SVCHOST.EXE"
to see what is being run by the various svchost.exe processes.
I was trying to track down what was using half my CPU when the machine should be idle. I was very thankful to find this blog entry. Turns out the culprit is the Pml Driver HPZ12 for my networked HP printer, which seems to put my machine into this state, maybe after someone has scanned documents and saved them onto a PC on the network.
Tags: hp, windows annoyance
Posted in Windows | No Comments »
November 1st, 2010 by ellery
Recently I needed a Python fix, Monty Python that is. I tried to watch the Spanish Inquisition on Netflix. Firefox (3.6) kept saying the Silverlight plug-in has crashed. Reinstalling Silverlight did not help. Luckily, someone else had already solved this one. Silverlight would not run because the Windows Tablet PC Input Service was disabled. I figured I did not have a tablet PC and was not using pen input. Silly me.
I re-enabled the service and started it. Silverlight ran fine after that.
Tags: Firefox, fix, Silverlight, Windows 7, windows annoyance
Posted in Making It Work, Windows | No Comments »
October 2nd, 2010 by ellery
Segway, iPad, Heinz Ketchup? No, its…

Tags: ubuntu
Posted in Linux | No Comments »
September 13th, 2010 by ellery
I like Lifehacker. I love finding something new about something you thought there was nothing new left to find out about.
This is useful: Resize All Columns to Fit Text with a Simple Keyboard Shortcut
And this is fun: Watch a Demonstration of the World’s Fastest Shoelace Knot
Tags: tricks
Posted in General | No Comments »
September 10th, 2010 by ellery
I just learned this one: to get the text of cross references in your MS Word document to update (say you inserted another table and it changed the numbering of your Table captions), do a Print Preview… then close the preview window. Sigh. And that after a lot of time spent looking for an Update Cross References button. Also, searching in the Word help for “update cross references” turned up nothing.
This trick was part of number 6 of Ten things every Microsoft Word user should know. Users shouldn’t have to know this.
Follow-up: Others report that you can Ctrl-A to select the whole document, then press F9 to update the references.
Tags: windows annoyance, Word
Posted in Making It Work, Windows | No Comments »