Welcome Guest.   Make a donation to an author on the site May 26, 2013, 01:00:08 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
View the new Member Awards and Badges page.
   
  Forum Home Thread Marks Chat! Downloads Search Login Register  
  Show Posts
      View this member's profile 
      donate to someone Donate to this member 
Pages: Prev 1 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 76 Next
1501  DonationCoder.com Software / FARR Plugins and Aliases / Re: FScript Javascript SDK - Write FARR plugins in javascript and more. on: March 15, 2009, 04:08:57 PM
Thanks for the clarification -- I am happy to be using the version with socket support (and it is nice to hear from the creator that that's probably ok Wink ).
1502  Main Area and Open Discussion / Living Room / Re: Tech News Weekly: Edition 11-09 on: March 14, 2009, 11:11:06 PM
Thanks as usual, Ehtyar  Thmbsup

Re: 8 - I keep wondering whether some feedback loop will form w.r.t. ads and you might end up seeing only one ad wherever you go (at least for a while -- then at some point may be you'll start to see another ad, but it'll just be that one for another while...) smiley
1503  Main Area and Open Discussion / Living Room / Re: WIkileaks: My Life In Child Porn on: March 14, 2009, 11:02:21 PM
Some repeated text?

For example, a section starting:

Quote
But how, specifically,
1504  DonationCoder.com Software / FARR Plugins and Aliases / Re: FScript Javascript SDK - Write FARR plugins in javascript and more. on: March 14, 2009, 05:43:10 PM
Thanks for the clarification.

I think it is worth noting that at least one of them (the former one mentioned in my earlier post) doesn't appear to support the FARR.newTCPSocket().  If you don't mind, perhaps you could update that one or confirm whether it supports FARR.newTCPSocket().
1505  DonationCoder.com Software / FARR Plugins and Aliases / Re: New FARR plugin : FFTab allow to switch firefox tab on: March 14, 2009, 08:40:47 AM
So, I finally tried this out -- actually I ported the code so I could use it w/ vanilla fscript.  In the process of trying to get it to work, I became puzzled by the following code:

Formatted for Javascript with the GeSHI Syntax Highlighter [copy or print]
  1.    trigger:function(path, title, groupname, pluginid, thispluginid, score, entrytype, args, triggermode) {
  2.        if(entrytype!="fftab")
  3.            return;

That didn't work for me, but something analogous to the following did:

Formatted for Javascript with the GeSHI Syntax Highlighter [copy or print]
  1.    trigger:function(path, title, groupname, pluginid, thispluginid, score, entrytype, args, triggermode) {
  2.        if(groupname!="fftab")
  3.            return;

After making the appropriate change (and using the appropriate FScript.dll included in the CZBFSubScript.zip attached to the OP) it appears to be working locally.  Prety neat!  Now if I could get myself to switch back to FF Wink

Nice work  Thmbsup
1506  DonationCoder.com Software / FARR Plugins and Aliases / Re: FScript Javascript SDK - Write FARR plugins in javascript and more. on: March 14, 2009, 08:23:46 AM
A side note -- I compared checksums of the FScript.dll (1.15) mentioned in this thread:

  http://e.craft.free.fr/farr/FScript/
  SHA-1: 5f71f21959139002bb022d0c7ae9d0f1edc83ca6

to that of the one (also comes up as 1.15?) included in CZBFSubScript.zip in the following thread:

  http://www.donationcoder....m/index.php?topic=16942.0
  SHA-1: 96bba6cb3480025bc7e357cc143eec2c0b4f7605

I suspected the files were different after failing to get the socket stuff to work with the former one.
1507  DonationCoder.com Software / Post New Requests Here / Re: GIMP script to batch split + rotate TIFF images on: March 14, 2009, 06:32:18 AM
Congratulations!  Glad that it's working for you smiley

(Thanks to Ehtyar for bringing up ImageMagick -- it's been years since I've used it -- didn't know there was a Windows port!)
1508  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete on: March 14, 2009, 01:06:42 AM
as i said i would be very happy with a plugin that does not try to handle precedence

As I understand it, it's a problem to not address the precedence issue.

Perhaps one useful way of looking at this situation is to see that multiple plugins trying to handle file extensions is potentially murky.  If you've got two such plugins installed and both either are configured or set up to handle a particular file extension, which one should end up doing it?

May be I'm misunderstanding how things work in FARR -- perhaps mouser could clarify smiley
1509  DonationCoder.com Software / Unfinished Requests / Re: IDEA: Get current directory on: March 14, 2009, 12:26:39 AM
Nice thread!

I looked for GetCurDir (or something similar) on Skrommel's 1 HOUR SOFTWARE and didn't succeed at locating anything.

If indeed there isn't anything comparable there, may be it's worth placing GetCurDir on the page smiley
1510  DonationCoder.com Software / Post New Requests Here / Re: GIMP script to batch split + rotate TIFF images on: March 13, 2009, 10:48:27 PM
Don't know if the following is of any help, but after looking at:

  http://www.imagemagick.or.../Usage/crop/#crop_percent

I tried the following (with success locally) to get at the right-half of an image:

Quote
convert inputimage.extension -gravity east -crop 50%x100% outputimage.extension

FWIW, I noticed a "Offsets in geometry" section in:

  http://imagemagick.org/sc...e-processing.php#geometry

and a bit on -gravity at:

  http://imagemagick.org/sc...-line-options.php#gravity

The following page had some pointers to groups of examples:

  http://www.imagemagick.org/Usage/
1511  Main Area and Open Discussion / General Software Discussion / Re: PortableApps - Manage your collection of install-less utilties and usb drive on: March 13, 2009, 10:20:30 PM
I've been using ASuite as I based my installation off of Lupo PenSuite.  It's ok I guess -- has anyone compared this with any of the others mentioned in this thread?
1512  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete on: March 13, 2009, 04:46:07 PM
I took a look and my initial impression is that I very much doubt I have the resources or inclination to try to make something like that -- if FARR provided some way for plugins to easily provide configuration panes that integrated with the existing Options dialog, I might consider it, but AFAIK that doesn't exist currently.

I think the kind of thing that might be practical is doing something within the existing User Variables mechanism -- so imagine a potential user is going to be specifying their configuration via the User Variables pane in FARR's Options dialog box.  With this approach we've got:

  • Separate sections (e.g. Akete, Akete.Folders, etc.)
  • Name, value pairs separated by equals signs

As I understand it, those are our practical building blocks.  Do you have any ideas that can be expressed well using these pieces?

May be there are other practical approaches that don't involve creating basic configuration-related building blocks...I know there is some support available via FARR/FScript for handling INI files, but as I understand it, that's not too different from what User Variables supplies.

If you have any thoughts regarding other approaches, I'm happy to hear them smiley
1513  DonationCoder.com Software / Find And Run Robot / Re: custom file explorer ? on: March 13, 2009, 04:13:37 AM
I have posted a reply at:

http://www.donationcoder....16178.msg154844#msg154844
1514  DonationCoder.com Software / FARR Plugins and Aliases / Re: FARR plugin: Akete on: March 13, 2009, 04:12:55 AM
if AketeFolder plugin was first then the same questions about precedence would have arised with Akete plugin  cheesy
My leaning on this issue so far has been not to do a separate plugin -- it may have seemed like it because of the configuration example, but actually that configuration example would work fine from a suitably modified Akete plugin.

The motivation for me to split the configuration sections into Akete and Akete.Folders was because my impression is that handling the configuration is clearer -- I think that everything living in the Akete section makes for a mess in terms of design as well as in terms of users specifying configurations.

Quote
with an hyper complex filtering system where you could see things like :

(if the extension of the file is xxx
AND
if the file is in Folder yyyy
AND
file has been modified within zz hours)
then open with notepad++

Do you think you could start spelling out specifically how this kind of thing would be specified by a user?
1515  DonationCoder.com Software / Post New Requests Here / Re: GIMP script to batch split + rotate TIFF images on: March 13, 2009, 03:52:33 AM
Perhaps the following will get the ball rolling:


Translated -- how about something like the following?

  • use mogrify to rotate
  • use mogrify with crop or extract to get at one page
  • use mogrify with crop or extract to get at the other page

Perhaps there are other options to mogrify that would be better choices smiley

Don't know what platform is relevant here, but if it's Windows, may be the following will be of some use:

http://www.imagemagick.or...topic.php?f=8&t=12926
1516  Main Area and Open Discussion / Living Room / Re: Tech News Weekly: Edition 10-09 on: March 12, 2009, 11:25:44 PM
Re: 1: If you don't look, you're not likely to find... Wink

Re: 9: Definitely interesting w.r.t. djbdns.  FWIW, I had years of trouble-free system administration thanks to qmail and djbdns -- I don't worship him, but I am thankful for his existence and efforts smiley

Thanks again, Ehtyar!
1517  DonationCoder.com Software / Multi Photo Quotes / Re: Latest Multi Photo Quotes Release v1.29.01 - Mar 11, 2009 on: March 12, 2009, 11:20:58 PM
[BugFix] Some computers had fonts with large linespacings which could cause mpq to oversize characters resulting in cut-off text. New code takes line spacing into account

So far it's looking pretty good smiley  Thanks for your work on the fix!
1518  DonationCoder.com Software / Find And Run Robot / Re: custom file explorer ? on: March 12, 2009, 10:08:32 PM
In case my attempt at humor failed -- my previous post was meant as an invitation to try to jointly explore the precedence issue further.  My intention was to point out that I'm not the only one who could try to come to some resolution with regard to precedence -- nor that it has to be done by just one person smiley
1519  Other Software / Developer's Corner / Re: Firefox Addons Developer Guide published on: March 12, 2009, 07:08:25 PM
Do you mean the ones referenced at the following?

http://www.donationcoder....m/index.php?topic=15607.0

FWIW, I had some luck w/ the first one -- at least I didn't have any difficulty using it to complete the first programming school assignment for an FF extension.  May be it changed?
1520  DonationCoder.com Software / Find And Run Robot / Re: custom file explorer ? on: March 12, 2009, 07:02:25 PM
I still don't have a good idea about how to handle precedence resolution -- and as far as I understand, there are many other entities on the planet capable of thought Wink
1521  Other Software / Announce Your Software/Service/Product / Re: Shape Collage - Free Automatic Photo Collage Maker on: March 11, 2009, 04:02:56 PM
Congratulations for figuring out the issue -- and thanks for your efforts of investigation smiley

I am looking forward to the next version of Shape Collage -- hope work on that goes well!

Thanks again for Shape Collage  Thmbsup
1522  DonationCoder.com Software / Find And Run Robot / Re: Alt+P hotkey broken? on: March 11, 2009, 08:45:30 AM
Ah, that makes sense.
1523  DonationCoder.com Software / Find And Run Robot / Re: Alt+P hotkey broken? on: March 11, 2009, 07:35:18 AM
for medium to fast typists, those hotkeys are triggered when using ctrl+space or alt+space (to trigger FARR)

I disabled them via the Hotkeys section of FARR's Options dialog -- does that not work for you?

Or may be I am not understanding something here...
1524  Other Software / Announce Your Software/Service/Product / Re: Shape Collage - Free Automatic Photo Collage Maker on: March 08, 2009, 04:56:16 AM
I wish you luck with your investigation!

FWIW, I don't know if it will be of any help but I've seen different numbers appear in the error dialog from the GIMP depending on the collage I make.
1525  News and Reviews / Older Newsletters / Re: --> Newsletter for March 4th, 2009 - Codename "A Call to Action" on: March 07, 2009, 05:11:51 PM
Thanks for this edition!

Side note: you mean the errors discovered are not part of a contest to see who is paying appropriate attention?  Wink  Reminds me of "Find the Fake Ad" (or some such) from Games magazine...
Pages: Prev 1 ... 56 57 58 59 60 [61] 62 63 64 65 66 ... 76 Next
DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
[ Page time: 0.061s | Server load: 0.12 ]