Monday, August 09, 2004

X1 instantly searches files & email. For Outlook, Outlook Express, Eudora and Netscape Mail.

X1 instantly searches files & email. For Outlook, Outlook Express, Eudora and Netscape Mail.
Lookout works for me, but X1 searches file content as well: http://www.x1.com/products/viewable_file_formats.html

Lookout for Outlook Download: it's back!

Lookout for Outlook Download

I use Lookout every day. It was briefly unavailable, but as Fallows explains -- it's back!
In the face of bitter blog-world complaints, however, Microsoft reversed course and agreed to make Lookout available again. It is one of several intriguing free utilities in the Sandbox section of Microsoft's Web site.
This is a great application.

Keyfinder retrieves your Product Key (cd key) from registry

Keyfinder retrieves your Product Key (cd key) from registry: "The Magical Jelly Bean Keyfinder is a freeware utility that retrieves your Product Key (cd key) used to install windows from your registry. It has the options to copy the key to clipboard, save it to a text file, or print it for safekeeping. It works on Windows 95, 98, ME, NT4, 2000, XP, Server 2003, Office 97, and Office XP. This version is a quick update to make it work with Windows Server 2003. "

Erwin Waterlander, WCD Wherever Change Directory

Erwin Waterlander's WCD - Wherever Change Directory

This is much more impressive than appears on first look. It's a cross-platform text mode program that does what Norton Change Directory did, but with far more control on what's indexed and how. It also allows wild card searches -- which is very, very cool. Combine this with some personal conventions for naming directories and there are great productivity gains. It's too powerful and complex for most WinXP users (it's really more for the UNIX/Linux user), but it's a Source Forge project that could be integrated into many Norton Commander like clones -- or into a Mac OS X AppleScript application! (There's an OX port.)

Erwin's web page doesn't mention how to integrate Windows Explorer with WCD. I was playing with all kinds of trickery, but he gave me the very simple and elegant solution. It's easy to understand what's happending in the Win9x version, but to change the current directory in WinXP one must use a batch file intermediary. Read the Win9x version first to understand the WinXP version. Once the current directory has been changed the command "explorer ." opens the current directory. There are more options for the explorer command I'll probably add, but this is a good starting point. Here's Erwin's advice:

I used this script to run explorer after wcd (on windows NT/2000/XP):

@echo off
wcdwin32.exe %*
echo explorer.exe . >> %HOME%\wcdgo.bat
%HOME%\wcdgo.bat

If you use the dos32bit version on windows 95/98/ME this script will work:

@echo off
wcd.exe %1 %2 %3 %4 %5 %6
explorer.exe .

Erwin Waterlander
Eindhoven, The Netherlands
www: http://www.xs4all.nl/~waterlan/

Sunday, August 08, 2004

Faughnan-Lagace Herald: The New Version with an inline frame embedded style controlled blogroll.

Faughnan-Lagace Herald: Local and International News

Ok, I got the iframe and the css stuff working. It doesn't look too bad in Firefox, Safari, IE 5.2/Mac and IE 6/PC. I'm impressed. I ended up putting the styles I got from the blogroll page into a separate page. Then I included that page in the iframe. So I was able to get around the style/iframe problem.

When I'd included the blogroll in the iframe I'd had to use blogline's alternative inclusion method (php); that method returns a fully formed page. Since I've introduced this level of indirection I now use the javascript method.

I will tweak the text background, borders, and sizes. In general I like things that are lighter and more easily readable. It's good enough to start with though. There's only one glitch, the second cell of each list is empty. I suspect that's a bloglines glitch since it happens with every browser.

Inline frames and style sheets

Using inline frames (iframe elements) to embed documents into HTML documents
Continuing my adventures with the blogroll, I got the iframe working and I got the style code working, but the style in the host document doesn't affect the content of the iframe. So, how can one apply a style across the iframe boundary?

Alas, it's not simple -- as this document makes clear:
The embedded document is displayed according to what's applicable to it, not what's applicable to the embedding document ... a style element in a document applies only to the document where it appears, not to any embedded document. .... If there are style sheet rules which should be applied both to the embedding document and to the embedded document, it is best to write them into an external style sheet and use a link element to refer to it in both documents... the dimensions of the inline frame can be affected by a style sheet for the embedding document. Similarly, the border around an inline frame is a matter of the embedding document.
Uh-Oh. I've got a bad feeling about this. I don't control the code of the blogroll, so I can't use either of these approaches!

It does look that if one uses an inline frame to hold a blogroll, one has no control over how the blogroll contents display. I think I might have do some indirection. I might try this:

1. Create a document I control that holds the blogroll and has a style sheet.
2. Include THAT document in the iFrame.

More later ...

Controlling blogroll appearance for bloglines in my news page (DIV and blogrollmain)

Blogrolling - Customizing look and feel with CSS

Bloglines, the web-based tool I use to manage my RSS/Atom subscriptions, supports inclusion of a subscription list as a "blogroll". I've added my bloglines subscription to my longstanding family news page, by embedding a "hidden" page of mine in an iFrame on the news page.

I don't quite like the text layout. There was mention of some DIV tags that one could use to control layout, so I googled on "blogrollmain". This page tells me what I need to know, I should be able to make them look good on FireFox, IE, and Safari. (Any browser that doesn't support iFrames will just show a text message, so it's pretty backwards compatible.)

Update 11/19/05: I've revised this post a bit with some links. The method I invented has worked very well for over a year. To see how it works, view the HTML of these two pages: