Archive for July 9th, 2005

July 9th, 2005

Canon MultiPass MP390 — Mini Review (Hint: not good news for HP)

Permalink | Comment (0) ~ PCs - hardware

In this post “here”:1 I wrote about the Canon MultiPass “MP390″:2. Here’s my review: It rules!

I finally got around to plugging the thing into a USB 2.0 port (instead of my keyboard’s USB 1.1 port), and it just cranks now. Super-fast printing _and_ super fast scanning… _and_ it’s also a fax machine. This is what happens when you stop ever using “parallel ports”:3 ever again. Life just gets better.

OMG, remember when you had have a “SCSI”:4 interface to get a scanner to work? Or trying to get a file scanned into a “PDF”:7? The software that comes with my MP390 does that automagically.


!/img/Canon_MultiPass_MP390.jpg!
R… U… L… E… S…!

Hum… but I really wish I would have waited a bit and picked up this one, the Canon MP750, with the auto document feeder… deeeamn, as of today, 7/9/05, it’s only *129* bucks at “Amazon”:8. Man, I paid $149 for my MP350 just back in April. That’s just wrong.


!/img/Canon_PIXMA_MP750.jpg!
Uhhh, “HP”:6, what’s wrong with this picture?

Oh… _and_ both my MP390 and the MP750 are photo printers, of course. Where’s the margin in printers (or scanners or faxes or photo printers) these days?

[8(Amazon page on the Canon MP750)]http://www.amazon.com/exec/obidos/tg/detail/-/B000650R0M/qid=1120967408/

[7(Wikipedia on PDF files)]http://en.wikipedia.org/wiki/Portable_Document_Format

[6(Yahoo quote for HPQ)]http://finance.yahoo.com/q?s=HPQ&d=t

[5(Amazon page for the Canon PIXMA MP750)]http://www.amazon.com/exec/obidos/tg/detail/-/B000650R0M/qid=1120967408/

[4(Wikipedia on SCSI)]http://en.wikipedia.org/wiki/SCSI

[3(Wikipedia on parallel ports)]http://en.wikipedia.org/wiki/Parallel_port

[2(Amazon page for the Canon MultiPass MP390)]http://www.amazon.com/exec/obidos/tg/detail/-/B0001CJECC/qid%3D1113278325/

[1(Zoinger post on the Canon MultiPass MP390)]http://www.zoinger.com/words/archives/2005/04/13/how-to-annoy-your-local-starbucks-staff-lesson-1/

July 9th, 2005

Firefox Extension: Tabbrowser Extensions — Using TabGroup Mode

Permalink | Comment (1) ~ Firefox


I recently re-installed Firefox on my computer (I had a bunch of extensions installed that I wasn’t using, so wanted to “clean up” the build) and found some cool settings for Firefox’s “_Tabbrowser Extensions_”:1 extension.

If you select the author’s settings when you first install the extension (the settings box comes up after you install the extension and restart the browser), the _TabGroup Mode_ is set to “on.” Here’s a screenshot of the settings if you want to try them out without reinstalling the whole extension:


!/img/firefox_tabbed_browsing_color_and_grouping_settings.png!
The _Advanced…_ button opens the focused on window

These settings group tabs together depending on how they are opened, and also color the tabs based on these groups. Here’s an example of how it looks in my browser:


!/img/firefox_tabbed_browsing_color_and_grouping.png!
I also have my _Tabbrowser Extensions_ settings set to display tabs on the left.

In the screenshot above, the green tabs at the top are all pages I got to starting from Jon Udell’s blog on Infoworld. I originally went to the upper most green tab, Jon’s blog, and opened three links from this page in new tabs. Notice that, in addition to these three tabs all being green, that these three new tabs were spawned directly below the parent “Jon’s blog tab” and not at the bottom of the tab list.

Oh, I used a hack in Firefox’s @userchrome.css@ file to change the color of the active tab’s background to yellow — that’s why the first tab in the list, Yahoo!, is yellow. It’s handy for keeping track of which tab you are on when you have a bunch of tabs open. Here’s the @userchrome.css@ code I use:

 /* Change Active Tab Color */
tab {background-color: white !important; color:black !important}
tab[selected="false"] {color: black; background-color: white !important;}
tab[selected="true"] {color: blue; background-color: yellow !important;}

Using colors in tabs rocks.

[1(Home page for Tabbrowser Extensions)]http://piro.sakura.ne.jp/xul/tabextensions/index.html.en


Technorati Profile |