Messages - cettolox [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6next
21
General Software Discussion / Re: ACDSee 9.0 available
« on: September 21, 2006, 05:45 AM »
I in ACDSEE v9 I cannot find the "tagging" feature of v8. In v8, during the picture slideshow, I can hit backslash to quickly tag piclures I like, without dealing with categories or rating.

I cannot find this in v9: did you ?

/Stefano

22
General Software Discussion / Re: How do you organize your email?
« on: September 13, 2006, 09:35 AM »
I use outlook 2003, use rules to folders for important mails (work ones) and put all personal mail in a "personal" folder, uncategorized.

I alse have created a favorite meta-folder (that is my very home folder) called "Inbox & Sent" (outlook calls it a "search folder"): my objective is to let this folder be empty. So I always file mails from this "meta-folder" to real folders. With this trick I have real folders that contain not only the received mail, but alse the mail I sent.
In this way I can export/save/share/search a folder about a certain subject being sure that it contains mails received as well as mails I sent.

And then I also use www.x1.com for extensive and quick searches on the whole pst file.

By to all,

/Stefano

23
Perfect Thanks, I'll use LOGMON+BLAT

/Stefano

24
Hi,
I am searching for some simple software (like AHK script) that polls a folder content and sends an SMTP email when it changes, notifying me which files are added/removed/changed.

I came accross "Always Watching" http://www.liquidmirror.com/alwayswatching.asp that seems to do well its job, but I was wondering if anyone of you use some other software to accomplish this task.

Thanks,

/Stefano

25
OK I'll show how I did it: I used wget within a batch file like this:

@echo off
wget  --keep-session-cookies --save-cookies cuc --post-data "username=xxxxxxx&Password=yyyyyyy&URL=&B1=Login" http://mysite/formLogin/frmLogin.asp

wget  --load-cookies cuc --post-data "D3=01&nome=2006&Area2=12&nome2=2006&D11=TUTTI&b1=OK" "http://mysite/post.asp"


and then I parsed the resulting page (which has the information I need) to get my result.

/Stefano

Pages: prev1 2 3 4 [5] 6next
Go to full version