topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 7:13 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jpprater [ switch to compact view ]

Pages: prev1 2 3 [4]
76
There was an issue with the fix on the new login password system. I fixed it and it should work now. Thank you for reporting. :Thmbsup:

Nifty!  Thanks for the quick response.  :up:  Where should I go to retrieve the fix?

77
FARR Plugins and Aliases / Delicious plugin no longer working?
« on: July 14, 2008, 01:33 PM »
I just installed the latest FARR version (2.22.01), and now the Delicious plugin no longer works.  The aliases all match up, but the plugin never connects to delicious to pull down my bookmarks.  I have my correct username and password in the configuration.  What gives?

Jon

78
FARR Plugins and Aliases / Re: FARR Plugin with fscript
« on: April 23, 2008, 06:02 AM »
Congratulations on attempting this jpprater!

Your question is very similar to the one raised by kartal here: https://www.donation....msg110539#msg110539

I think what we need is a nice sample regex which can accept any number of multiple space (or comma) separated arguments.  and if its possible to design a regex where double quotes around an argument allows it to contain spaces?

Im not much of a regex expert but i can try to whip something up if the true regex experts dont chime in.

If we come up with a good general purpose regex for this ill put something in the dialog so users can choose this easily.
OK, so it is something i'd have to work out in the regex.  What type of regex did you program it to recognize?  Is the syntax similar to what Ruby, Python, and Perl use?  I'm only just beginning to understand regex myself.

79
FARR Plugins and Aliases / FARR Plugin with fscript
« on: April 22, 2008, 01:46 PM »
I'm working on a farr plugin using the fscript javascript SDK.
There's a website that I use with one of my favorite forums.  I'd like to be able to duplicate that site's functionality with FARR.
The site takes as input a URL and several optional arguments.  It returns the URL as base64-encoded with a warning message of some sort based on the selected options.  It acts as a redirector to the site and displays a warning about content.
For instance, if I feed the site the URL "https://www.donationcoder.com" and ask it to display the warning "lots of cool software"... 8) :-*
What I get back is this URL that can redisplay the warning anytime...
http://uftoolbox.inf...ots+of+cool+software
I can assemble the URL easily enough, and I can get initial URL encoded with a library I found, but how would I accept the other arguments?  There are 9 all total.
If I use an alias like "makeredirect", the regex that I match to might look like this...
^makeredirect .* .* .* .* .* .* .* .* .*
And then the result would have to do something like "makeredirect $$1 $$2 $$3 $$4 $$5 $$6 $$7 $$8 $$9", where $$9 would preferably match to a quoted string of some kind.  How would I construct that in FARR using the Javascript SDK?

80
General Software Discussion / Organizational question
« on: February 15, 2008, 04:15 PM »
I would really like to be able to tag certain files that I have in Windows XP, mostly to make it easier to search for those files.  Does anyone know of any WinXP software that would let me do that?

Jon P.

Pages: prev1 2 3 [4]