topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday March 27, 2026, 11:56 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 ... 1318 1319 1320 1321 1322 [1323] 1324 1325 1326 1327 1328 ... 1515next
33052
General Software Discussion / Re: Gmail Adds New Chats Feature
« Last post by mouser on February 07, 2006, 01:46 AM »
and it can save your chats too if you want for referring back to them later.. does seem like a clever idea.
33053
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 07, 2006, 01:41 AM »
here's the precompiled runbox2.exe (which is the calculator exe fbsl program) for those who don't want to go through the online compiler.
33054
i think this can be done, let me look into it - seems like a good idea to me.
if you add an entry in the bugtracker (see button at top of page) it would help me out to keep me from forgetting.
33055
Clipboard Help+Spell / Re: not starting minimized
« Last post by mouser on February 07, 2006, 12:08 AM »
hmm..
so this is new behavior with this version? i really didn't change anything but it sounds like its not finding or saving its settings.  try this, change the settings as you want them (start with windows and start minimized), and then fully exit the program (i.e. choose exit from the tray menu).  then restart.  see if your settings are saved, if so, restart windows and see if it works now.  if settings arent saved, it could be directory persmissions.
33056
Living Room / Re: google to challenge paypal with a money service?
« Last post by mouser on February 07, 2006, 12:04 AM »
i'm a big fan of paypal but i'm curious to see what google has in mind.
33057
Developer's Corner / Re: How to embedd a flash PACMAN
« Last post by mouser on February 06, 2006, 05:59 PM »
cool.
33058
Living Room / Re: build your own shirt folding machine:
« Last post by mouser on February 06, 2006, 05:52 PM »
nice!
33059
Living Room / google to challenge paypal with a money service?
« Last post by mouser on February 06, 2006, 05:44 PM »
http://online.wsj.co...918924045565647.html


i spoke many months ago about a rumoured micropayment system from google..
i wonder if this is it.. if so you can bet that we will be trying it right away.  i dream of a day when its easy and safe for people to make micropayments to each other without much thought, i think it would imrove the world.

on the other hand i'm not as big a fan of google as many people.. it seems they eventually want to do everything and have a competing product or service to take over every existing thing on the planet..
33060
General Software Discussion / Exe/Dll Resource viewers and Editors
« Last post by mouser on February 06, 2006, 05:26 PM »
we have a discount on a very nice resource viewer/editor tool this month (Resource Tuner) and i thought this might be a nice opporunity to introduce people to the subject of resource viewers/editors.   can be a nice way to explore the insides of programs and their icons, dialogs, etc.

There are some good freeware tools for this as well, which are well worth trying:

TUTORIALS:

FREEWARE:

SHAREWARE:



DC Discount on Resource Tuner = https://www.donation...dex.php?topic=2343.0


anyone know any programs or sites they want to recommend?
33061
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 05:09 PM »
welcome to the site Gerome
33062
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 04:58 PM »
note the script also copies the result to the clipboard for easier pasting into another application.

and needless to say you need to change the filename and path to point to wherever you put your exe.

FSBL = Freestyle Basic Script Langage
it's free for personal use by the way.
33063
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 04:57 PM »
gerome, (one of?) the primary developer of FSBL (see end of https://www.donation...67.msg15008#msg15008) ,

has made a tiny little FSBL script for this with instructions on how to use the very cool online compiler to make a 100k exe of it.
i've tested it and it works like a charm!

here's the script:

$AppType GUI
Dim $cmd = Remove( command(-1), Chr(34) )
Dim $code = "Dim $result = " & cmd & ": Return result"
Dim $resulttext = $cmd & " = " & Execline(code)
Msgbox( Null, $resulttext ,"Result:", MB_OK )
ClipBoardSetText( $resulttext )


You can compile that into a small exe by pasting it into this page and hitting build (use left button):
http://gedd123.free..../studio/fbsl2exe.php

that will generate for you a 100k exe that I saved my compiled exe as runbox2.exe

which you can configure this way for farr:

runbox1.png


With results like this:
runbox2.png


nice!!!!
33064
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 03:08 PM »
dont know autohotkey enough to answer this, but thought i would add two things:
1) might be nice to have it copy the result to the clipboard.
2) an alternative alias if you want to specify an explicit command instead of trying to detect all math expressions would be just to have a regex expression of:  calc (.*)
im not saying you couldn't use a regex like you want that would let you just type any expression, just saying using a keyword like calc would free you from having to figure out the regular expression that covers all expressions.
33065
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 02:52 PM »
I think that the matter that we need to discuss here, is more around the funcionalities that Farr will have, so as we can perfect the ui to use them.

i think this is a very good point.

let me try to work up a little document about the plans for farr2 (aka "Mercury Runner") keeping in mind nontroppo's idea of intrgrating it with launch bar functionality and my new configuration system.

i will try to have that ready by next monday (in 7 days).  hopefully that will lay out a good foundation for us to work with.  meanwhile people can try to think about the kinds of things they'd like to be able to type and have understood properly.
33066
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 01:09 PM »
maybe the stack/queue and double editbox are really closer than we think.
i meant the stack/queue might really just be seen as the first action editbox.. then the ideas are almost identical.
33067
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 01:08 PM »
i think the option to remove the ACTION box might be reasonable -
maybe even have an option to switch between double editbox mode, and single editbox stack/queue mode, if we can figure out the best way to do that.
33068
General Software Discussion / Re: Mobysaurus V2.4 Preview 2
« Last post by mouser on February 06, 2006, 01:07 PM »
this would be nice to be able to resize the window to any "reasonable" size.
33069
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 12:43 PM »
jdmarch said:
Second, the visible presence of a default OPEN/LAUNCH/RUN verb, in the first entry field, provides a visual clue that other verbs are possible.

i find this reasoning very compelling, and it also attracts me to the idea of multiple edit fields.

imagine two edit boxes:

ACTION: [FIND_______]
OBJECT: [___________]

cursor could start in OBJECT field, where you could type the name of a file pattern and it would behave exactly as farr currently does.

but you could also hit up arrow to go to action field, where it would select/prehighlight the word FIND and you could just start typing another action, like "kill".  as soon as you enter the upper field, the results would switch to the actions list to select from.

after selecting an action, the tab or down arrow would take you back to OBJECT field.

we could also have the OBJECT field auto detect when you type an action and a space as your first word, and automatically fill it in on the ACTION field (while leaving it in the OBJECT line if deleting would be confusing).

the benefits of this approach would be
1. the 95% case requires no extra steps, you start the program and start typing to find an object to launch.
2. good visual feedback about how to change an action
3. very easy to change actions and select from a menu (just hit up arrow to go to ACTION field, then tab or down arrow to go back to OBJECT field)
4. pure commandline mode supported by autodetecting common actions typed in OBJECT field
5. obeys the rule of always specifying a verb first - which lets you do things like specify a verb of KILL and having the results list show a list of running processes that are searched when you are in the OBJECT field.
6. could have an option to start in the ACTION field for people who prefer that.


drawbacks:
1. you need two editboxes visible - annoying for people who prefer a streamlined tiny look.



however - it may be possible to use only edit box and a queue/stack like effect where we push the FIND action on the stack to start with but give user a way to backup over that - its the same idea but a different way of displaying it.  i think basically the effect is the same but it might be more streamlined, but significantly more confusing for new users.

well one more benefit of the queue/stack effect, which could be substantial, is that it allowsq queueing of a string of objects, not just one for each editbox.
hmm still something to chew on...
33070
Living Room / Re: serious winamp security risk
« Last post by mouser on February 06, 2006, 10:44 AM »
people need to be careful of this and upgrade, it is being exploited in the wild:
http://www.zdnetasia...4215,39310016,00.htm
33071
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 10:02 AM »
right this makes sense - basically you are saying, if you type the name of a program already running, switch to it instead of launching a new copy.  ill add this or an option for this.

i could also add an option to use a special command called "switch" if people did not want this behavior by default.
33072
General Review Discussion / Re: Vote for what Review to do Next
« Last post by mouser on February 06, 2006, 09:50 AM »
carol, there is a new section on the board for this, along with it's own poll:
https://www.donation...dex.php?topic=1555.0
33073
i've posted this and made it sticky because i want everyone on this forum to pay attention to this completely outrageous technique of marketing.

the intention of DonationCoder.com is to be a helpful resource for the members of this site.
we hope also to be friendly and helpful to companies and programmers, especially small independent coders; especially donationware and freeware coders, but also to shareware authors.

i see it as a win-win situation when companies offer discounts and get some attention here, and members get a good discount.

i have my own personal opinions about software i love, and i expect many of you do as well, and we all want to hear when someone genuinely loves or hates a program.  i think the mini reviews by members are one of the great resources on the site (thanks zaine for making us give this a higher profile).


i have no reason to suspect anyone on this site would be promoting a program for reasons other than their own true feelings, but it needs to be said that if you say good things about a product and you have some connections to the company or some financial interest, and you do not reveal this fact, we would look on this in an extremely serious and negative light, and would take action to make sure that everyone knows such a company could not be trusted.

the same goes for the reviews, etc.  posting positive comments about a program in return for payment is wholly unacceptable and will not be tolerated.  there is always a danger of such things because companies try hard to get good word of mouth.  but keep in mind that if we find out such a thing has ocurred it will end up hurting your company in a much more severe way.


[note: this does not prevent authors or people affiliated with a company from posting a comment about their application or recommending it, you must simply make clear that you are affiliated with the product].
33074

Article about Geurilla marketing and NVIDIA paying people to build up reputations on forums so that they can later say good things about the product:

About a week ago, The Consumerist stumbled upon claims made by various gaming websites (specifically, Elite Bastards and Beyond3D) that graphics chip manufacturer Nvidia, in cooperation with the Arbuthnot Entertainment Group (AEG), had seeded various gaming and PC hardware enthusiast sites with pro-Nvidia shills. That is to say, that AEG would hire employees to create ‘personas’ in various gaming communities, slowly building up the trust of other members by frequent posting unrelated to Nvidia, to later cash in that trust with message board postings talking up the positive qualities of Nvidia’s products.

http://www.consumeri...-products-152874.php


[link from boingboing]
33075
Official Announcements / Re: Revitalizing the Reviews - Everyone Read in Please
« Last post by mouser on February 06, 2006, 09:20 AM »
it's worth pointing out that most photoshop plugins also work with many other graphics editors, including paint shop pro and some free ones.
Pages: prev1 ... 1318 1319 1320 1321 1322 [1323] 1324 1325 1326 1327 1328 ... 1515next