Anyone know where I can get HTML Rename by EaseLife Software...

  • Thread starter Thread starter 2poor
  • Start date Start date
[update]
Pich: http://www.redshift.com/~omega/clips/pich/sample1/pictmp.htm
ListPics: http://www.redshift.com/~omega/clips/pich/sample1/PICLIST.HTM

The most striking difference in output. It is that serious space taken
at the top of the output page with ListPics product name stuff.

I'm looking these two default output pages over, side-by-side, a few
more times....

And I admit that the large ugly-yellow table, in PICH, it's a bit
unfortunate. <G>

Ah well, suppose I have to accept that I cannot receive perfection in
a one-click 19k html generator...
 
2poor said:
While I was trying the two apps, I remembered a little trick I accidentally
discovered a while back. I'd noticed that Opera wouldn't open any local
html file with the # (pound/number) sign in the filename. When I moved the
# sign to the front of the filename (first character), Opera opened up a
folder/file listing similar to what you'd see if you were browsing a remote
computer's files, as in FTP.

I found that all I had to do to get it to do this is create an empty text
file, rename it #.htm, and then double-click on it. I can browse the whole
drive like that. Using Save As, I can save the file. The file works from
anywhere on my computer because it sets the <base href> of the folder in
the saved file. It doesn't include the filenames of the subfolders, but it
doesn't matter because you can browse those files anyway.

IE doesn't seem to do this, but I think Firefox does. Know anything about
it?

This special effect (feature of a bug?) with the way Opera handles a
file named #.htm, I really believe it would be entirely unique. I didn't
explicitly test with Firefox, but checked with other members of the family:
Mozilla & Kmeleon. No magic on that. Also not from MSIE.

I don't know of any browser that handles the local disk browsing anywhere
near anything remotely close to how smoothly Opera does.

In the case of MSIE, for instance, there is a problem where it likes to
morph into Windows explorer, when spotting a folder object, part of the
nature of the shdocvw.dll. (Maybe? there is a setting to change that part,
but I've not investigated.)

As to running executables locally, without the MSIE "run or download"
nag jumping up, MSFT has made changes in later versions to make that
really hard. Requires very major hassle of hacking workarounds, where
the least inconvenient, which is very inconvenient, it's to rewrite the
html involved. One method is changing is using a big mess of Active-X
WSH calls for launching the targets. Another is to go with using the
iframe trick. But iframe source doesn't really suit the matter of
browsing the disk in itself; it's better simply for making fun menus.

For the Mozillas, that is the most difficult of all to try to get to
launch things locally, from what I can see. One main problem is in the
way it demands file:// protocol prepended on any href calls. And it
doesn't handle even the iframe deal very smoothly, from what I saw.
Maybe there are some special, intricate steps that can be taken, to try
to customize for local function, but any such, if exist, are sure not
clear to me.

Contrast is $Opera, both in ultimate success, as well as the total ease
of getting the objective achieved. A simple wizard that comes up, asking
how you want to handle executables, and then the whole thing is instantly
custom-set for that purpose.

And the disk navigation, via #.htm, and then seamlessly poking around
from there on all ones ".." dots, that's a very fun ride.

I don't think there would be any other current browser around to also
add into the comparison. I have to concede ... $Opera seems to fully
outdo all as far as a local disk browser (intranet vehicle, etc).

And, I cannot see either of the major browser families aiming to provide
this area of feature. They have steadily moved the other direction. So
that they don't get yelled out in all the headlines, for allowing users
to open up settings like launching exes without prompt, while blissfully
web-surfing. Design for lowest common denom (example - the Outlook / IE6
"unsafe" file extensions hardcoded into system dlls)...
 
Cousin said:
This special effect (feature of a bug?) with the way Opera handles a
file named #.htm, I really believe it would be entirely unique. I
didn't explicitly test with Firefox, but checked with other members of
the family: Mozilla & Kmeleon. No magic on that. Also not from MSIE.

I don't know of any browser that handles the local disk browsing
anywhere near anything remotely close to how smoothly Opera does.

Hmmm, that's odd. I was trying out Firefox at the time (great browser, but
I still prefer Opera) and I was pretty sure I got it to do the local disk-
browsing thing. It didn't look as pretty (use Explorer's folder/file icons
and all) but I'm pretty sure it did it. I might've done something different
to get it to do so, but I can't remember what.

Anyway, just thought I'd mention it. Thanks for replying.
 
Cousin said:
2poor said:
That's a good idea. Could you do that with a .bat file?

Yes... The issue is getting the commandline prog to change to the
working directory of your context selection. I have a magic template
for this situation. It was provided to me by Sietse Fliege in ACF a
few months ago.

What does the trick for the command.com of w9x :

---- pichcntxt.bat ------
%1.\
cd %1\..
<path to> pich.exe
---------------------------

What I was informed does the trick for the cmd.exe of NT-based OS:

---- pichcntxt.cmd ------
cd /d %~dp1
<path to> pich.exe
---------------------------

Pich and HTI, btw, their program exe call alone was enough as last
line, they did not need argument like %1 %2 %3 [...].

From there, the bat (or pif or cmd) file could go in the sendto
directory. Or put on the explorer menu. For context, it wasn't folder
these two wanted, but instead relevant filetype. HTI, it would be the
htmlfile type. Pich, images filetypes: png, jpg, gif.

I created a new context action for png filetype, named the action
pich, but could name it anything. For command argument, I pointed to
the path on disk of my pichcntxt.bat, and added a quote "%1" to the
end. That is, command: <path>\pichit.bat "%1"

Very useful info. Thanks!
I've set up HTI contextually, too. It's maybe not the best indexer of
HTML files (has some limits) -- but it's so handy to be able to press
a single click in an active directory of html files, and get its
automatic index file with no effort.

Yep, can't beat that for convenience.
 
Back
Top