8851
Unfinished Requests / Re: One word, three dictionaries
« Last post by wraith808 on November 18, 2010, 10:49 AM »How about the same word defined from the different sources appearing in one interface instead?-wraith808 (November 03, 2010, 03:43 PM)
would that be possible wraith, were you thinking of have a go? or making a suggestion
or is there software out there that already does this well?-tomos (November 18, 2010, 06:54 AM)
I have something, but I haven't had a chance to put the finishing touches on it. My original was to use multiple browsers, but the only thing I could use for that was IE; the firefox embeddable was not quite ready for primetime. My second approach was to automate the browser, but I just didn't like that. So what I settled on was using regex to specify where the search term appeared in the page, and looking for that in the returned html. It's not exact yet; I need to refine the Regex, but I'm also putting that into a config file so that you can tweak them (and create new ones). I'll try to get to that this weekend; I wish you had posted this last week, b/c I had forgotten about it and had a lot of time on my hands with the family out of town. But I'll at least try to get the preliminary posted this weekend if nothing else.