topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Sunday September 20, 2026, 12:22 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 ... 1176 1177 1178 1179 1180 [1181] 1182 1183 1184 1185 1186 ... 1515next
29501
Living Room / Article: Beauty And The Brain
« Last post by mouser on September 28, 2006, 10:47 AM »
I don't buy this argument, but it's a nice read..

...
Experiments led by Piotr Winkielman, of the University of California, San Diego, and published in the current issue of Psychological Science, suggest that judgments of attractiveness depend on mental processing ease, or being "easy on the mind."

"What you like is a function of what your mind has been trained on," Winkielman said. "A stimulus becomes attractive if it falls into the average of what you've seen and is therefore simple for your brain to process. In our experiments, we show that we can make an arbitrary pattern likeable just by preparing the mind to recognize it quickly."
..


Direct Link to Papers in PDF format: http://psy.ucsd.edu/~pwinkiel/


from http://cognews.com/index_html
29502
Living Room / Re: Annoyed (Warning) re. Agnitum Outpost subs. renewals.
« Last post by mouser on September 28, 2006, 09:04 AM »
cool  :up:
29503
thanks so much neil -
new version uploaded (same url) which should fix the two problems you pointed out.
29504
Borland C++ Builder Contest / Re: Demina: a Minesweeper Solver/Helper
« Last post by mouser on September 28, 2006, 08:13 AM »
thanks gianni!
29505
it's not up yet - will be up in october.
29506
Activation/License/Language Help / Re: help....i need a key
« Last post by mouser on September 28, 2006, 04:10 AM »
sorry, this site is not about illegal software.
(not sure why people think it is sometimes - i guess it's just the discussion of license keys)
29507
Living Room / Re: Annoyed (Warning) re. Agnitum Outpost subs. renewals.
« Last post by mouser on September 28, 2006, 03:35 AM »
that is kind of fubar.. imagine if you decide to renew after a week.  :o
29508
Living Room / Re: DonationCoder.com wallpapers (set 01)
« Last post by mouser on September 28, 2006, 03:31 AM »
can i request 3 more version?
one with cody looking 25% away and 75% looking toward
one with cody looking 75% away and 25% looking toward
one with cody looking 75% away and 25% looking toward but with his right foot turned slightly inward.
29509
damn you september!!
29510
I'd like to have some help testing a new feature i'd like to add to all of my programs, the ability to specify where you want your settings .ini file stored.

This has been requested by several people in the past, and it's a strange enough change that i would really appreciate some multi-day testing by people who use the program.

By default my programs store their settings in the program directory itself, which is good for portability like running it on usb drives, but bad for running it off cd rom for example, and bad for people who like all data settings stored in separate directories.

Ok so here is the alpha version (v2.23.01):
https://www.donation...ScreenshotCaptor.exe

Install it as normal over the old version.  By default it *should* behave exactly as before.
However you will notice a file ConfigDir.ini in the program directory.
Opening that with a text editor will reveal the following:


Code: C++ [Select]
  1. CONFIGDIR = .
  2.  
  3. // This file (ConfigDir.ini) defines the directory where all configuration
  4. //  files for the program will be stored.
  5. // There should be only 1 actual line in this file that has any meaning,
  6. //  the CONFIGDIR assignmane above.  Everything else here is just comments.
  7. //
  8. // By default it is normally set to the program directory itself, meaning
  9. //  that all configuration/ini/settings/preferences will be store here
  10. //  with this ConfigDir.ini file.  This is also best for when you want to
  11. //  put the program on a usb drive.
  12. // Sometimes it is preferable to store the configuration files in a
  13. //  different directory, like a "C:\Documents and Settings" subdirectory
  14. //  which is designed to store program configuration data, or a custom
  15. //  directory specified by a user on a separate drive.
  16. //
  17. // TIPS:
  18. // 1. You can comment out lines by prefacing them with //
  19. // 2. You can use the following replacements:
  20. //     . (actual program directory)
  21. //     %MYDOCUMENTS% (like C:\My Documents)
  22. //     %APPDATA% (like C:\Documents and Settings\{username}\Application Data)
  23. //     %PROFILE% (like C:\Documents and Settings\{username})
  24. //     %COMMONAPPDATA% (like C:\Documents and Settings\All Users\Application Data)
  25. // 3. The specified directory will be created if it doesn't exist.
  26. // 4. If configuration files are not found in the specified directory,
  27. //     any existing configuration files in the app dir will be copied
  28. //     from the app dir to the specified directory.
  29. // 5. If you edit this file while the program is running you need to
  30. //     exit and restart the program before it will take effect.
  31. //
  32. // EXAMPLES:
  33. //    CONFIGDIR=.
  34. //    CONFIGDIR=%MYDOCUMENTS%
  35. //    CONFIGDIR=E:\MyCleverSettings\
  36. //    CONFIGDIR=%APPDATA%
  37. //
  38. // NOTE: the company and application subdirectory name will automatically be
  39. //  added to the path specified (except for %APPDIR% which includes the name
  40. //  already, i.e.:
  41. //    "E:\MyCleverSettings" -> "E:\MyCleverSettings\DonationCoder\AppName\"
  42. //
  43. /////////////////////////////////////////////////////////////////////////////

So basically you just change that top line in that file to redirect the config file to be saved elsewhere, and then restart the program.

Important Note 1: On first use of a new location it will copy your old settings into the new location.
Important Note 2: You will probably have to go to options -> Folders and change your ScreenShots directory which will be hardcoded to the application directory (just change it to 'Screenshots' without any path, or elsewhere, it's up to you).
Important Note 3: There is no way to change this file from within the program, you must edit it yourself using a text editor like notepad.



Thanks for helping me test - i appreciate any reports (and suggestions).
I think eventually i will make it possible to change the dir from within options.

Once we get this working well i will add it to all of my programs
29511
General Software Discussion / Re: Best jukebox that is NOT iTunes?
« Last post by mouser on September 27, 2006, 03:09 PM »
29512
General Software Discussion / Re: Finally made a descision
« Last post by mouser on September 27, 2006, 02:34 PM »
come on renegade don't tease us, what's the secret?
29513
Living Room / Re: DonationCoder.com wallpapers (set 01)
« Last post by mouser on September 27, 2006, 01:30 PM »
i like it better for sure, this one has cody's personality :)
but actually now that i look at it, i also like the previous one where cody is not looking at us.. :)

ps.
is nudone driven insane yet?
29514
Living Room / Re: Hungy Space: today's flash game
« Last post by mouser on September 27, 2006, 01:28 PM »
fun what happens when a jelly blob gets you :)

but now back to hungry space -
i will give $4 in donationcredits to to the first person who gets big enough to eat all those nasty blue monsters and "wins" the game, just so that i can stop obsessing about this game.  screenshot required please.
29515
Developer's Corner / What Is An "Unconference" And How Do You Run One?
« Last post by mouser on September 27, 2006, 12:03 PM »
Scott Berkun's blog has rapidly become a must read for anyone interested in small business/innovation.  Highly recommended.

Here's his essay on tips for running a good unconference:

It’s easy to assume that unconferences, the popular trend in tech-sector events, require little thought on the part of session organizers. The myth is that by choosing to do an unconference, special magic will trickle down into all the sessions, blooming into dozens of beautiful flowers of enlightened communal experience...


What is an unconference? Scott points us to this wikipedia page: http://en.wikipedia....rg/wiki/Unconference
29516
new official patch from microsoft:


Microsoft released a patch for the zero-day VML (Vector Markup Language) security hole yesterday, instead of waiting for October's "patch Tuesday". If you have Windows with updates set to automatic, you probably already have it. If not, see: Microsoft security updates for September 2006


direct link:
http://www.microsoft...ulletins/200609.mspx
29517
General Software Discussion / Re: New App - Floating Ruler - Feedback?
« Last post by mouser on September 27, 2006, 11:35 AM »
can we get a screenshot? (just attach it to post)
29518
Screenshot Captor / Re: [feature request] fancy thumbnail templates
« Last post by mouser on September 27, 2006, 10:15 AM »
cool find!
actually supporting more fancy nice borders is on my todo list.
29519
Find And Run Robot / Re: comment on new version 1.10.02 beta
« Last post by mouser on September 27, 2006, 10:13 AM »
i will be adding a real indexing system soon, this was just an experiment.
29520
General Software Discussion / Re: Finally made a descision
« Last post by mouser on September 27, 2006, 10:11 AM »
cool!  :up:
29521
Official Announcements / Re: --> SEPTEMBER SOFTWARE DRAWING RESULTS - POSTED!
« Last post by mouser on September 27, 2006, 09:49 AM »
PS: For the future, I suggest to add a link to the corresponding announcement post in the forum (this one) when sending the mail to each winner

very good idea, i wish i had done that before and will do in the future from now on.
29522
Living Room / Re: DonationCoder.com wallpapers (set 01)
« Last post by mouser on September 27, 2006, 08:30 AM »
i love the one with him passed out sleeping at the tree hahahahahahah!!!
29523
General Software Discussion / Re: What IRC client do you use?
« Last post by mouser on September 27, 2006, 06:29 AM »
mirc for me, i am just used to it and like it's clean interface.
but it is a bit long in the tooth..
29524
Living Room / Re: Hungy Space: today's flash game
« Last post by mouser on September 27, 2006, 06:27 AM »
WARNING :
PLEASE BE CAREFUL OF THIS GAME -
IT IS HARD TO WIN AND IT IS ADDICTIVE AS HELL!@!!
29525
Screenshot Captor / Re: Visual indicators
« Last post by mouser on September 27, 2006, 06:15 AM »
not a bad idea..
Pages: prev1 ... 1176 1177 1178 1179 1180 [1181] 1182 1183 1184 1185 1186 ... 1515next