topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 12, 2025, 11:36 am
  • 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 ... 68 69 70 71 72 [73] 74 75 76 77 78 ... 82next
1801
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on November 01, 2005, 02:53 PM »
To be safe, one only needs to set it to only-allowed-to-edit-when-logged-in.
Well, that would cut it, huh? Perhaps I should be set to only-allowed-to-post-when-I-know-wtf-I'm-talking-about :)
Anyways, I'm all for keeping wiki and sanity on the same page however it works.
Limiting the access sure does reduce the amount of changes a bit (especially for people just stumbling over the wiki) but mouser wants some protection anyway, so this should be quite perfect :)

I don't feel the need to have several access restrictions in the wiki on top of that - never saw a problem with that even in highly frequented wikis.
1802
Thanks mouser, I found an even better way - or two, to be exact :)

First I wrote a little AutoHotkey script to do what I need (pressing some keys is better than grabbing the mouse anyway :) ), then I thought about it again and put the link to the IE exe together with the URL in Logitech's iTouch config. Just specifying the URL there sometimes didn't work, this now looks promising!

Thanks for the ideas!  :Thmbsup:
1803
Mini-Reviews by Members / Locate 3.0 - great *FAST* HD search tool!
« Last post by brotherS on November 01, 2005, 09:17 AM »
Check out http://fileforum.bet.../Locate/1044509669/1 (if you want to install the latest beta you need to install the latest full version from the Locate homepage (listed there too) before you install the beta)

Publisher's Description:
Locate saves names of all files in your hard drives to file database. After that you can locate files. This program works like updatedb and locate in Unix systems. Win32 based locating program also included.


Is that the perfect replacement for Windows' Win+f search? It is!  :-*

Only needing ~5 seconds (yes, that includes typing your search) to find a file? Great!!

I tested Locate waaaay back and didn't look at it again for a long time - it's unbelievable how great it works now; and it only uses 2 MB RAM! This is how Locate could look for you (the great (and free!) FastStone Image Viewer is in the background):

http://img80.imageshack.us/img80/5904/dcforumlocateplusfiv3qt.png



By clicking the Presets button (or using its keyboard shortcut, which I prefer) a menu pops up, showing you the searches you already saved, and allowing you to remove and add presets. Presets are very helpful for those searches that you are using again and again. A preset could include filenames, extensions, size limits... you name it. Very helpful!

http://img138.imageshack.us/img138/9038/dcpostlocatepresets0jj.png



This is the latest settings window - you can now set the first two "Locate dialog" settings to always have Locate running in the tray when you hit ESC or click the close button - then just press Windows+f to have it pop up again - very handy:

http://img374.imageshack.us/img374/2778/dcforumlocategeneralsettings5m.png



Here you see the Database settings. A Database could be one partition or just one or three directories - you decide! You could also exclude certain paths. It's very easy to create several databases with include and exclude options. Clicking on one and clicking "Edit" will get you to the details:

http://img460.imageshack.us/img460/7049/dcforumlocatedatabases8xs.png



In the Auto update settings you can choose when which database is supposed to be updated - for example, you can set one not-so-interesting database to be only updated once a day (should you really need an up to date database you can just right-click the tray icon, indexing is quite fast) and another one every hour - splitting them up saves time in this case:

http://img460.imageshack.us/img460/5128/dcforumlocateautoupdate9kl.png



What I also like about Locate is that I can set it to close to the tray when I hit ESC. I'm using AutoHotkey to start it (bring it back from tray) instead of Windows' own search when I press Win+F, and I use Shift+Win+F to run a second instance of Locate when I need it:

#Persistent
#f::
IfExist,C:\Programme\Locate
  run, C:\Programme\Locate\Locate32.exe
return


#Persistent
#+f::
IfExist,C:\Programme\Locate
  run, C:\Programme\Locate\Locate32.exe -i
return


Update: Searches like *URL.txt;*lol*.jpg work in the latest beta now!

Update: I asked "how to set Locate to 'activate' the first found file when the search is done (like in the Windows search) or maybe even already when the first file is found." - thanks to the nice coder this features has been added!

[edit by mouser: please upload pictures instead of linking to them!]

1804
How can I place a shortcut to an URL on the desktop that will always open a NEW browser window instead of opening the page in an existing one?

Does anyone know? 
1805
General Software Discussion / Auto-synchronize FTP folders with HD folders?
« Last post by brotherS on November 01, 2005, 05:38 AM »
Hi,

is there a (free?) tool to auto-synchronize FTP folders with folders on my HD? So that I can set it to "synchronize D:\random stuff\ with [FTP URL]/some stuff in here/" every 24 hours?

Also, which newbie-friendly (free?) FTP tools do you recommend? I haven't used FTP in years...
1806
Count me in, at the moment I'm paying $10 a month for some space on asmallorange.com (1000Mb space, 25Gb bandwidth a month) and all I use it for are a few avatars and sigs for forums [...]
Right, that's another good reason for an own server account! :)

@mouser: I'm ready to move my first domain over quite soon :D
1807
Actually I think it is a good way to encourage people that BT is not 'threatening' - I know I felt very suspicious when I first saw what it does - especially after all the problems with other filesharing systems with porn and viruses.
That may be the only good thing about that :)

One thing of interest I haven't seen elsewhere:

In a unique and very cool feature, when downloading from BitTorrent, GetRight can also simultaneously download the file from HTTP and/or FTP servers as well, putting all the pieces from all the different sources together into one complete file. This can greatly increase your speed downloading a file, especially when downloading from a Torrent where few peers have the file. And since the pieces you get via HTTP/FTP are shared out to the BitTorrent peers, this helps everyone! Nothing special is needed for the HTTP/FTP server.
How do you get this to work? Simple: if a website lists both a Torrent and a HTTP/FTP download for a file, just click them both.

Well, the reason you never saw that before is that this is totally unnecessary. I believe that for more than 99.99% of all torrents the data is ONLY available as a torrent. BT was designed to get the load off of central servers, so this 'feature' really is counter-productive...  :(
1808
I used to use GetRight too, but now prefer http://www.freedownloadmanager.org/ - it works perfectly with the FlashGet extension for Firefox.

I find it kinda silly that lots of companies now add BT support to their programs. Might be ok for Joe B. Loodynewbie though who only downloads 3 torrents a year...
1809
Mini-Reviews by Members / Weather Watcher 5.6 - now better than ever!
« Last post by brotherS on November 01, 2005, 02:16 AM »
Publisher's Description:
Weather Watcher is your personal Windows desktop weather station. Automatically retrieve your local weather from the Internet and store it in your Windows system tray. With one click of your mouse button, the most current weather update is in your view.


It's non-bloated and just got better with version 5.6. You have lots of options (good!) and could customize it to your needs (temperatures in F or C etc., etc.).

http://fileforum.bet..._Watcher/968135049/1


1810
General Software Discussion / Re: Macro programs - advice sought...
« Last post by brotherS on November 01, 2005, 01:47 AM »
Welcome, CGA!

That's true, but the bigger the community the bigger the chance you may get help when you run into problems or just want to explore new territory. That's true for every kind of software IMHO.
1811
Found Deals and Discounts / Re: Courier Email - free for a limited time
« Last post by brotherS on November 01, 2005, 01:39 AM »
I saw it being used on a few pages, maybe mouser is interested.
1812
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 31, 2005, 12:16 PM »
i think what this site would benefit from most is a kind of collaborative editing system that wiki is meant to be.. but i think our intended use (collaborative reviews) would really benefit from some more access control options, including who can edit which sections, upload file permissions, etc.
Well, the way I see it you trust a user or trust them not. When they need to register first they'll think more than twice if they should really do bad things (very, very, very few do). You could even disable uploading files completely and get users to use external image hosting services like http://imageshack.us/
1813
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 31, 2005, 12:15 PM »
Like you Mouser, I appreciate greatly the usefulness that Wiki promises, but had no idea that it required such sql kung-fu for a basic lock-out. Yeesh.
It doesn't. To be safe, one only needs to set it to only-allowed-to-edit-when-logged-in. This works very well, I don't think so, I know it - been there, done that. :)
1814
Can't hurt to bump it once more - get your free license NOW! :)
1815
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 31, 2005, 08:21 AM »
Actually I agree here ... I like Drupal (and the more I play the more I like) but the simplicity of the interface with MediaWiki is so nice.

If you are worried about security why don't you simply restrict editing/posting rights to a WIKI editing group. You can choose who is involved, and add people when you feel you have got to know them.

I like the idea of a collaborative wiki, but I really think it would become disorganised and unmageable if it were open as a free for all.

You could have a WIKI forum where no eidtors could post articles for inclusion, then one of the eds could tag it moved when it is done.
I suggest getting as many existing forum members to signup in the wiki NOW and then add some kind of protection.

Examples:
http://meta.wikimedi.../Help:Patrolled_edit
http://meta.wikimedi.../Access_Restrictions

1816
General Software Discussion / Re: Managing Favourites
« Last post by brotherS on October 31, 2005, 05:46 AM »
I use LookSmart's Furl too.
The Firefox extension make it very handy to use.
Hmm, I just wanted to look into it again and search for a "guided tour" but now the page won't even load!?  :o
1817
For whatever reason it's search function sometimes kicked in even if I didn't hit the hotkey combination :-/ Since I didn't use it THAT often I stopped using it for now.
1818
General Software Discussion / Re: Macro programs - advice sought...
« Last post by brotherS on October 31, 2005, 05:31 AM »
I'm surprised nobody mentioned Automat, http://www.networkautomation.com/automate/user/?CFID=525785&CFTOKEN=13472334. I've tried alot of macro programs but for me this is the only one that does what I want. The others are mainly lacking in the triggering department. Automate has an extensive amount of options for triggering and has a very nice interface. A little heavy on the resources and a bit expensive but very well worth it.
Why nobody mentioned it? Well, I think it's because the community is pretty small and because it's not freeware? :D (At least that's what it looks like)

Read https://www.donation...dex.php?topic=1167.0 ?
1819
Just bumping this post, since the free licenses appear to be available now :Thmbsup:.
Hehe, cool, I just wanted to do the same! :D

To all the rest: "If you don't know it, get it!" :)
1820
General Software Discussion / get avi and mpeg video file on Video-CD/DVD
« Last post by brotherS on October 31, 2005, 04:17 AM »
Hi,

I have some funny avi and mpeg video clips which I want to show a friend. She has no PC (yes, those still exist! :D ) and so I need to burn them on a Video-CD or DVD.

I understand that Nero is able to create Video-CDs? But what about DVDs? Do I need a tool like InterVideo's WinDVD Creator for that or is there some free alternative?

1821
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 31, 2005, 02:33 AM »
i'm quite new to wiki so it's a little hard for me to compare;
Ok, then please don't delete https://www.donation...hp/Screenshot_Captor before we can be sure the alternative is just as powerful!  :Thmbsup:
1822
Screenshot Captor / Re: "Made with Screenshot Captor" object
« Last post by brotherS on October 31, 2005, 01:55 AM »
I really love Stephan's idea to put information that the screenshots were made by Screenshot Captor.  My preference would be to always include the words "made by."  Otherwise, it looks like the name of the program that is being shown on the screen is Screenshot Captor, rather than that the image is made by Screenshot Captor.

An additional refinement:  I would like to see the words "Screenshop Captor" larger than "donationcoder.com."  Just looks more neater.
Yeah, good ideas!

Here's my suggestion (just a dirty preview, Stefan is better at this):

http://img493.imageshack.us/img493/1029/madewithobjectver0044zy.png


What do you all think?
1823
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 30, 2005, 05:41 PM »
i noticed some wiki addon modules for drupal -
that might be a good compromise.

having played with drupal for only a couple of hours though i have to say i am very taken by it and it just feels right to me.

there are things about wiki that i really really like, but so far i can't bring myself to accept the poor support for managing users and content that i've seen so far.

if we can find nice wiki + blog + issuetracking modules for drupal it may be the ideal solution.
Before you make any decisions: I was not able to really find out what's possible with Drupal's wiki-module. Did you stumble over a page like http://en.wikipedia....a:How_to_edit_a_page for Wikimedia, so we can compare?
1824
Mini-Reviews by Members / Re: Confessions from a Wiki Hater ??!?
« Last post by brotherS on October 30, 2005, 04:15 PM »
[edit] drupal is suiting my tastes a lot better - i think we may use this for collaborative writing instead of wiki.
:o

I strongly disagree: Drupal is a "Web Content Management System" and, while it could serve as an alternative for the DC blogs, it can not replace a powerful wiki.

Also keep in mind that with millions of people experienced in editing wiki pages (wikipedia etc.) you'll attract new users willing to improve wiki pages more easily when you don't force them to learn yet another syntax/way of editing pages. This is not just my opinion, I speak from experience here.

Drupal looks like a powerful CMS, but it just can't possibly replace a real wiki IMHO.

If you want to discuss stuff with more experienced wikimedia users, I suggest the [email protected] mailing-list. To subscribe or unsubscribe via the World Wide Web, visit http://mail.wikipedi...listinfo/mediawiki-l .

Please don't give up on mediawiki just yet.
1825
Screenshot Captor / Re: "Made with Screenshot Captor" object
« Last post by brotherS on October 30, 2005, 11:11 AM »
Here is a smaller one of "Made with..."
Two thoughts coming up there:

- I'd also like some uni-color object

- we should start to use one spelling only. Now there's Screenshot Captor (in SC itself), ScreenshotCaptor (the quickstart icon), and ScreenShotCaptor in this new banner.

IMHO we should use "Screenshot Captor" - each and everywhere  :Thmbsup:
Pages: prev1 ... 68 69 70 71 72 [73] 74 75 76 77 78 ... 82next