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 25, 2024, 10:21 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 - czb [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14next
251
General Software Discussion / Re: Drop Box lands
« on: March 17, 2008, 07:33 AM »
What I realy like about this site is that it can be used directly from explorer, it has realtime synchronization and versioning. Now I use DriveHQ but I can not use real time sync + versioning togehter (at least I have not found a way how to do this).
Does anybody has an invitation so that I can test this site pls?
Thanks ;)

252
FARR Plugins and Aliases / Re: Character Table
« on: March 17, 2008, 04:22 AM »
I have uploaded new version 1.01.04. I added history, which I find quite useful :)

253
Hi,
just shortly because I am in Netherlands for one week, so I dont have much time:

As to 1: You can put it in advanced setting, or you can try it similar way how I do it in google dictionary etc.
As to 2: I would recommend you to use JSON since it is very simple. You can read more about it here: http://www.json.org/js.html or you may also use XML. Take a look at delicious plugin how advanced setting is saved into a xml file.

254
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: February 29, 2008, 02:47 AM »
Well... again it is loaded from a file. Where is your FARR installed? Since it seams like that you can not open any file?? :tellme: Ok I can avoid any loading of files but then it can get a little bit messy..

255
FARR Plugins and Aliases / Re: FarrUninstall plugin - v1.02
« on: February 26, 2008, 01:29 PM »
I have reinstalled WinXP and after that everytime I type "un" FARR goes to 99% CPU and freezes. The same happends on my girlfriend's pc. Anyone has similar experience?

256
Find And Run Robot / Re: Ninjawords
« on: February 25, 2008, 06:00 AM »
you are right. I just copied a paste. And didnt check what is inside :) sorry

257
FARR Plugins and Aliases / Re: Google Calendar Quick Add
« on: February 25, 2008, 02:46 AM »
Strange. :( Try to download a new version and tell me what it displays to you. I have added some error messages so we can track a little bit an error. ;)

258
Find And Run Robot / Re: Ninjawords
« on: February 24, 2008, 06:18 AM »
Nod5: Ok, I have changed to the alternative code ;)

259
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: February 22, 2008, 11:05 AM »
New version, now without any results.rtf (since it did not work properly)

260
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 22, 2008, 11:01 AM »
No idea ;D
well, either loading results.rtf did not work correctly or replacing of $$1 by results did not work correctly.
And yes I can modify google translate and will do it immediately ;)

261
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 22, 2008, 10:54 AM »
Ok.. I have uploaded new version without results.rtf.. so please test it ;)

262
Find And Run Robot / Re: Ninjawords
« on: February 22, 2008, 10:45 AM »
I have uploaded a new "testing" version. I have added some kind of temporary history (until FARR is closed or plugins reloaded). So try it and tell me if you like it or not ;)

263
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 22, 2008, 09:51 AM »
I have tried to leave "please wait" in status bar but it is not visible either... so I will erase it completely and update the plugin.
Btw: I must say that the upload plugin saves me a lot of time! Uploading new version takes 1-2seconds 8)

Offtopic:
I can see your todo list is getting pretty loooooong :P Is it only you programming FARR? I wonder is FARR opensource, so that anybody can help a little? :)

264
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 22, 2008, 07:55 AM »
You are right :-[
All suggestions corrected (hopefully) :)

265
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 22, 2008, 07:32 AM »
Ok I have updated to your version :Thmbsup: Thanks for pointing out ;)

btw: ninjawords really seams promising :)

EDIT: If you wanted to make it even faster you can try this url:
http://ninjawords.co...initions/getdef/test
instead. It is what ninjawords.com uses to send ajax reguest ;)

266
Find And Run Robot / Ninjawords - closed
« on: February 22, 2008, 05:09 AM »
This topic has been discontinued.
See:
https://www.donation...ex.php?topic=17153.0

267
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 22, 2008, 04:36 AM »
Ok, I will do it. I also think that in JS there is a huge potential. It is easy to learn and you can do anything :)
I also thought about making a plugin which would extract from any site content according to provided XML. You would provide URL and XML like that:
Code: Text [Select]
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <feed>
  3.   <match what="<span style="font-size:1\.2em">(.*?)<\/span>">
  4.     <couple>
  5.       <first>
  6.           <match what="<strong>(.*?)</strong>">
  7.           </match>
  8.       </first>
  9.       <second>
  10.           <match what="</b>(.*?)<b>" modifiers="g">
  11.             <replace what="<.*?>" with="">
  12.             </replace>
  13.           </match>
  14.       </second>
  15.     </couple>
  16.   </match>
  17.   <match what="<table cellpadding=0 cellspacing=0 border=0>(.*?)</table>">
  18.     <match what="<td align=left valign="top" width="30%">(.*?)</td>" modifiers="g">
  19.       <couple>
  20.         <first what="<strong>(.*?)</strong>">
  21.         </first>
  22.         <second what="</b>(.*?)<b>" list="list">
  23.           <replace what="<.*?>" with="">
  24.           </replace>
  25.         </second>
  26.       </couple>
  27.     </match>
  28.   </match>
  29. </feed>
and it would display a content to you. But it seams as complex problem and I am not sure, I have enough skills to code it...

268
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 22, 2008, 02:34 AM »
Let us continue in hunting down the error :D
Try to open fscript.js and change
pre_results.replace("$$1",output))
into
output
Then save it, type in FARR
rplugins
and try to run google dictionary.. what do you see now?

you should see something like:
\b\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 A) \cf0 \u117?\u110?\u105?\u118?\u101?\u114?\u115?\u105?\u116?\u233?\u32?\u102?\par
----------------------------\par
\b\u115?\u116?\u97?\u116?\u101?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 B) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u112?\u117?\u98?\u108?\u105?\u113?\u117?\u101?\par
\b\u103?\u114?\u97?\u109?\u109?\u97?\u114?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 C) \cf0 \u108?\u121?\u99?\u233?\u101?\u32?\u109?\par
\b\u98?\u111?\u97?\u114?\u100?\u105?\u110?\u103?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 D) \cf0 \u105?\u110?\u116?\u101?\u114?\u110?\u97?\u116?\u32?\u109?\par
\b\u103?\u114?\u97?\u100?\u101?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 E) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u102?\u32?\u112?\u114?\u105?\u109?\u97?\u105?\u114?\u101?\par
\b\u98?\u101?\u103?\u105?\u110?\u110?\u105?\u110?\u103?\u32?\u111?\u102?\u32?\u116?\u104?\u101?\u32?\u110?\u101?\u119?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u121?\u101?\u97?\u114?\b0\par
\cf1 F) \cf0 \u114?\u101?\u110?\u116?\u114?\u233?\u101?\u32?\u100?\u101?\u115?\u32?\u99?\u108?\u97?\u115?\u115?\u101?\u115?\par
\b\u110?\u105?\u103?\u104?\u116?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 G) \cf0 \u99?\u111?\u117?\u114?\u115?\u32?\u109?\u112?\u108?\u32?\u100?\u117?\u32?\u115?\u111?\u105?\u114?\par
\b\u100?\u101?\u115?\u105?\u103?\u110?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 H) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u102?\u32?\u100?\u101?\u32?\u100?\u101?\u115?\u105?\u103?\u110?\par
\b\u112?\u117?\u98?\u108?\u105?\u99?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 I) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u112?\u114?\u105?\u118?\u233?\u101?\u32?\u40?\u100?\u117?\u32?\u115?\u101?\u99?\u111?\u110?\u100?\u97?\u105?\u114?\u101?\u41?\u32?\u44?\u32?\u233?\u99?\u111?\u108?\u101?\u32?\u102?\u32?\u112?\u117?\u98?\u108?\u105?\u113?\u117?\u101?\par
\b\u104?\u101?\u8217?\u115?\u32?\u116?\u104?\u101?\u32?\u115?\u101?\u99?\u111?\u110?\u100?\u32?\u116?\u97?\u108?\u108?\u101?\u115?\u116?\u32?\u105?\u110?\u32?\u116?\u104?\u101?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 J) \cf0 \u99?\u8217?\u101?\u115?\u116?\u32?\u108?\u101?\u32?\u100?\u101?\u117?\u120?\u105?\u232?\u109?\u101?\u32?\u112?\u108?\u117?\u115?\u32?\u103?\u114?\u97?\u110?\u100?\u32?\u100?\u101?\u32?\u108?\u8217?\u233?\u99?\u111?\u108?\u101?\par
\b\u115?\u99?\u104?\u111?\u111?\u108?\u44?\u32?\u99?\u111?\u110?\u115?\u101?\u114?\u118?\u97?\u116?\u111?\u114?\u121?\b0\par
\cf1 K) \cf0 \u99?\u111?\u110?\u115?\u101?\u114?\u118?\u97?\u116?\u111?\u105?\u114?\u101?\u32?\u109?\u32?\u110?\u111?\u117?\u110?\par
\b\u112?\u114?\u105?\u118?\u97?\u116?\u101?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 L) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u112?\u114?\u105?\u118?\u233?\u101?\u32?\u40?\u100?\u117?\u32?\u115?\u101?\u99?\u111?\u110?\u100?\u97?\u105?\u114?\u101?\u41?\par
\b\u101?\u108?\u101?\u109?\u101?\u110?\u116?\u97?\u114?\u121?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 M) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u112?\u114?\u105?\u109?\u97?\u105?\u114?\u101?\par
\b\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u115?\u116?\u117?\u100?\u121?\u32?\u116?\u114?\u105?\u112?\u32?\u116?\u111?\u32?\u116?\u104?\u101?\u32?\u109?\u111?\u117?\u110?\u116?\u97?\u105?\u110?\u115?\b0\par
\cf1 N) \cf0 \u99?\u108?\u97?\u115?\u115?\u101?\u32?\u100?\u101?\u32?\u110?\u101?\u105?\u103?\u101?\par
\b\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u115?\u116?\u97?\u116?\u105?\u111?\u110?\u101?\u114?\u121?\u32?\u97?\u110?\u100?\u32?\u98?\u111?\u111?\u107?\u115?\b0\par
\cf1 O) \cf0 \u102?\u111?\u117?\u114?\u110?\u105?\u116?\u117?\u114?\u101?\u115?\u32?\u115?\u99?\u111?\u108?\u97?\u105?\u114?\u101?\u115?\par
\b\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u100?\u97?\u121?\u115?\b0\par
\cf1 P) \cf0 \u97?\u110?\u110?\u233?\u101?\u115?\u32?\u102?\u112?\u108?\u32?\u100?\u8217?\u233?\u99?\u111?\u108?\u101?\par
\b\u104?\u105?\u103?\u104?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 Q) \cf0 \u99?\u111?\u108?\u108?\u232?\u103?\u101?\u32?\u109?\par
\b\u100?\u114?\u105?\u118?\u105?\u110?\u103?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 R) \cf0 \u97?\u117?\u116?\u111?\u45?\u233?\u99?\u111?\u108?\u101?\par
\b\u114?\u105?\u100?\u105?\u110?\u103?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 S) \cf0 \u109?\u97?\u110?\u232?\u103?\u101?\u32?\u109?\u32?\u110?\u111?\u117?\u110?\par
\b\u103?\u111?\u32?\u116?\u111?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 T) \cf0 \u97?\u108?\u108?\u101?\u114?\u32?\u224?\u32?\u108?\u8217?\u233?\u99?\u111?\u108?\u101?\par
\b\u98?\u117?\u115?\u105?\u110?\u101?\u115?\u115?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 U) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u102?\u32?\u100?\u101?\u32?\u99?\u111?\u109?\u109?\u101?\u114?\u99?\u101?\par
\b\u115?\u101?\u99?\u111?\u110?\u100?\u97?\u114?\u121?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 V) \cf0 \u233?\u99?\u111?\u108?\u101?\u32?\u115?\u101?\u99?\u111?\u110?\u100?\u97?\u105?\u114?\u101?\par
\b\u110?\u117?\u114?\u115?\u101?\u114?\u121?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u116?\u101?\u97?\u99?\u104?\u101?\u114?\b0\par
\cf1 W) \cf0 \u105?\u110?\u115?\u116?\u105?\u116?\u117?\u116?\u101?\u117?\u114?\u32?\u109?\u32?\u100?\u101?\u32?\u109?\u97?\u116?\u101?\u114?\u110?\u101?\u108?\u108?\u101?\par
\b\u40?\u112?\u114?\u111?\u102?\u101?\u115?\u115?\u101?\u117?\u114?\u41?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\u32?\u116?\u101?\u97?\u99?\u104?\u101?\u114?\b0\par
\cf1 X) \cf0 \u109?\u97?\u238?\u116?\u114?\u101?\par
\b\u115?\u104?\u101?\u32?\u115?\u104?\u111?\u119?\u115?\u32?\u97?\u32?\u108?\u111?\u116?\u32?\u111?\u102?\u32?\u115?\u116?\u114?\u101?\u110?\u103?\u116?\u104?\u115?\u32?\u97?\u116?\u32?\u115?\u99?\u104?\u111?\u111?\u108?\b0\par
\cf1 Y) \cf0 \u101?\u108?\u108?\u101?\u32?\u97?\u32?\u98?\u101?\u97?\u117?\u99?\u111?\u117?\u112?\u32?\u100?\u101?\u32?\u102?\u97?\u99?\u105?\u108?\u105?\u116?\u233?\u115?\u32?\u224?\u32?\u108?\u8217?\u233?\u99?\u111?\u108?\u101?\par

269
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 22, 2008, 02:12 AM »
Hi,
realy cool ;) I will use this website instead :up:
I have also tried to write my own script (for comparative reasons, so that we can learn from each other) and here it is:
function doQuery(querykey,querynokeyword){
    var output="";
    var url = "http://ninjawords.com/"+querynokeyword;
    var xmlhttp=new ActiveXObject("MSXML2.XMLHTTP");
    xmlhttp.onreadystatechange = function(){
      if (xmlhttp.readyState == 4) {
        var string = xmlhttp.responseText;
         string = string.replace(/\n|\t/g,'');
         string = string.match(/<dl class="word" id="word-.*?">.*?<\/dl>/g);
         for(k=0;k<string.length;k++){
          heading = string[k].match(/<dt class="title-word">.*?<a href=.*?>(.*?)<\/a>.*?<\/dt>/);
          if(heading && heading[1])
            output += "\\b "+heading[1]+"\\b0\\par\\par\n";
          var body = string[k].match(/<dd class="entry.*?">.*?<\/dd>/g);
          if(body)
            for(i = 0;i<body.length;i++){
              body = body.replace(/<a title="synonyms">more&raquo;<\/a>/g,"");
              output += body.replace(/<.*?>/g,"")+"\\par\\par\n";
            }
          else output = "Nothing found";
        }
        FARR.setStrValue("statusbar","Define");
        FARR.setStrValue("window.richeditmode",pre_string+output+post_string);
      }
    }
    xmlhttp.open("GET",url,true);
    xmlhttp.send(null);
}

I must say, that I am NOT coder either. FARR JS plugins are nearly my first touch of JS ;) So I am not the right person to revise your code :-[ But it works perfectly :Thmbsup:

As to hyperlinks: I have tried to use hyperlinks in RTF but it does not display them as hyperlinks. So I guess we have to wait till there will be HTML support in FARR ;)

EDIT: just one remark. Are you goining to publish this ninjawords plugin (so that others can use it too), or shall I do it?

270
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 21, 2008, 03:37 AM »
Good idea ;) I will change it to the space as well :)
As to decreasing font size... I think, that each person might like different height. I will consider adding some option to the advanced plugin setting, but probably I will wait till new version of Javascript SDK is out where, hopefully, there will be more options for advanced plugin setting ;)

271
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 21, 2008, 03:32 AM »
Very strange. Ok you see nothing, but if you try to click into the main windows and move (as if you would like to highlight part of the text) is the text visible? or is it completely empty? Also try to open results.rtf in program you use often and then save it...
If you will not find anything then open results.rtf in notepad etc (to edit code) and erase everything but $$1. Save it and try it again. What do you see now?

272
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 20, 2008, 04:18 AM »
I have no idea. Have you tried to reinstall FARR? And to my last question. Does Delicious plugin works for you? It is important to know...

273
FARR Plugins and Aliases / Re: javascript SDK requests
« on: February 20, 2008, 04:15 AM »
1) Thanks, sounds great :Thmbsup:
2) I missundestood it all... So thanks for explaining ;)
3) I am looking forward ;)
4) Hopefully it will be solvable somehow

Thank you for your answers and I am looking forward seeing new great versions :)

274
FARR Plugins and Aliases / Re: Google Calculator
« on: February 20, 2008, 04:14 AM »
it seems like i need to add 2 things:
let user hit enter to activate the plugin (instead of having to type a special character).
and maybe some kind of way to send the plugin a signal after a short delay of no typing, so that plugins like this could query an online source after a short delay so it wouldnt have to check every character, but c ould still check "live" without requiring enter to be hit.  what do you think?

Both ideas are great, probably there could be an TAB option as well (not only enter). Similar to the Launchy one ;)

275
FARR Plugins and Aliases / Re: Google Calculator
« on: February 19, 2008, 07:41 AM »
Yes.. it is not to overwhelm google by queries (I do not know if google can ban you or something) but sure you can make query after every single character pressed

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14next