topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 3, 2026, 1:46 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 ... 963 964 965 966 967 [968] 969 970 971 972 973 ... 1515next
24176
Post New Requests Here / Re: IDEA: Batch read nfo files in RAR archives
« Last post by mouser on February 05, 2008, 05:03 PM »
You could combine nod5's commandline hint with my drag+drop robot program to handle lots of files:
https://www.donation.../dragdrop/index.html
24177
Screenshot Captor / Re: Date based folder creation?
« Last post by mouser on February 05, 2008, 03:29 PM »
i could easily extend it so that you could specify subdirectory paths in the file naming feature, which will be created if needed.  sounds like what you are asking for.  the only slight issue is that when you bring up screenshot captor from the tray, you might not see your screenshot if its filed in a subdirectory.. unless i had SC auto switch to the directory the last file was saved in, which wouldnt be a bad idea..
24178
Screenshot Captor / Re: Date based folder creation?
« Last post by mouser on February 05, 2008, 03:09 PM »
How exactly would you want to use such a feature from within Screenshot Captor?
24179
Announce Your Software/Service/Product / Re: New Puzzle Game: CluGrid
« Last post by mouser on February 05, 2008, 02:40 PM »
Playing it now :)
One day you'll have to tell us the story of how you came to make these games..
24180
Living Room / Re: Brush the dust from your computer
« Last post by mouser on February 05, 2008, 01:38 PM »
Warning:
do not blow compressed air into your computer while it is on.
especially not into your power supply.

turn it off first and wait a few minutes after before you turn it back on.

i have personally fried a power supply in front of my eyes by turning it on right after i sprayed compressed air cannister into it. :(
24181
FARR Plugins and Aliases / Re: Character Table
« Last post by mouser on February 05, 2008, 01:36 PM »
as for interactivity -- i think a good idea would be for farr to call the plugin when user types alt+SOMETHING in memo view.
so farr can pass along:
Alt+1 or alt+2 or alt+3 etc

and add a new funciton to plugin api so plugin can receive this.  so that will be one new way that users can interact with a plugin that uses the memo view.
24182
Developer's Corner / Wordpress 2.3.3 Security Release Update (Tues Feb 5th)
« Last post by mouser on February 05, 2008, 08:24 AM »
A new version of Wordpress has been released just a few hours ago by the Wordpress team. The update is considered critical and fixes a security vulnerability and some minor bugs. The security flaw was found in the implementation of the XML-RPC which would allow any registered user to edit comments of other users using a specially crafted request.



from http://www.ghacks.ne...33-security-release/
24183
General Software Discussion / Re: Save the Cookies!
« Last post by mouser on February 05, 2008, 08:13 AM »

great minds think alike  8)
24184
FARR Plugins and Aliases / Re: Google Translation Plugin
« Last post by mouser on February 05, 2008, 08:06 AM »
works wonderfully here!

one minor suggestion: the search on space is really nice. i think you should add also to search on end of sentence punctuation (period, exclamation point, questionmark, quotationmark) [.!?"]
24185
Wow this looks great! how did i overlook this thread the first time!

gogogadgetscott, really nice work!  :Thmbsup: :Thmbsup:
24186
Point Motivator / Re: I cannot delete or modify entries??
« Last post by mouser on February 04, 2008, 09:46 PM »
It's not just you -- that right click context menu should not actually show for any tab except your History Diary tab.
If you want to hide items from showing in the Earn/Reward tab go to View -> Program Options ->
and disable the data configuration files you dont want to show.

ps.
thank you for the nice words about the program.
24187
General Software Discussion / Re: Save the Cookies!
« Last post by mouser on February 04, 2008, 07:45 PM »
24189
Living Room / Re: Donationcoder's NANY 2008 get's lifehacked
« Last post by mouser on February 04, 2008, 08:03 AM »
24190
Living Room / Re: Microsoft Acquisition of Yahoo!
« Last post by mouser on February 04, 2008, 07:37 AM »
previously posted:
https://www.donation...ex.php?topic=12102.0

please reply on that thread, this one is being locked.
24191
Living Room / Re: Best forums for....
« Last post by mouser on February 03, 2008, 01:32 PM »
For security software:
http://www.wilderssecurity.com/
24192
General Software Discussion / Re: What Are Your Views On BUGS?
« Last post by mouser on February 03, 2008, 01:31 PM »
Personally I think bugs are intolerable, inexcusable, and grounds for uninstalling a program.

Except when they are in programs i write, then they are just minor inconveniences barely worth mentioning.
24193
This could be really useful for people on shared hosting.. I've often wondered how many accounts are put on each shared server.

However, I'm not sure how accurate this is, and most servers are allocated a block of multiple IPs, so this may only show you a small fraction of the accounts on your machine..  Still a cool idea regardless.

For those on shared hosting, myIPneighbors IP search is a great way to find out who your neighbors are or just to see how many other websites your hosting company hosts your server.

Is your website packed into a crowded host with hundreds of other sites? Or is there questionable content being hosted side by side with your site? If so, it may be time to look for a better host.



from http://www.downloadsquad.com/
24194
General Software Discussion / Re: Digital ink/tablet pc: worth the effort?
« Last post by mouser on February 02, 2008, 02:41 PM »
I'm not looking for anyone to give me or lend me a tablet PC
actually from your post i was thinking we could get you to give one away  ;)
24195
This request goes out to czechboy and ecaradec who have been doing javascript plugins lately.

I don't know if ecaradec's plugin supports this yet, but one thing you can do with plugins that people haven't been using yet is you can let an alias call a plugin directly.  This isn't really much different than calling it when someone types something in but if you read my suggestion you'll see why i mention it.

I think it would be really useful to have a generic plugin that was meant to be called from alieses.

Here's what the plugin would do, it would be invoked like this:

webgrab URL "regexgrab" "outputformat"

This would cause plugin to
1. grab the page at URL
2. Match text regexgrab with pattern group matching
3. Display memo result of outputformat doing replacement of matched groups

This webgrab function is generic function that anyone could write aliases for.

So for example i might write an alias like this:
Alias: wtemp (.*)
Invokes: webgrab.dll webgrab http://www.weather.com/weather/local/$$1 "Feels like (.*)F" "Weather in your town is %1 degrees"

using this alias would cause the webgrab plugin to:

1. grab the page at http://www.weather.c.../weather/local/61820
2. Match text Feels like (.*)F
3. Display memo result of Weather in your town is %1 degrees (where %1 is the regex pattern match in step 2)

Hope its not too confusing to see the dual use of regular expressions and replacement..
Basically the alias has its own regex match which grabs the users zipcode that they type,
And then the second use is when telling the webgrab plugin how to match and display results.



The idea is that this one plugin could be used by lots of people to make and share different aliases that could grab all kinds of info from web pages.

24196
General Software Discussion / Re: Digital ink/tablet pc: worth the effort?
« Last post by mouser on February 02, 2008, 11:29 AM »
we need to have a thing where people on dc can give away their unused equipment to others.
24197
Living Room / Re: Endless Zombie Rampage
« Last post by mouser on February 02, 2008, 11:08 AM »
requires too much work to play  :down:
24198
Living Room / Re: Moving
« Last post by mouser on February 02, 2008, 10:35 AM »
hurry back!
24199
Clipboard Help+Spell / Re: TableClips:Field 'Index' not found
« Last post by mouser on February 02, 2008, 08:24 AM »
Strange.. Let's see if we can't figure this out over email chris, as it may take some back and forth.
24200
I apologize I've just been working on a project that will be taking most of my time all the way through february, but i do promise their will be a real Process Tamer update with this bug fix as soon as i get a little free time.  I'll aim for March.
Pages: prev1 ... 963 964 965 966 967 [968] 969 970 971 972 973 ... 1515next