topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 2:36 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 38 39 40 41 42 [43] 44 45 46 47 48 ... 61next
1051
yes it keeps listing results but it takes a while until it makes sense of what is coming out of search. I am searching 6 7 big folders so  to me searching does not bother but 
I get frustrated when it cannot find frequently used and called(via Farr) applications asap.

1052
Well it is little connected because when Farr gets into deep search mode (when it cannot bring the file in a few seconds) it locks up. It is mostly an interface freezing I believe . And escape would not help me at all.
1053
I have alot of hit and misses as well. Sometimes Farr finds the file less than a sec sometimes it takes a long search to find the file. I am talking about frequently used programs. I even set history hit scoring to 500
1054
Nice to hear that you have figured it out. If you need spesific conditions that are hard to achieve with standard interface you might want to check out powerpro yahoo groups. There are some helpful people there.
1055
General Software Discussion / Re: Let go of your bookmarks!
« Last post by kartal on June 15, 2008, 11:05 PM »
I do not use bookmarks at all. I think that they create clutter because they are so easy to create. What I do is keep the web sites I like and so called bookmarks in my info application which is Wikidpad. I can tag them, date them, link them etc. It is easier to integrate into my info environment this way otherwise they would be in seperate application.

I also started using Zotero for firefox in conjunction with Wikidpad.
1056
It may look daunting at first but it is very capable software. If you can manage to pass first hardships you will see that it is a gem. Unfortunately default installation and setup is little confusing. After you install probably you will find it hard to understand. So what you need is to run pproconf.exe from the powerfolder diretory. From there you can disable default tabs, windows and setup your scheduler. The command you will need is "file" command under scheduler.

Also the documents are not bad at all in my opinion.
1057
Living Room / Re: What are your favorite gadgets and gizmos?
« Last post by kartal on June 15, 2008, 12:38 AM »
I use

powermate http://www.griffinte...m/products/powermate (volume control, video scrubbing, brush size control in painter-photoshop etc)
wacom www.wacom.com
usb desk lamp http://www.radioshac...SB-Desktop-Lamp.html
palm treo 680 http://www.palm.com/...smartphones/treo680/
Zecar http://www.madcattoys.com/cu1027kk.html my favorite toy that I keep on my work table

and some other logitech keyboard mouse stuff
1058
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 14, 2008, 07:08 PM »
It looks like standard IE zoom in and out shortcuts are not working in internal viewer. Maybe if we can have them enabled I might be able to adjust font sizes?
 :-\
1059
http://powerpro.webeddie.com/  this one has many features. One of tthe features is  scheduler that you can use to delete certain folders and files.
1060
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 14, 2008, 01:39 AM »
I hope that Farr  wont have much memory footprint after all these new features. I really like new features but I guess speed of Farr should be the most ultimate priority.
1061
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 13, 2008, 10:27 PM »
I already asked for that also and wanted that to be part of alias definition(ie fixed size in alias definition)

Btw as far as tiddlywiki goes, it could be best at some point if we can make a modified version that is optimized for Farr. I have no javascript or html skills so I will passon this one but maybe someone with skills could do it in short amount of time.

Again thanks for including this.
1062
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 13, 2008, 10:18 PM »
Other websites and local files do not show this bad of a problem. They may look tiny smaller but they seem normal.

I am under 64bit xp, IE v7
1063
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 13, 2008, 10:10 PM »
Ie shows them fine. I am under 64bit and I tried both 64 and 32bit versions of Ie. Both tiddlywikis suffer from the same issue btw.
1064
Post New Requests Here / Re: Screamer Radio frontend - ScreamerMenu
« Last post by kartal on June 13, 2008, 09:53 PM »
thanks for the update. I went back to 3.9. It works fine :)
1065
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 13, 2008, 09:51 PM »
I am having a font and size problem. Here is the screenshot


1066
FARR Plugins and Aliases / Re: GTDTiddlyWikiPlus for FARR (alias pack)
« Last post by kartal on June 13, 2008, 09:49 PM »
Mouser thanks for adding these. I think these are tremendous additions and I am sure many people will find it useful. I will check it out asap
1067
Find And Run Robot / Re: Tip: Htmlviewurl works for local files too! :)
« Last post by kartal on June 13, 2008, 06:29 PM »
Mouse I just tried this one
http://www.checketts...w/gtd_tiddlywiki.htm

it works (javascript) however all the fonts and page is very small. Would you mind trying?

1068
Find And Run Robot / Re: Tip: Htmlviewurl works for local files too! :)
« Last post by kartal on June 13, 2008, 06:23 PM »
This one will be very useful once javascript is enabled in Farr. A local file based html wiki can be invoked by using htmlviewurl

http://www.tiddlywiki.com/


btw I am trying to use showhtml instead of htmlviewurl and it does not show anything. How is it supposed to work ?

Here is my string in an alias
showhtml c:\showme.html
1069
If you install autohotkey you can use below script in any text field you want. Copy paste into a text file and change the extension to .ahk and then double click to run it.

All you need is typing "]d" "}d" etc. Just check out the script below. It is very easy. This will change or add the date on the fly no need for additional application. I originally found this script in one of the ahk documents btw. It is not my script but I use it everyday.



;script starts here
:*:]d::  ; This hotstring replaces "]d" with the current date and time via the commands below.
FormatTime, CurrentDateTime,, d/M/yyyy ;h:mm tt  ; It will look like 9/1/2005 3:53 PM
SendInput %CurrentDateTime%
return

:*:}d::
FormatTime, CurrentDateTime,, yyyy_M_d
SendInput %CurrentDateTime%
return

:*:)d::
FormatTime, CurrentDateTime,, d_M_yyyy
SendInput %CurrentDateTime%
return

:*:*d::
FormatTime, CurrentDateTime,, M_d_yyyy
SendInput %CurrentDateTime%
return
1070
wow, alot of free commercial applications nowadays. Thanks for letting us know
1071
Living Room / Re: Friday the 13'th...!
« Last post by kartal on June 13, 2008, 12:48 PM »
I am sorry to hear that.

But today somebody broke in to our appartment and has stolen my wallet with all the credit cards, driving licence etc...and my pc has just stopped working (dont know what is wrong with it => does not want to start, no screen etc... but fans are working)

But still I do not believe in the friday the 13th... I had just a baaaaad luck :mad:
1072
SEO note has alot of advanced functionality.  It is nicely done free application

But here what I did not like about it

-No real file drag and drop functionalty. Dragging into SEO forces to create a new database
-There is no multiple file imports at once. There is folder import but folder import does not import contents of the folders.
-No unicode support in the editor. What is funny is that the tree seems to support unicode but not the editor. At least the text files I have imported did not show words properly due to different character set.
-Password protection did not seem to work.
-No node dragging and dropping. Keynote-Rightnote allows you to drag and drop your nodes-notes inside the tree. This is only supported via keyboard shortcuts like shift right-left This is very handy feature for organizing.

If unicode is not important for you and you use only english to collect notes and organize SEO is definetely a very good find.


1073
Well, if you have used Keynote in the past and was not happy about the fact that Keynote has turned abandonware, then Rightnote could be for you.

For example Keynote and Rightnote have virtual notes. Virtual notes are pretty much imported(or dragged and dropped) text based files that you can edit outside of the Rightnote and will be updated inside Rightnote.
1074
Find And Run Robot / Re: Feature request: Quick stay on top button
« Last post by kartal on June 12, 2008, 09:40 PM »
I know those and I have tried them. As I said thou I like the way my setup is at the moment. I just need stay on top once in a while
1075
Find And Run Robot / Feature request: Quick stay on top button
« Last post by kartal on June 12, 2008, 09:25 PM »
I use Farr without stay on top option. But once in a while I want to keep it on top of other windows. I normally have a script running that would let me keep windows on top if needed. Since Farr does not have any standard top right windows buttons except "close" my script is useless(I manage on top option by middle clicking on minimize). I can modify my script but I personally hate to have exceptions to keep things consistent and simple. So it would be really cool if Farr has a stay on top button (a pin icon for example) that sits next to close would be great.


thanks
Pages: prev1 ... 38 39 40 41 42 [43] 44 45 46 47 48 ... 61next